[Background search] Disable Background search as default setting#237806
Merged
kertal merged 2 commits intoelastic:mainfrom Oct 9, 2025
Merged
[Background search] Disable Background search as default setting#237806kertal merged 2 commits intoelastic:mainfrom
kertal merged 2 commits intoelastic:mainfrom
Conversation
Member
Author
|
/ci |
Member
Author
|
/ci |
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
|
Contributor
|
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
kapral18
approved these changes
Oct 8, 2025
nickofthyme
approved these changes
Oct 8, 2025
davismcphee
approved these changes
Oct 9, 2025
Contributor
davismcphee
left a comment
There was a problem hiding this comment.
Confirmed I no longer see the background search split button or global flyout button without data.search.sessions.enabled: true, thanks! Looks like it's just missing some backport labels.
Contributor
|
Starting backport for target branches: 9.2 |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Oct 9, 2025
With this PR Background search is default and it needs the setting of `data.search.sessions.enabled: true` in kibana.yml to enable it (cherry picked from commit a58b940)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Oct 9, 2025
# Backport This will backport the following commits from `main` to `9.2`: - [Disable Background search by default (#237806)](#237806) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Matthias Polman","email":"matthias.wilhelm@elastic.co"},"sourceCommit":{"committedDate":"2025-10-09T04:24:11Z","message":"Disable Background search by default (#237806)\n\nWith this PR Background search is default and it needs the setting of `data.search.sessions.enabled: true` in kibana.yml to enable it","sha":"a58b94032676080c4ae688a8a0795ba90ba4de9b","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Project:AsyncSearch","Team:DataDiscovery","backport:version","v9.2.0","v9.3.0"],"title":"[Background search] Disable Background search as default setting","number":237806,"url":"https://github.com/elastic/kibana/pull/237806","mergeCommit":{"message":"Disable Background search by default (#237806)\n\nWith this PR Background search is default and it needs the setting of `data.search.sessions.enabled: true` in kibana.yml to enable it","sha":"a58b94032676080c4ae688a8a0795ba90ba4de9b"}},"sourceBranch":"main","suggestedTargetBranches":["9.2"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/237806","number":237806,"mergeCommit":{"message":"Disable Background search by default (#237806)\n\nWith this PR Background search is default and it needs the setting of `data.search.sessions.enabled: true` in kibana.yml to enable it","sha":"a58b94032676080c4ae688a8a0795ba90ba4de9b"}}]}] BACKPORT--> Co-authored-by: Matthias Polman <matthias.wilhelm@elastic.co>
rylnd
pushed a commit
to rylnd/kibana
that referenced
this pull request
Oct 17, 2025
With this PR Background search is default and it needs the setting of `data.search.sessions.enabled: true` in kibana.yml to enable it
NicholasPeretti
pushed a commit
to NicholasPeretti/kibana
that referenced
this pull request
Oct 27, 2025
With this PR Background search is default and it needs the setting of `data.search.sessions.enabled: true` in kibana.yml to enable it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
To enable Background search , which was enabled in #236818 the addition of
data.search.sessions.enabled: trueis now required to enable the background search experience.
Checklist