diff --git a/docs/en/settings/notification-settings.asciidoc b/docs/en/settings/notification-settings.asciidoc index 051c6070cde..bb87ca7f1d3 100644 --- a/docs/en/settings/notification-settings.asciidoc +++ b/docs/en/settings/notification-settings.asciidoc @@ -22,7 +22,7 @@ For more information about creating and updating the {es} keystore, see `xpack.watcher.enabled`:: Set to `false` to disable {watcher} on the node. -`xpack.watcher.encrypt_sensitive_data` (<>):: +`xpack.watcher.encrypt_sensitive_data`:: Set to `true` to encrypt sensitive data. If this setting is enabled, you must also specify the `xpack.watcher.encryption_key` setting. For more information, see diff --git a/docs/en/watcher/encrypting-data.asciidoc b/docs/en/watcher/encrypting-data.asciidoc index 5f2a55ac6a7..ca06d9666bb 100644 --- a/docs/en/watcher/encrypting-data.asciidoc +++ b/docs/en/watcher/encrypting-data.asciidoc @@ -19,17 +19,13 @@ every node in the cluster. -- . Set the -{ref}/notification-settings.html[`xpack.watcher.encrypt_sensitive_data` setting] -in the {ref}/secure-settings.html[{es} keystore] on each node in the cluster. +{ref}/notification-settings.html[`xpack.watcher.encrypt_sensitive_data` setting]: + -- -For example, run the following commands to create and update the keystore: - [source,sh] ---------------------------------------------------------------- -bin/elasticsearch-keystore create -bin/elasticsearch-keystore add xpack.watcher.encrypt_sensitive_data true +xpack.watcher.encrypt_sensitive_data: true ---------------------------------------------------------------- --