You are viewing docs on Elastic's new documentation system, currently in technical preview. For all other Elastic docs, visit elastic.co/guide.

Data views in Elastic Security

Use data views to control what data displays on Elastic Security pages with event or alert data.

Data views determine what data displays on Elastic Security pages with event or alert data. Data views are defined by the index patterns they include. Only data from Elasticsearch indices, data streams, or index aliases specified in the active data view will appear.

Important

Custom indices are not included in the default data view. Modify it or create a custom data view to include custom indices.

Switch to another data view

You can tell which data view is active by clicking the Data view menu at the upper right of Elastic Security pages that display event or alert data, such as Overview, Alerts, Timelines, or Hosts. To switch to another data view, click Choose data view, select one of the options, and click Save.

Create or modify a data view

You can temporarily modify the active data view from the Data view menu by clicking Advanced options, then adding or removing index patterns.

This only allows you to add index patterns that match indices that currently contain data (other index patterns are unavailable). Note that any changes made are saved in the current browser window and won't persist if you open a new tab.

To permanently modify a data view, delete an existing data view or create a new one, you need the required permissions. To learn more, refer to Data views.

The default data view

The default data view is defined by the securitySolution:defaultIndex setting, which you can modify in your project's advanced settings. To learn more about this setting, including its default value, refer to Advanced settings).

The first time a user visits Elastic Security, the default data view generates and becomes active.

If you delete the active data view when there are no other defined data views, the default data view will regenerate and become active upon refreshing any Elastic Security page.

On this page