[SecuritySolution] Fix account switch visualisation and remove filter for multiple fields#227574
Merged
machadoum merged 7 commits intoelastic:mainfrom Jul 16, 2025
Merged
[SecuritySolution] Fix account switch visualisation and remove filter for multiple fields#227574machadoum merged 7 commits intoelastic:mainfrom
machadoum merged 7 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/security-solution (Team: SecuritySolution) |
Contributor
|
Pinging @elastic/security-entity-analytics (Team:Entity Analytics) |
hop-dev
approved these changes
Jul 11, 2025
201ccfb to
8de69e5
Compare
Contributor
💔 Build Failed
Failed CI Steps
Test Failures
Metrics [docs]Async chunks
History
cc @machadoum |
hop-dev
approved these changes
Jul 16, 2025
Contributor
|
Starting backport for target branches: 9.1 https://github.com/elastic/kibana/actions/runs/16319996545 |
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
Member
Author
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
machadoum
added a commit
to machadoum/kibana
that referenced
this pull request
Jul 16, 2025
… for multiple fields (elastic#227574) ## Summary * Update the account switch query to return data from non-endpoint logs * It adds a FORK * Add `su .*` to the query filter for match commands like `su admin` * Remove filter from the UI for columns represented by multiple fields * This filter is removed to avoid bugs, since we can't filter by multiple fields * Update the new dataview to use the Explorer sourcerer *** To test the new data view, you have to enable `newDataViewPickerEnabled` [ECS docs](https://www.elastic.co/docs/reference/ecs/ecs-user) ⬇️ Location | Field Set | Description -- | -- | -- user.effective.* | user | User whose privileges were assumed (cherry picked from commit 7e191f9) # Conflicts: # x-pack/solutions/security/plugins/security_solution/public/entity_analytics/pages/entity_analytics_privileged_user_monitoring_page.tsx
machadoum
added a commit
that referenced
this pull request
Jul 16, 2025
…filter for multiple fields (#227574) (#228249) # Backport This will backport the following commits from `main` to `9.1`: - [[SecuritySolution] Fix account switch visualisation and remove filter for multiple fields (#227574)](#227574) <!--- Backport version: 10.0.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Pablo Machado","email":"pablo.nevesmachado@elastic.co"},"sourceCommit":{"committedDate":"2025-07-16T12:52:39Z","message":"[SecuritySolution] Fix account switch visualisation and remove filter for multiple fields (#227574)\n\n## Summary\n\n* Update the account switch query to return data from non-endpoint logs\n * It adds a FORK\n* Add `su .*` to the query filter for match commands like `su admin` \n* Remove filter from the UI for columns represented by multiple fields\n* This filter is removed to avoid bugs, since we can't filter by\nmultiple fields\n* Update the new dataview to use the Explorer sourcerer\n\n*** To test the new data view, you have to enable\n`newDataViewPickerEnabled`\n\n\n[ECS docs](https://www.elastic.co/docs/reference/ecs/ecs-user) ⬇️ \nLocation | Field Set | Description\n-- | -- | --\nuser.effective.* | user | User whose privileges were assumed","sha":"7e191f90e8bcd2c08915045f518c4678f19708eb","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team: SecuritySolution","Theme: entity_analytics","Feature:Entity Analytics","Team:Entity Analytics","backport:version","v9.1.0","v9.2.0"],"title":"[SecuritySolution] Fix account switch visualisation and remove filter for multiple fields","number":227574,"url":"https://github.com/elastic/kibana/pull/227574","mergeCommit":{"message":"[SecuritySolution] Fix account switch visualisation and remove filter for multiple fields (#227574)\n\n## Summary\n\n* Update the account switch query to return data from non-endpoint logs\n * It adds a FORK\n* Add `su .*` to the query filter for match commands like `su admin` \n* Remove filter from the UI for columns represented by multiple fields\n* This filter is removed to avoid bugs, since we can't filter by\nmultiple fields\n* Update the new dataview to use the Explorer sourcerer\n\n*** To test the new data view, you have to enable\n`newDataViewPickerEnabled`\n\n\n[ECS docs](https://www.elastic.co/docs/reference/ecs/ecs-user) ⬇️ \nLocation | Field Set | Description\n-- | -- | --\nuser.effective.* | user | User whose privileges were assumed","sha":"7e191f90e8bcd2c08915045f518c4678f19708eb"}},"sourceBranch":"main","suggestedTargetBranches":["9.1"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/227574","number":227574,"mergeCommit":{"message":"[SecuritySolution] Fix account switch visualisation and remove filter for multiple fields (#227574)\n\n## Summary\n\n* Update the account switch query to return data from non-endpoint logs\n * It adds a FORK\n* Add `su .*` to the query filter for match commands like `su admin` \n* Remove filter from the UI for columns represented by multiple fields\n* This filter is removed to avoid bugs, since we can't filter by\nmultiple fields\n* Update the new dataview to use the Explorer sourcerer\n\n*** To test the new data view, you have to enable\n`newDataViewPickerEnabled`\n\n\n[ECS docs](https://www.elastic.co/docs/reference/ecs/ecs-user) ⬇️ \nLocation | Field Set | Description\n-- | -- | --\nuser.effective.* | user | User whose privileges were assumed","sha":"7e191f90e8bcd2c08915045f518c4678f19708eb"}}]}] BACKPORT--> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: jaredburgettelastic <jared.burgett@elastic.co>
Bluefinger
pushed a commit
to Bluefinger/kibana
that referenced
this pull request
Jul 22, 2025
… for multiple fields (elastic#227574) ## Summary * Update the account switch query to return data from non-endpoint logs * It adds a FORK * Add `su .*` to the query filter for match commands like `su admin` * Remove filter from the UI for columns represented by multiple fields * This filter is removed to avoid bugs, since we can't filter by multiple fields * Update the new dataview to use the Explorer sourcerer *** To test the new data view, you have to enable `newDataViewPickerEnabled` [ECS docs](https://www.elastic.co/docs/reference/ecs/ecs-user) ⬇️ Location | Field Set | Description -- | -- | -- user.effective.* | user | User whose privileges were assumed
kertal
pushed a commit
to kertal/kibana
that referenced
this pull request
Jul 25, 2025
… for multiple fields (elastic#227574) ## Summary * Update the account switch query to return data from non-endpoint logs * It adds a FORK * Add `su .*` to the query filter for match commands like `su admin` * Remove filter from the UI for columns represented by multiple fields * This filter is removed to avoid bugs, since we can't filter by multiple fields * Update the new dataview to use the Explorer sourcerer *** To test the new data view, you have to enable `newDataViewPickerEnabled` [ECS docs](https://www.elastic.co/docs/reference/ecs/ecs-user) ⬇️ Location | Field Set | Description -- | -- | -- user.effective.* | user | User whose privileges were assumed
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
su .*to the query filter for match commands likesu admin*** To test the new data view, you have to enable
newDataViewPickerEnabledECS docs ⬇️