You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to Explore -> Hosts and verify that all the tabs are correctly populated (some may be empty depending on what test data you have). There should be no regressions on this page from this PR
Verify Host Details page for Host in Entity Store is populated
From the All Hosts tab, click on a host to go to the host details page
At a minimum, the events tab should have some events. Depending on your source data, you may have data in the Authentications tab. If the host has a risk score, there should be risk score inputs in the Host Risk tab and alerts shown in the alerts components. Inspecting the queries, the DSL queries should include a EUID DSL filter (sometimes the EUID DSL filter will just be a host.name filter but you may also see host.id filters.
Screen.Recording.2026-05-07.at.1.31.50.PM.mov
Verify No Regressions for Host Details page for Host not in Entity Store
From the Alerts page, find a host that is not in the entity store and navigate to their details page. Inspect the queries on this page. They should all use the host.name fallback since this host is not in the entity store.
Screen.Recording.2026-05-07.at.1.32.20.PM.mov
ymao1
changed the title
Fix host details page
[Entity Analytics] Fix host details page for hosts in the entity store
May 7, 2026
The reason will be displayed to describe this comment to others. Learn more.
euidDslFilterToPageFilters was moved to explore/helpers.ts, but the original definition still lives in users/pages/details/helpers.ts and it's no longer imported anywhere. Can we remove it?
The reason will be displayed to describe this comment to others. Learn more.
small suggestion: I see that entityType and entityRecord props were introduced in #267728, but I think it could be useful to have a comment on AlertsByStatusProps saying when entityType + entityRecord is preferred over entityFilter, or not sure if entityFilter will be deprecated afterwards
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
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
Followup to #267728, this PR fixes the host details page to correctly generate the queries used to populate the page components
To Verify
yarn start org-data --size mediumVerify No Regressions in Explore Hosts Page
Explore -> Hostsand verify that all the tabs are correctly populated (some may be empty depending on what test data you have). There should be no regressions on this page from this PRVerify Host Details page for Host in Entity Store is populated
All Hoststab, click on a host to go to the host details pagehost.namefilter but you may also seehost.idfilters.Screen.Recording.2026-05-07.at.1.31.50.PM.mov
Verify No Regressions for Host Details page for Host not in Entity Store
host.namefallback since this host is not in the entity store.Screen.Recording.2026-05-07.at.1.32.20.PM.mov