Skip to content

Commit 49d7f4e

Browse files
Aligns more content
1 parent 0a1162c commit 49d7f4e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

solutions/security/get-started/configure-advanced-settings.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,15 @@ To access advanced settings, go to **Stack Management** → **Advanced Settings*
7171

7272
## Update default Elastic Security indices [update-sec-indices]
7373

74-
% The following is slightly different in the Serverless docs -- not sure why. See lines 45-51 in the raw migrated Serverless file for more info. If add the Serverless content, remember to annotate the Serverless and ESS content appropriately.
74+
The `securitySolution:defaultIndex` field defines which {{es}} indices the {{security-app}} uses to collect data. By default, index patterns are used to match sets of {{es}} indices:
7575

76-
The `securitySolution:defaultIndex` field defines which {{es}} indices the {{security-app}} uses to collect data. By default, index patterns are used to match sets of {{es}} indices.
76+
* `apm-*-transaction*`
77+
* `auditbeat-*`
78+
* `endgame-*`
79+
* `filebeat-*`
80+
* `logs-*`
81+
* `packetbeat-*`
82+
* `winlogbeat-*`
7783

7884
::::{note}
7985
Index patterns use wildcards to specify a set of indices. For example, the `filebeat-*` index pattern means all indices starting with `filebeat-` are available in the {{security-app}}.
@@ -82,9 +88,7 @@ Index patterns use wildcards to specify a set of indices. For example, the `file
8288

8389
All of the default index patterns match [{{beats}}](https://www.elastic.co/guide/en/beats/libbeat/current/beats-reference.html) and [{{agent}}](https://www.elastic.co/guide/en/fleet/current/fleet-overview.html) indices. This means all data shipped via {{beats}} and the {{agent}} is automatically added to the {{security-app}}.
8490

85-
% The following is slightly different in the Serverless docs -- not sure why. See line 61 in the raw migrated Serverless file for more info. If add the Serverless content, remember to annotate the Serverless and ESS content appropriately.
86-
87-
You can add or remove any indices and index patterns as required. For background information on {{es}} indices, refer to [Data in: documents and indices](/manage-data/data-store/index-basics.md).
91+
You can add or remove any indices and index patterns as required. In {{Serverless}}, the maximum number of items that you can include in a comma-delimited list is 50. In {{stack}, there is no limit.} For more information on {{es}} indices, refer to [Data in: documents and indices](/manage-data/data-store/index-basics.md).
8892

8993
::::{note}
9094
If you leave the `-*elastic-cloud-logs-*` index pattern selected, all Elastic cloud logs are excluded from all queries in the {{security-app}} by default. This is to avoid adding data from cloud monitoring to the app.

0 commit comments

Comments
 (0)