mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
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
40 lines
1 KiB
Text
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>
|
|
++++
|