Skip to content

Commit 8da8225

Browse files
authored
Incorporate review comments in preparation for beta release 7.2 (#373)
* Incorporate review comments in preparation for beta release * Add live link and more review comments
1 parent 50d6576 commit 8da8225

File tree

4 files changed

+18
-28
lines changed

4 files changed

+18
-28
lines changed
31.6 KB
Loading

docs/en/siem/installation.asciidoc

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,5 @@ To populate *Network* data, enable these {filebeat} modules:
9898
* {filebeat-ref}/filebeat-module-iptables.html[Iptables/Ubiquiti module]
9999
* {filebeat-ref}/filebeat-module-coredns.html[CoreDNS module]
100100
* {filebeat-ref}/filebeat-module-envoyproxy.html[Envoy proxy module (Kubernetes)]
101-
* Palo Alto firewall module*
102-
//* {filebeat-ref}/filebeat-module-panw.html[Palo Alto firewall module]
103-
* {filebeat-ref}//filebeat-module-cisco.html[Cisco ASA firewall module*]
104-
105-
// Palo Alto link target currently missing in 7.x: {filebeat-ref}/filebeat-module-panw.html[Palo Alto firewall module]
106-
// https://github.com/elastic/beats/blob/7.x/filebeat/docs/modules/panw.asciidoc
107-
101+
* {filebeat-ref}/filebeat-module-panw.html[Palo Alto Networks firewall module]
102+
* {filebeat-ref}//filebeat-module-cisco.html[Cisco ASA firewall module]

docs/en/siem/overview.asciidoc

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ investigating host and network security events.
4040

4141
[float]
4242
[[siem-integration]]
43-
==== Elastic integration
43+
==== Additional Elastic components
4444

45-
{siem-soln} also integrates with other Elastic products and features to help you
45+
You can use {siem-soln} with other Elastic products and features to help you
4646
identify and investigate suspicious activity:
4747

4848
* https://www.elastic.co/products/stack/machine-learning[{ml-cap}]
@@ -90,13 +90,8 @@ Common Schema (ECS)].
9090
** {filebeat-ref}/filebeat-module-iptables.html[Iptables/Ubiquiti module]
9191
** {filebeat-ref}/filebeat-module-coredns.html[CoreDNS module]
9292
** {filebeat-ref}/filebeat-module-envoyproxy.html[Envoy proxy module (Kubernetes)]
93-
** Palo Alto Networks firewall module*
94-
//** {filebeat-ref}/filebeat-module-panw.html[Palo Alto firewall module]
95-
** {filebeat-ref}//filebeat-module-cisco.html[Cisco ASA firewall module*]
96-
97-
// Palo Alto link target currently missing in 7.x: {filebeat-ref}/filebeat-module-panw.html[Palo Alto Networks firewall module]
98-
// https://github.com/elastic/beats/blob/7.x/filebeat/docs/modules/panw.asciidoc
99-
93+
** {filebeat-ref}/filebeat-module-panw.html[Palo Alto Networks firewall module]
94+
** {filebeat-ref}//filebeat-module-cisco.html[Cisco ASA firewall module]
10095

10196
[float]
10297
[[ecs]]

docs/en/siem/siem-ui.asciidoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ The {siem-app} is a highly interactive workspace for security analysts. It is
1616
designed to be discoverable, clickable, draggable and droppable, expandable and
1717
collapsible, resizable, moveable, and so forth.
1818

19-
The *{kibana-ref}/kuery-query.html[{kib} Query Language (KQL)] bar* is available
19+
The *{kibana-ref}/kuery-query.html[{kib} Query Language (KQL)]* bar is available
2020
throughout the {siem-app} for searching and filtering.
2121

22-
NOTE: The default index patterns for {siem-soln} events are `auditbeat-*``, `winlogbeat-*``,
23-
`filebeat-*``, and `packetbeat-*`. You can change the default index patterns in
22+
NOTE: The default index patterns for {siem-soln} events are `auditbeat-*`, `winlogbeat-*`,
23+
`filebeat-*`, and `packetbeat-*`. You can change the default index patterns in
2424
{kib} -> Management -> Advanced Settings -> `siem:defaultIndex`.
2525

2626

@@ -43,7 +43,7 @@ image::overview-ui.png[]
4343
[[hosts-ui]]
4444
=== Hosts
4545

46-
The Hosts view provides provides key metrics regarding host-related security
46+
The Hosts view provides key metrics regarding host-related security
4747
events, and a set of data tables that let you interact with the Timeline Event
4848
Viewer. You can drag and drop items of interest from the Hosts view tables to
4949
Timeline for further investigation.
@@ -132,20 +132,20 @@ whether your placement is on target to create an `AND` or `OR` filters.
132132
[[pivot]]
133133
==== Pivot your data
134134

135-
Right-click a drop area filter to access additional operations to exclude, temporarily
136-
disable, or delete the filter terms. For example, you can change an included
137-
filter to an exclusion.
135+
Click a filter to access additional operations such as exclude, temporarily
136+
disable, or delete items from the query. For example, you can change an included
137+
item so that it is excluded.
138138

139139
[float]
140140
[[row-renderer]]
141141
==== Get more context for each event
142142
As you build and modify your queries, you can see the results of your
143143
interactions in the details pane below.
144144

145-
As your query takes shape, an easy-to-follow rendered view appears for each
146-
event. It shows relevant contextual information that helps tell the backstory of
147-
the event. If you see a particular item that interests you, you can drag it to
148-
the drop area for further introspection.
145+
As your query takes shape, an easy-to-follow rendered view appears for events. It
146+
shows relevant contextual information that helps tell the backstory of the
147+
event. If you see a particular item that interests you, you can drag it to the
148+
drop area for further introspection.
149149

150150
[float]
151151
[[other]]
@@ -154,7 +154,7 @@ the drop area for further introspection.
154154
The Timeline is flexible and highly interactive. As you would expect, the
155155
{siem-app} lets you:
156156

157-
* add, remove, or resize Timeline columns.
157+
* add, remove, reorder, or resize Timeline columns.
158158
* save, open, and list Timelines
159159
* add notes to individual events
160160
* add investigation notes for the whole Timeline

0 commit comments

Comments
 (0)