Skip to content

Commit

Permalink
Alerts can be shared via a shareable URL (#3264)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Peeples <[email protected]>
Co-authored-by: Janeen Mikell Roberts <[email protected]>
(cherry picked from commit 32bfbd9)
  • Loading branch information
nastasha-solomon authored and mergify[bot] committed May 22, 2023
1 parent 760b30d commit f9eb284
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/detections/alerts-view-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
To inspect a detection alert, click the *View details* button from the Alerts table. The alert details flyout appears with several options to view alert data.

[role="screenshot"]
image::images/view-alert-details.png[View details button, 200]
image::images/view-alert-details.png[View details button, 200]

The alert details flyout contains these informational tabs:

Expand All @@ -14,6 +14,12 @@ The alert details flyout contains these informational tabs:
* *JSON*: The alert data in JSON format.
* *Osquery Results*: Results from queries attached to rules display on the *Osquery Results* tab. <<add-osquery-response-action,Learn more.>>

The **Share alert** link allows you to share alert details. Click it to copy a URL that you can paste into browsers, cases, messages, and more. We recommend doing this instead of copying the URL from your browser's address bar, which can cause inconsistent results if the Alerts page has filters or relative time ranges.

IMPORTANT: If you've enabled grouping on the Alerts page, the alert details flyout won't open until you expand the collapsed group.

NOTE: If you've configured the {kibana-ref}/settings.html#server-publicBaseUrl[`server.publicBaseUrl`] setting in the `kibana.yml` file, the shareable URL is also in the `kibana.alert.url` field. You can find the field by searching for `kibana.alert.url` on the *Table* tab.

[role="screenshot"]
image::images/alert-details-flyout.png[Alert details flyout, 90%]

Expand Down
Binary file modified docs/detections/images/alert-details-flyout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/reference/alert-schema.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,11 @@ Type: date
Type: date
|N/A | `kibana.alert.suppression.docs_count` | The number of suppressed alerts.

Type: long

|N/A | `kibana.alert.url` a| The shareable URL for the alert.

NOTE: This field only appears if you've set the {kibana-ref}/settings.html#server-publicBaseUrl[`server.publicBaseUrl`] configuration setting in the `kibana.yml` file.

Type: long
|==============================================

0 comments on commit f9eb284

Please sign in to comment.