From 7648a2afc1f5708aa0e08b6f29764d2e4ca92929 Mon Sep 17 00:00:00 2001 From: Craig MacKenzie Date: Thu, 28 Mar 2024 09:31:49 -0400 Subject: [PATCH] Clarify that the keystore obfuscates secrets only. (#38667) --- libbeat/docs/keystore.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbeat/docs/keystore.asciidoc b/libbeat/docs/keystore.asciidoc index 45eb297ac9c5..24494939764a 100644 --- a/libbeat/docs/keystore.asciidoc +++ b/libbeat/docs/keystore.asciidoc @@ -18,7 +18,7 @@ When you configure {beatname_uc}, you might need to specify sensitive settings, such as passwords. Rather than relying on file system permissions to protect -these values, you can use the {beatname_uc} keystore to securely store secret +these values, you can use the {beatname_uc} keystore to obfuscate stored secret values for use in configuration settings. After adding a key and its secret value to the keystore, you can use the key in