elasticsearch/docs/reference/troubleshooting/snapshot/repeated-snapshot-failures.asciidoc
Arianna Laudazzi 70e5a67904
[AutoOps] Reference AutoOps solution on troubleshooting pages (#119630)
* Reference AutoOps on troubleshooting pages

* Integrate reviewer's feedback
2025-01-09 16:24:20 +01:00

21 lines
1.3 KiB
Text

[[repeated-snapshot-failures]]
== Addressing repeated snapshot policy failures
Repeated snapshot failures are usually an indicator of a problem with your deployment. Continuous failures of automated
snapshots can leave a deployment without recovery options in cases of data loss or outages.
Elasticsearch keeps track of the number of repeated failures when executing automated snapshots. If an automated
snapshot fails too many times without a successful execution, the health API will report a warning. The number of
repeated failures before reporting a warning is controlled by the
<<slm-health-failed-snapshot-warn-threshold,`slm.health.failed_snapshot_warn_threshold`>> setting.
In the event that an automated {slm} policy execution is experiencing repeated failures, follow these steps to get more
information about the problem:
include::{es-ref-dir}/tab-widgets/troubleshooting/snapshot/repeated-snapshot-failures-widget.asciidoc[]
****
If you're using Elastic Cloud Hosted, then you can use AutoOps to monitor your cluster. AutoOps significantly simplifies cluster management with performance recommendations, resource utilization visibility, real-time issue detection and resolution paths. For more information, refer to https://www.elastic.co/guide/en/cloud/current/ec-autoops.html[Monitor with AutoOps].
****