We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72dc9e commit 8a6d062Copy full SHA for 8a6d062
x-pack/docs/en/watcher/encrypting-data.asciidoc
@@ -6,6 +6,12 @@ information or details about your SMTP email service. You can encrypt this
6
data by generating a key and adding some secure settings on each node in your
7
cluster.
8
9
+Every `password` field that is used in your watch within a HTTP basic
10
+authentication block - for example within a webhook, a HTTP input or when using
11
+the reporting email attachment - will not be stored as plain text anymore. Also
12
+be aware, that there is no way to configure your own fields in a watch to be
13
+encrypted.
14
+
15
To encrypt sensitive data in {watcher}:
16
17
. Use the {ref}/syskeygen.html[elasticsearch-syskeygen] command to create a system key file.
0 commit comments