Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The advanced settings determine:
* Which indices {{elastic-sec}} uses to retrieve data
* {{ml-cap}} anomaly score display threshold
* The navigation menu style used throughout the {{security-app}}
* Whether the news feed is displayed on the [*Overview dashboard*](/solutions/security/dashboards/overview-dashboard.md)
* Whether the news feed is displayed on the [Overview dashboard](/solutions/security/dashboards/overview-dashboard.md)
* The default time interval used to filter {{elastic-sec}} pages
* The default {{elastic-sec}} pages refresh time
* Which IP reputation links appear on [IP detail](/solutions/security/explore/network-page.md) pages
Expand All @@ -38,7 +38,7 @@ Modifying advanced settings can affect Kibana performance and cause problems tha

## Access advanced settings [security-advanced-settings-access-advanced-settings]

To access advanced settings, go to **Stack Management** → **Advanced Settings**, then scroll down to **Security Solution** settings.
To access advanced settings, go to **Stack Management** → **Advanced Settings** in {{stack}} or **Project Settings** → **Stack Management** → **Advanced Settings** in {{serverless-short}}, then scroll down to **Security Solution** settings.

:::{image} /solutions/images/security-solution-advanced-settings.png
:alt: solution advanced settings
Expand Down Expand Up @@ -75,7 +75,7 @@ If you leave the `-*elastic-cloud-logs-*` index pattern selected, all Elastic cl


::::{important}
{{elastic-sec}} requires [ECS-compliant data](https://www.elastic.co/guide/en/ecs/current). If you use third-party data collectors to ship data to {{es}}, the data must be mapped to ECS. [*Elastic Security ECS field reference*](/reference/security/fields-and-object-schemas/siem-field-reference.md) lists ECS fields used in {{elastic-sec}}.
{{elastic-sec}} requires [ECS-compliant data](https://www.elastic.co/guide/en/ecs/current). If you use third-party data collectors to ship data to {{es}}, the data must be mapped to ECS. [Elastic Security ECS field reference](/reference/security/fields-and-object-schemas/siem-field-reference.md) lists ECS fields used in {{elastic-sec}}.
::::


Expand Down Expand Up @@ -191,7 +191,7 @@ The `securitySolution:alertTags` field determines which options display in the a

## Set the maximum notes limit for alerts and events [max-notes-alerts-events]

The `securitySolution:maxUnassociatedNotes` field determines the maximum number of [notes](/solutions/security/investigate/notes.md) that you can attach to alerts and events. The maximum limit and default value is 1000.
The `securitySolution:maxUnassociatedNotes` field determines the maximum number of [notes](/solutions/security/investigate/notes.md) that you can attach to alerts and events. The maximum limit and default value is 10000.


## Exclude cold and frozen data from rules [exclude-cold-frozen-data-rule-executions]
Expand Down
Loading