- Observability: other versions:
- Get started
- What is Elastic Observability?
- What’s new in 8.16
- Quickstart: Monitor hosts with Elastic Agent
- Quickstart: Monitor your Kubernetes cluster with Elastic Agent
- Quickstart: Monitor hosts with OpenTelemetry
- Quickstart: Unified Kubernetes Observability with Elastic Distributions of OpenTelemetry (EDOT)
- Quickstart: Collect data with AWS Firehose
- Add data from Splunk
- Applications and services
- Application performance monitoring (APM)
- Get started
- Learn about data types
- Collect application data
- View and analyze data
- Act on data
- Use APM securely
- Manage storage
- Configure APM Server
- Monitor APM Server
- APM APIs
- Troubleshooting
- Upgrade
- Release notes
- Known issues
- Synthetic monitoring
- Get started
- Scripting browser monitors
- Configure lightweight monitors
- Manage monitors
- Work with params and secrets
- Analyze monitor data
- Monitor resources on private networks
- Use the CLI
- Configure projects
- Multi-factor Authentication
- Configure Synthetics settings
- Grant users access to secured resources
- Manage data retention
- Use Synthetics with traffic filters
- Migrate from the Elastic Synthetics integration
- Scale and architect a deployment
- Synthetics support matrix
- Synthetics Encryption and Security
- Troubleshooting
- Real user monitoring
- Uptime monitoring (deprecated)
- Tutorial: Monitor a Java application
- Application performance monitoring (APM)
- CI/CD
- Cloud
- Infrastructure and hosts
- Logs
- Troubleshooting
- Incident management
- Data set quality
- Observability AI Assistant
- Reference
Manage data retention
editManage data retention
editWhen you set up a synthetic monitor, data from the monitor is saved in Elasticsearch data streams, an append-only structure in Elasticsearch.
There are six data streams recorded by synthetic monitors: http
, tcp
, icmp
, browser
, browser.network
, browser.screenshot
.
Elastic will retain data from each data stream for some time period,
and the default time period varies by data stream.
If you want to reduce the amount of storage required or store data for longer,
you can customize how long to retain data for each data stream.
Synthetics data streams
editThere are six data streams recorded by synthetic monitors:
Data stream | Data includes | Default retention period | |
---|---|---|---|
|
The URL that was checked, the status of the check, and any errors that occurred |
1 year |
|
|
The URL that was checked, the status of the check, and any errors that occurred |
1 year |
|
|
The URL that was checked, the status of the check, and any errors that occurred |
1 year |
|
|
The URL that was checked, the status of the check, and any errors that occurred |
1 year |
|
|
Binary image data used to construct a screenshot and metadata with information related to de-duplicating this data |
14 days |
|
|
Detailed metadata around requests for resources required by the pages being checked |
14 days |
All types of checks record core metadata. Browser-based checks store two additional types of data: network and screenshot documents. These browser-specific indices are usually many times larger than the core metadata. The relative sizes of each vary depending on the sites being checked with network data usually being the larger of the two by a significant factor.
Customize data stream lifecycles
editIf Synthetics browser data streams are storing data longer than necessary, you can opt to retain data for a shorter period.
To find Synthetics data streams:
- Navigate to Kibana index management.
-
Filter the list of data streams for those containing the term
synthetics
.-
In the UI there will be three types of browser data streams:
synthetics-browser-*
,synthetics-browser.network-*
, andsynthetics-browser.screenshot-*
.
-
In the UI there will be three types of browser data streams:
Then, you can refer to Tutorial: Customize data retention for integrations to learn how to apply a custom ILM policy to the browser data streams.