Skip to content

Commit 129f060

Browse files
Apply suggestions from code review
Co-authored-by: Mike Birnstiehl <[email protected]>
1 parent 276f7c0 commit 129f060

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

solutions/security/investigate/visual-event-analyzer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Use the following icons to perform more actions:
8282

8383
* `SOURCE`: Indicates the data source—for example, `endpoint` or `winlogbeat`
8484
* `ID`: Event field that uniquely identifies a node
85-
* `EDGE`: Event field which indicates the relationship between two nodes
85+
* `EDGE`: Event field that indicates the relationship between two nodes
8686

8787
* Click the **Legend** icon ({icon}`node`) to show the state of each process node.
8888

@@ -91,7 +91,7 @@ Use the following icons to perform more actions:
9191
* Use the date and time filter ({icon}`calendar`) to analyze the event within a specific time range. By default, the selected time range matches that of the table from which you opened the alert.
9292

9393

94-
* Click the list icon ({icon}`editor_unordered_list`) to open the preview analyzer panel. This displays a list of all processes related to the event, starting with the event chain’s first process. **Analyzed Event**—the event you selected to analyze from the events list or Timeline—is highlighted with a light blue outline around the cube.
94+
* Click the list icon ({icon}`editor_unordered_list`) to open the preview analyzer panel. This displays a list of all processes related to the event, starting with the event chain’s first process. The **Analyzed Event**—the event you selected to analyze from the events list or Timeline—is highlighted with a light blue outline around the cube.
9595

9696
:::{image} /solutions/images/security-visual-event-analyzer.png
9797
:alt: visual event analyzer
@@ -128,7 +128,7 @@ When you select an `event.category` pill (for example, **_x_ file** or **_x_ reg
128128
- There is no limit to the number of events that can be associated with a process.
129129
::::
130130

131-
To examine alerts associated with the event, select the alert pill (**_x_ alert**). The preview analyzer panel lists the total number of associated alerts, and alerts are ordered from oldest to newest. Each alert shows the type of event that produced it (`event.category`), the event timestamp (`@timestamp`), and rule that generated the alert (`kibana.alert.rule.name`). Click on the rule name to open the alert’s details.
131+
To examine alerts associated with the event, select the alert pill (**_x_ alert**). The preview analyzer panel lists the total number of associated alerts, ordered from oldest to newest. Each alert shows the type of event that produced it (`event.category`), the event timestamp (`@timestamp`), and rule that generated the alert (`kibana.alert.rule.name`). Click on the rule name to open the alert’s details.
132132

133133
In the example screenshot, the analyzed event (`sdclt.exe`) generated three alerts. The preview analyzer panel displays basic information about each one.
134134

0 commit comments

Comments
 (0)