[9.4] [EA] Add Chat-First experience to Entity Analytics (#264985)#265572
Merged
hop-dev merged 3 commits intoelastic:9.4from Apr 24, 2026
Merged
[9.4] [EA] Add Chat-First experience to Entity Analytics (#264985)#265572hop-dev merged 3 commits intoelastic:9.4from
hop-dev merged 3 commits intoelastic:9.4from
Conversation
Note: This is a combined work of elastic#264849 and elastic#264939 ## Summary Introduces a rich visual renderer for `security.entity` attachments in Agent Builder, gated behind the `entityAttachmentRichRenderer` experimental flag. Key changes: - Supports both single-entity (card) and multi-entity (table) payload shapes in the UI and server-side validation. - Updates the `security.get_entity` tool to automatically persist a `security.entity` attachment as a side effect when a single entity is resolved. ## Screenshots ### Entity Analytics Table Attachment <img width="601" height="665" alt="image" src="https://github.com/user-attachments/assets/08502c67-fb5a-4143-96d1-03a445b5fc7d" /> ### Entity Analytics Card Attachment <img width="668" height="699" alt="image" src="https://github.com/user-attachments/assets/f83fb6ab-138b-493e-9f19-9facbd533138" /> ### Entity Analytics Dashboard Attachment <img width="1221" height="826" alt="image" src="https://github.com/user-attachments/assets/dd300123-e72d-4979-8b49-ee855fb5bfbc" /> --------- Co-authored-by: YulNaumenko <jo.naumenko@gmail.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: jaredburgettelastic <jared.burgett@elastic.co> (cherry picked from commit bd98c9f) # Conflicts: # x-pack/solutions/security/plugins/security_solution/moon.yml # x-pack/solutions/security/plugins/security_solution/public/plugin.tsx # x-pack/solutions/security/plugins/security_solution/tsconfig.json
The workflows/step_types module was added to main in a separate commit that was not part of this backport. Drop the unused import to fix the TypeScript build error. Made-with: Cursor
Contributor
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Page load bundle
Unknown metric groupsAPI count
async chunk count
ESLint disabled in files
References to deprecated APIs
Total ESLint disabled count
Unreferenced deprecated APIs
History
|
opauloh
approved these changes
Apr 24, 2026
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