elasticsearch/docs/reference/tab-widgets/troubleshooting/data/restore-from-snapshot-widget.asciidoc
Mary Gouseti 89903bbe23
Troubleshooting docs for ACTION_RESTORE_FROM_SNAPSHOT (#87692)
Troubleshooting guide to restore indices and data streams that have
missing data from a snapshot.

This will be associated with the user action
`ACTION_RESTORE_FROM_SNAPSHOT`.

Preview link:
https://elasticsearch_87692.docs-preview.app.elstc.co/guide/en/elasticsearch/reference/master/restore-from-snapshot.html
2022-07-27 23:37:08 +09:30

40 lines
1 KiB
Text

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