Skip to content

Commit d6c9195

Browse files
authored
Fix 7.x info and nesting issues on snapshot repo topics (#2601)
1 parent cbb8309 commit d6c9195

File tree

2 files changed

+4
-44
lines changed

2 files changed

+4
-44
lines changed

deploy-manage/tools/snapshot-and-restore/ec-azure-snapshotting.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,7 @@ Configure a custom snapshot repository using your Azure Blob storage account.
1919
Follow the Microsoft documentation to [set up an Azure storage account](https://docs.microsoft.com/en-us/azure/storage/common/storage-account-create) with an access key, and then [create a container](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-portal).
2020

2121

22-
## Enable the `repository-azure` plugin in {{stack}} 7.17 and earlier [ec-enable-azure-plugin]
23-
24-
For deployments with **{{stack}} version 7.17 and earlier**, you’ll need to enable the `repository-azure` plugin to use the Azure repository type. On the Azure platform, the plugin is enabled by default. If your deployment is on AWS or GCP, follow these steps to enable the `repository-azure` plugin:
25-
26-
1. Refer to [Azure Repository Plugin](https://www.elastic.co/guide/en/elasticsearch/plugins/7.17/repository-azure.html) to download the version of the plugin that matches your {{stack}} version.
27-
2. Upload the plugin to your deployment:
28-
29-
1. Log in to the [{{ecloud}} Console](https://cloud.elastic.co?page=docs&placement=docs-body).
30-
2. From your deployment, select **Manage**.
31-
3. From the lower navigation menu, select **Extensions** and then select **Upload extension**.
32-
4. Specify the plugin name (`repository-azure`) and version.
33-
5. Select **An installable plugin (compiled, no source code)**.
34-
6. Select **Create extension**.
35-
7. Navigate back to the **Extensions** page.
36-
8. Select the extension name.
37-
9. Drag and drop to upload the `repository-azure` plugin zip file.
38-
39-
40-
41-
### Configure the keystore [ec-configure-azure-keystore]
22+
## Configure the keystore [ec-configure-azure-keystore]
4223

4324
Create an entry for the Azure client in the {{es}} keystore:
4425

@@ -52,8 +33,7 @@ Create an entry for the Azure client in the {{es}} keystore:
5233

5334
5. Select **Save**.
5435

55-
56-
### Create the repository [ec-create-azure-repository]
36+
## Create the repository [ec-create-azure-repository]
5737

5838
1. Open {{kib}} and go to **Management** > **Snapshot and Restore**.
5939
2. On the **Repositories** tab, select **Register a repository**.

deploy-manage/tools/snapshot-and-restore/ec-gcs-snapshotting.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,7 @@ For more detailed information on the JSON account service key, refer to [Using a
3232
Follow the Google Cloud Storage documentation to [create a GCS bucket](https://cloud.google.com/storage/docs/creating-buckets).
3333

3434

35-
## Enable the `repository-gcs` plugin in {{stack}} 7.17 and earlier [ec-enable-gcs-plugin]
36-
37-
For deployments with **{{stack}} version 7.17 and earlier**, you’ll need to enable the `repository-gcs` plugin to use the Google Cloud Storage repository type. On Google Cloud Platform, the plugin is enabled by default. If your deployment is on AWS or Azure, follow these steps to enable the `repository-gcs` plugin:
38-
39-
1. Refer to [Google Cloud Storage Repository Plugin](https://www.elastic.co/guide/en/elasticsearch/plugins/7.17/repository-gcs.html) to download the version of the plugin that matches your {{stack}} version.
40-
2. Upload the plugin to your deployment:
41-
42-
1. Log in to the [{{ecloud}} Console](https://cloud.elastic.co?page=docs&placement=docs-body).
43-
2. From your deployment, select **Manage**.
44-
3. From the lower navigation menu, select **Extensions** and then select **Upload extension**.
45-
4. Specify the plugin name (`repository-gcs`) and version.
46-
5. Select **An installable plugin (compiled, no source code)**.
47-
6. Select **Create extension**.
48-
7. Navigate back to the **Extensions** page.
49-
8. Select the extension name.
50-
9. Drag and drop to upload the `repository-gcs` plugin zip file.
51-
52-
53-
54-
### Configure the keystore [ec-configure-gcs-keystore]
35+
## Configure the keystore [ec-configure-gcs-keystore]
5536

5637
Create an entry for the GCS client in the {{es}} keystore:
5738

@@ -62,8 +43,7 @@ Create an entry for the GCS client in the {{es}} keystore:
6243
5. With **Type** set to **JSON block / file**, add your [GCS service account key JSON file](#ec-gcs-service-account-key).
6344
6. Select **Save**.
6445

65-
66-
### Create the repository [ec-create-gcs-repository]
46+
## Create the repository [ec-create-gcs-repository]
6747

6848
1. Open {{kib}} and go to **Management** > **Snapshot and Restore**.
6949
2. On the **Repositories** tab, select **Register a repository**.

0 commit comments

Comments
 (0)