-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Security Solution][Sourcerer] Default data view init flow for the DV manager #221338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
88c4be6
--wip-- [skip ci]
lgestc 12582f8
--wip-- [skip ci]
lgestc a9147a1
--wip-- [skip ci]
lgestc 95c4093
--wip-- [skip ci]
lgestc bd866c0
--wip-- [skip ci]
lgestc 2f1f5d0
--wip-- [skip ci]
lgestc 3e032ac
move signal init to manager hook
lgestc 2a572eb
add missing index selector
lgestc 0519fea
naming
lgestc 37ff8fc
naming
lgestc 03155b1
add tests for create default data view
lgestc 17a478c
fix broken test
lgestc 29a7b5d
Merge branch 'main' into default_data_view_init
lgestc 5487e61
Merge branch 'main' into default_data_view_init
lgestc 40f17f4
Merge branch 'main' into default_data_view_init
lgestc d260e4b
Merge branch 'main' into default_data_view_init
lgestc 670ff03
improvements
lgestc ebf054a
remove hardcoded data view
lgestc 04145f5
add docs
lgestc 134fdeb
fix alerts filters
lgestc ab6edb2
fix broken test
lgestc e7a8cdc
Merge branch 'main' into default_data_view_init
lgestc 0fb0d03
Merge branch 'main' into default_data_view_init
lgestc 194e129
fix type error
lgestc 97a0c9b
redo signal index population in data view manager
lgestc 7abb46b
type error
lgestc 35fb7ab
fixed failing test
lgestc 0a6ceca
fix tests
lgestc 7ddcecc
restored use user info
lgestc f0832b7
re-enable use init sourcerer
lgestc 6ca3ca6
skip sourcerer init entirely if the new picker is enabled
lgestc b6f8814
remove todo
lgestc 0a34eeb
use data view id from manager in poll index
lgestc 3571299
Merge branch 'main' into default_data_view_init
lgestc 08cdfde
Update x-pack/solutions/security/plugins/security_solution/public/dat…
lgestc fdbdee6
Merge branch 'main' into default_data_view_init
lgestc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
lgestc marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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
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
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
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
11 changes: 11 additions & 0 deletions
11
...ecurity/plugins/security_solution/public/data_view_manager/hooks/use_signal_index_name.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| /* | ||
| * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
| * or more contributor license agreements. Licensed under the Elastic License | ||
| * 2.0; you may not use this file except in compliance with the Elastic License | ||
| * 2.0. | ||
| */ | ||
|
|
||
| import { useSelector } from 'react-redux'; | ||
| import { signalIndexNameSelector } from '../redux/selectors'; | ||
|
|
||
| export const useSignalIndexName = () => useSelector(signalIndexNameSelector); |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.