elasticsearch/docs/reference/tab-widgets/troubleshooting/snapshot/repeated-snapshot-failures-widget.asciidoc
James Baiera db73aa0498
Add repeated snapshot failure troubleshooting guide (#89762)
This troubleshooting guide is what will be returned from the SLM health indicator 
when a SLM policy has suffered from too many repeat failures without a successful 
execution.
2022-09-15 17:01:32 -04:00

40 lines
1.1 KiB
Text

++++
<div class="tabs" data-tab-group="host">
<div role="tablist" aria-label="Addressing repeated snapshot policy failures">
<button role="tab"
aria-selected="true"
aria-controls="cloud-tab-repeated-snapshot-failures"
id="cloud-repeated-snapshot-failures">
Elasticsearch Service
</button>
<button role="tab"
aria-selected="false"
aria-controls="self-managed-tab-repeated-snapshot-failures"
id="self-managed-repeated-snapshot-failures"
tabindex="-1">
Self-managed
</button>
</div>
<div tabindex="0"
role="tabpanel"
id="cloud-tab-repeated-snapshot-failures"
aria-labelledby="cloud-repeated-snapshot-failures">
++++
include::repeated-snapshot-failures.asciidoc[tag=cloud]
++++
</div>
<div tabindex="0"
role="tabpanel"
id="self-managed-tab-repeated-snapshot-failures"
aria-labelledby="self-managed-repeated-snapshot-failures"
hidden="">
++++
include::repeated-snapshot-failures.asciidoc[tag=self-managed]
++++
</div>
</div>
++++