-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[data.search] Add user information to background session service #84975
Merged
Merged
Changes from 10 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
4886819
[data.search] Move search method inside session service and add tests
lukasolson 0de7730
Move background session service to data_enhanced plugin
lukasolson ec54b8b
Merge branch 'master' into search-session-search
lukasolson 4ff6eaf
Merge branch 'search-session-search' into search-session-enhanced
lukasolson ea14d29
Fix types
lukasolson 4ce9fef
Merge branch 'master' into search-session-enhanced
lukasolson d5a4bd0
[data.search] Add user information to background session service
lukasolson c0994fc
Update trackId & getId to accept user
lukasolson 8fecf2b
Merge branch 'master' into search-session-user
lukasolson cc665d9
Fix remaining merge conflicts
lukasolson 8de804b
Merge branch 'master' into search-session-user
lukasolson 51fc5ca
Merge branch 'master' into search-session-user
lukasolson c3165ff
Fix test
lukasolson 88f6d63
Merge branch 'master' into search-session-user
lukasolson 9fefbea
Remove todos
lukasolson ca7956f
Merge branch 'master' into search-session-user
lukasolson 18462ec
Merge branch 'master' into search-session-user
lukasolson 530f41a
Merge branch 'master' into search-session-user
lukasolson 83b640d
Merge branch 'master' into search-session-user
lukasolson 00c564c
Merge branch 'master' into search-session-user
lukasolson f3abb42
Merge branch 'master' into search-session-user
lukasolson bc82023
Fix session service to use user
lukasolson 879db30
Merge branch 'master' into search-session-user
lukasolson 502b8e7
Remove user conflicts and update SO filter
lukasolson 33d2784
Allow filter as string or KQL node
lukasolson 993216a
Add back user checks
lukasolson f4d2eda
Merge branch 'master' into search-session-uset s:r
lukasolson 0320c6e
Add API integration tests
lukasolson 1396ff7
Merge branch 'master' into search-session-user
lukasolson faaeff6
Remove unnecessary get calls
lukasolson 1905196
Merge branch 'master' into search-session-user
lukasolson 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 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@legrego as you mentioned some security work being done in this area, are we going in the right direction here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a good chance that we (well, Elasticsearch) will be producing a unique user identifier that doesn't require Kibana to rely on
realmType
+realmName
to disambiguate theusername
. I'm trying to think through a recommendation for you in the short term that won't collide with our future state - I'll report back here soon