Skip to content

Commit 6f2888c

Browse files
authored
Getting Started updates - 7.10 (#340) (#341)
* added video to getting started and index update to advanced settings. * Slight change.
1 parent 67cca5b commit 6f2888c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/getting-started/advanced-setting.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,16 @@ NOTE: Index patterns use wildcards to specify a set of indices. For example, the
5151
`filebeat-*` index pattern means all indices starting with `filebeat-` are
5252
available in the {es-sec-app}.
5353

54-
All of the default index patterns match {beats-ref}/beats-reference.html[{beats}] and
54+
All of the default index patterns match {beats-ref}/beats-reference.html[{beats}] and
5555
{ingest-guide}/ingest-management-overview.html[{agent}] indices. This means all
5656
data shipped via {beats} and the {agent} is automatically added to the
5757
{es-sec-app}.
5858

5959
You can add or remove any indices and index patterns as required. For some
6060
background information on {es} indices, see
61-
{ref}/documents-indices.html[Data in: documents and indices].
61+
{ref}/documents-indices.html[Data in: documents and indices].
6262

63+
NOTE: If you leave the `logs-*` index selected, by default, all Elastic cloud logs are excluded from all queries in the {security-app}. This is to avoid adding data from cloud monitoring to the app.
6364

6465
IMPORTANT: {es-sec} requires {ecs-ref}[ECS-compliant data]. If you use third-party data
6566
collectors to ship data to {es}, the data must be mapped to ECS.
@@ -93,7 +94,7 @@ default values.
9394
== Set machine learning score threshold
9495

9596
When security <<machine-learning, {ml} jobs>> are enabled, this setting
96-
determines the threshold above which anomaly scores are displayed in {es-sec}:
97+
determines the threshold above which anomaly scores are displayed in {es-sec}:
9798

9899
* `securitySolution:defaultAnomalyScore`
99100

docs/getting-started/index.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Looking to get started with Elastic Security? This section describes the Elastic Security UI in Kibana, the system requirements required to run the Elastic Agent with the Elastic Endpoint Security integration, as well as instructions on how to configure and install Elastic Security on your host.
66

7+
TIP: View the https://www.elastic.co/training/elastic-security-quick-start[Elastic Security Quick Start video] to learn how to configure your endpoints with Elastic Security so you can stream, detect, and visualize threats in real time on Elastic Cloud.
8+
79
include::sec-app-requirements.asciidoc[leveloffset=+1]
810
include::detections-req.asciidoc[leveloffset=+2]
911
include::cases-req.asciidoc[leveloffset=+2]

0 commit comments

Comments
 (0)