Skip to content

Commit

Permalink
[DOCS] Remove broken link to Cloud API doc (#679) (#686)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6041fdd)

Co-authored-by: Lisa Cawley <[email protected]>
  • Loading branch information
florent-leborgne and lcawl authored Nov 26, 2024
1 parent ee55c24 commit d14adc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions cmd/deployment/elasticsearch/keystore/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ omitted current keystore items are not removed, unless the secrets are set to "n
{"secrets": {"my-secret": null}}.
The contents of the specified file should be formatted to match the Elasticsearch Service
API "KeystoreContents" model. For more information on format, see the ESS API reference:
https://www.elastic.co/guide/en/cloud/current/definitions.html#KeystoreContents.
API "KeystoreContents" model.
`

const updateExample = `# Set credentials for a GCS snapshot repository
Expand Down
3 changes: 1 addition & 2 deletions docs/ecctl_deployment_elasticsearch_keystore_update.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ omitted current keystore items are not removed, unless the secrets are set to "n
{"secrets": {"my-secret": null}}.

The contents of the specified file should be formatted to match the Elasticsearch Service
API "KeystoreContents" model. For more information on format, see the ESS API reference:
https://www.elastic.co/guide/en/cloud/current/definitions.html#KeystoreContents.
API "KeystoreContents" model.

----
ecctl deployment elasticsearch keystore update <deployment id> [--ref-id <ref-id>] {--file=<filename>.json} [flags]
Expand Down
3 changes: 1 addition & 2 deletions docs/ecctl_deployment_elasticsearch_keystore_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ omitted current keystore items are not removed, unless the secrets are set to "n
{"secrets": {"my-secret": null}}.

The contents of the specified file should be formatted to match the Elasticsearch Service
API "KeystoreContents" model. For more information on format, see the ESS API reference:
https://www.elastic.co/guide/en/cloud/current/definitions.html#KeystoreContents.
API "KeystoreContents" model.


```
Expand Down

0 comments on commit d14adc8

Please sign in to comment.