[9.4] [Entity Analytics] Explore - Removing link to details page for entities in the entity store (#265132)#265279
Merged
kibanamachine merged 1 commit intoelastic:9.4from Apr 23, 2026
Conversation
…es in the entity store (elastic#265132) ## Summary This PR removes the link to the user/host details page for entities in the entity store * On the Explore pages, any link that used to go to user/host details page will now open the user/host flyout. * On the user/host flyout, if the entity IS in the entity store, the name will no longer link to the user details page * On the user/host flyout, if the entity IS NOT in the entity store, clicking the name will still open the user/host details page based on entity name. ## To Verify 1. Start ES and Kibana with all the V2 entity store feature flags 2. Add data using `yarn start org-data`. Pick a medium sized org, default productivity suite, no detection rules 3. Navigate to the entity analytics homepage and wait a little bit. You should see entities show up after a short wait. 4. Navigate to Explore -> Users and click on the "All Users" tab. Click on a user. You should see the user flyout open. The flyout title should not be clickable. 5. Navigate to Explore -> Hosts and click on the "All Hosts" tab. Click on a host. You should see the host flyout open. The flyout title should not be clickable. 6. Open an entity flyout from the entity analytics homepage. These flyouts should not have clickable titles. 7. Generate some alerts and find a user on the alerts table that is not in the entity store. You should see the user flyout open. The flyout title SHOULD be clickable and open the user details page in a new tab. https://github.com/user-attachments/assets/22b7ff3b-ee69-4b24-9f2b-d1438527084d (cherry picked from commit 43b0a5f)
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
cc @ymao1 |
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.4:Questions ?
Please refer to the Backport tool documentation