forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security Solution][Alert Flyout] Enable network preview and previews…
… in table tab (elastic#190560) ## Summary This PR is a refactor of preview links in document details flyout: 1) Replace all the `EuiLink` component with a shared `PreviewLink` that renders a link based on field 2) Added IP (network) flyout previews through out document details flyout 3) Added preview capabilities for fields in table tab **Network previews** <img width="1420" alt="image" src="https://github.com/user-attachments/assets/8dd52e1a-e48a-44cd-9eb3-bf34b067bf93"> **After** https://github.com/user-attachments/assets/451292f6-3056-4362-87e4-e8170f0bda3f **Exceptions** IP addresses in entity details section are not yet worked on, as it is owned by the Explore team and therefore has impacts outside of alerts flyout. <img width="919" alt="image" src="https://github.com/user-attachments/assets/4d5fb2be-b132-4db0-ae65-32caa8e0d49f"> **How to test** - Using the normal resolver script should generate host, user and ip data for testing. - To test ip's in highlighted fields, user should create a custom rule and add some ip fields to highlighted fields ### Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
- Loading branch information
1 parent
c213832
commit 57ae12c
Showing
33 changed files
with
729 additions
and
478 deletions.
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
Oops, something went wrong.