diff --git a/cmd/deployment/elasticsearch/keystore/update.go b/cmd/deployment/elasticsearch/keystore/update.go index 4a32f7d4..8dc656f3 100644 --- a/cmd/deployment/elasticsearch/keystore/update.go +++ b/cmd/deployment/elasticsearch/keystore/update.go @@ -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 diff --git a/docs/ecctl_deployment_elasticsearch_keystore_update.adoc b/docs/ecctl_deployment_elasticsearch_keystore_update.adoc index b252ce6d..7b828a50 100644 --- a/docs/ecctl_deployment_elasticsearch_keystore_update.adoc +++ b/docs/ecctl_deployment_elasticsearch_keystore_update.adoc @@ -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 [--ref-id ] {--file=.json} [flags] diff --git a/docs/ecctl_deployment_elasticsearch_keystore_update.md b/docs/ecctl_deployment_elasticsearch_keystore_update.md index 0b05f7ed..385d027e 100644 --- a/docs/ecctl_deployment_elasticsearch_keystore_update.md +++ b/docs/ecctl_deployment_elasticsearch_keystore_update.md @@ -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. ```