[9.1] [Security Solution][Sourcerer] Add dedicated scope for explore pages (#226545)#227811
Merged
lgestc merged 6 commits intoelastic:9.1from Jul 16, 2025
Merged
[9.1] [Security Solution][Sourcerer] Add dedicated scope for explore pages (#226545)#227811lgestc merged 6 commits intoelastic:9.1from
lgestc merged 6 commits intoelastic:9.1from
Conversation
…lastic#226545) This PR adds dedicated ad-hoc data view and scope for explore pages. Flip the flag, then navigate to Explore section of the security plugin. ``` xpack.securitySolution.enableExperimental: ['newDataViewPickerEnabled'] ``` You should see "Explore Data View" in the new picker on top of the page. Using `inspector` widget on every visualisation / table should show the updated index pattern that does not hit the alerts. You can try going back and forth between the default security data view and the explore one and compare the pattern rendered in the inspector to confirm that. Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [ ] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios (cherry picked from commit 9a45666)
2 tasks
Contributor
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
|
PhilippeOberti
approved these changes
Jul 16, 2025
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.
Backport
This will backport the following commits from
mainto9.1:Questions ?
Please refer to the Backport tool documentation