Skip to content

Commit 03a8046

Browse files
First draft
1 parent d65c95f commit 03a8046

File tree

9 files changed

+52
-8
lines changed

9 files changed

+52
-8
lines changed

docs/detections/alerts-view-details.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ IMPORTANT: If you've enabled grouping on the Alerts page, the alert details flyo
4141
* Find basic details about the alert, such as the:
4242

4343
** Associated rule
44-
** Alert status
45-
** Date and time the alert was created
44+
** Alert status and when the alert was created
4645
** Alert severity and risk score (these are inherited from rule that generated the alert)
4746
** Users assigned to the alert (click the **Assign alert** image:images/assign-alert.png[Assign alert,15,15] icon to assign more users)
47+
** Notes attached to the alert (click the **Add note** image:images/add-note.png[Add note,15,15] icon to create a new note)
4848

4949
* Click the **Table** or **JSON** tabs to display the alert details in table or JSON format. In table format, alert details are displayed as field-value pairs.
5050

3.43 KB
Loading
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
[[add-manage-notes]]
2+
= Create and manage notes
3+
4+
Incorporate notes into your investigative workflows to coordinate responses, conduct threat hunting, and share investigative findings. You can attach notes to individual alerts and events, and leave notes on saved Timelines. You can then manage notes from the **Notes** page, or from individual alerts, events, or Timelines.
5+
6+
== Add notes
7+
8+
To add a note to an alert:
9+
10+
. Find **Alerts** in the main menu or by using the {kibana-ref}/introduction.html#kibana-navigation-search[global search field].
11+
. Scroll down to the Alerts table, go to the alert you want to add a note to, then click the notes icon. The **Notes** tab in the alert details flyout opens.
12+
. Enter a note into the text box, then click **Add note**.
13+
14+
To add a note to an event:
15+
16+
. Find **Explore** in the main menu or by using the {kibana-ref}/introduction.html#kibana-navigation-search[global search field], then go to **Hosts**, **Users**, **Network**.
17+
. Scroll down to the **Events** tab, go to the event you want to add a note to, then click the notes icon. The **Notes** tab in the events details flyout opens.
18+
. Enter a note into the text box, then click **Add note**.
19+
20+
To add a note to a saved Timeline:
21+
22+
. Do one of the following:
23+
** Find **Timeline** in the main menu or by using the {kibana-ref}/introduction.html#kibana-navigation-search[global search field], then click a Timeline's title.
24+
** Go to the Timeline bar, click the image:images/add-new-timeline-button.png[Click the add new button,20,20] button, then click **Open Timeline**. Click a Timeline's title to open it.
25+
. Go to the **Notes** tab.
26+
. Enter a note into the text box, then click **Add note**.
27+
28+
== Manage notes
29+
30+
To manage notes....
31+
32+
33+

docs/events/investigations-index.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ include::timeline-templates.asciidoc[leveloffset=+2]
99
include::../detections/visual-event-analyzer.asciidoc[leveloffset=+1]
1010
include::../cloud-native-security/session-view.asciidoc[leveloffset=+1]
1111
include::../osquery/osquery-index.asciidoc[leveloffset=+1]
12+
include::add-manage-notes.asciidoc[leveloffset=+1]

docs/events/timeline-ui-overview.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ You can also modify a Timeline's display in other ways:
7272
* Copy a column name or values to a clipboard
7373
* Change how the name, value, and description of a field are displayed in Timeline
7474
* View the Timeline in full screen mode
75-
* Add or delete notes on individual events
76-
* Add or delete investigation notes on the entire Timeline
75+
* Add or delete notes on alerts, events, or Timeline
7776
* Pin interesting events to the Timeline
7877

7978
[discrete]

docs/getting-started/advanced-setting.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,12 @@ By default, Elastic prebuilt rules in the *Rules* and *Rule Monitoring* tables i
176176

177177
The `securitySolution:alertTags` field determines which options display in the alert tag menu. The default alert tag options are `Duplicate`, `False Positive`, and `Further investigation required`. You can update the alert tag menu by editing these options or adding more. To learn more about using alert tags, refer to <<apply-alert-tags>>.
178178

179+
[discrete]
180+
[[max-notes-alerts-events]]
181+
== Specify the maximum number of notes for alerts or events
182+
183+
The `securitySolution:maxUnassociatedNotes` field determines the maximum number of notes that you can attach to an alert or event. The maximum limit and default value is 1000.
184+
179185
[discrete]
180186
[[exclude-cold-frozen-data-rule-executions]]
181187
== Exclude cold and frozen data from rule executions

docs/serverless/alerts/view-alert-details.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ From the right panel, you can also:
4747
* Find basic details about the alert, such as the:
4848

4949
* Associated rule
50-
* Alert status
51-
* Date and time the alert was created
50+
* Alert status and when the alert was created
5251
* Alert severity and risk score (these are inherited from rule that generated the alert)
5352
* Users assigned to the alert (click the <DocIcon type="plusInCircle" title="Assign alert" /> icon to assign more users)
53+
* Notes attached to the alert (click the <DocIcon type="plusInCircle" title="Add note" /> icon to create a new note)
5454
* Click the **Table** or **JSON** tabs to display the alert details in table or JSON format. In table format, alert details are displayed as field-value pairs.
5555

5656
<div id="preview-panel"></div>

docs/serverless/investigate/timelines-ui.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ You can also modify a Timeline's display in other ways:
7878
* Copy a column name or values to a clipboard
7979
* Change how the name, value, or description of a field are displayed in Timeline
8080
* View the Timeline in full screen mode
81-
* Add or delete notes on individual events
82-
* Add or delete investigation notes on the entire Timeline
81+
* Add or delete notes on alerts, events, or Timeline
8382
* Pin interesting events to the Timeline
8483

8584
<div id="add-remove-timeline-fields"></div>

docs/serverless/settings/advanced-settings.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ You can change these settings, which affect the news feed displayed on the
130130

131131
The `securitySolution:enableAssetCriticality` setting determines whether asset criticality is included as a risk input to entity risk scoring. This setting is turned off by default. Turn it on to enable asset criticality workflows and to use asset criticality as part of entity risk scoring.
132132

133+
<div id="max-notes-alerts-events"></div>
134+
135+
## Specify the maximum number of notes for alerts or events
136+
137+
The `securitySolution:maxUnassociatedNotes` field determines the maximum number of notes that you can attach to an alert or event. The maximum limit and default value is 1000.
138+
133139
## Exclude cold and frozen tier data from analyzer queries
134140

135141
Including data from cold and frozen [data tiers](((ref))/data-tiers.html) in <DocLink slug="/serverless/security/visual-event-analyzer">visual event analyzer</DocLink> queries may result in performance degradation. The `securitySolution:excludeColdAndFrozenTiersInAnalyzer` setting allows you to exclude this data from analyzer queries. This setting is turned off by default.

0 commit comments

Comments
 (0)