Skip to content

Commit

Permalink
Update snapshot-restore.md (#8734)
Browse files Browse the repository at this point in the history
* Update snapshot-restore.md

Adds info from: opensearch-project/OpenSearch#16305

Signed-off-by: pjuri <[email protected]>

* Update _tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: pjuri <[email protected]>

* Update _tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: pjuri <[email protected]>

* Update _tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: pjuri <[email protected]>

---------

Signed-off-by: pjuri <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
(cherry picked from commit 87a36f7)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 13, 2024
1 parent 404c5a2 commit 054a041
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,20 @@ You will most likely not need to specify any parameters except for `location`. F
sudo ./bin/opensearch-keystore add s3.client.default.secret_key
```

1. (Optional) If you're using a custom S3 endpoint (for example, MinIO), disable the Amazon EC2 metadata connection:

```bash
export AWS_EC2_METADATA_DISABLED=true

Check warning on line 116 in _tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md

View workflow job for this annotation

GitHub Actions / vale

[vale] _tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md#L116

[OpenSearch.AcronymParentheses] 'EC2': Spell out acronyms the first time that you use them on a page and follow them with the acronym in parentheses. Subsequently, use the acronym alone.
Raw output
{"message": "[OpenSearch.AcronymParentheses] 'EC2': Spell out acronyms the first time that you use them on a page and follow them with the acronym in parentheses. Subsequently, use the acronym alone.", "location": {"path": "_tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md", "range": {"start": {"line": 116, "column": 15}}}, "severity": "WARNING"}
```

If you're installing OpenSearch using Helm, update the following settings in your values file:

```yml
extraEnvs:
- name: AWS_EC2_METADATA_DISABLED

Check warning on line 123 in _tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md

View workflow job for this annotation

GitHub Actions / vale

[vale] _tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md#L123

[OpenSearch.AcronymParentheses] 'EC2': Spell out acronyms the first time that you use them on a page and follow them with the acronym in parentheses. Subsequently, use the acronym alone.
Raw output
{"message": "[OpenSearch.AcronymParentheses] 'EC2': Spell out acronyms the first time that you use them on a page and follow them with the acronym in parentheses. Subsequently, use the acronym alone.", "location": {"path": "_tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md", "range": {"start": {"line": 123, "column": 18}}}, "severity": "WARNING"}
value: "true"
```
1. (Optional) If you're using temporary credentials, add your session token:
```bash
Expand Down

0 comments on commit 054a041

Please sign in to comment.