Skip to content

Commit 8f0ecb7

Browse files
Update docs/reference/elasticsearch/command-line-tools/elasticsearch-keystore.md
Co-authored-by: Liam Thompson <[email protected]>
1 parent a48c492 commit 8f0ecb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/elasticsearch/command-line-tools/elasticsearch-keystore.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ Only some settings are designed to be read from the keystore. However, there is
9494
Improper handling of special characters can lead to authentication failures and service outages.
9595
:::
9696

97-
Exclamation mark: `!`
97+
**Exclamation mark**: `!`
9898
: When using the shell, the combination `\!` is stored as just `!`. This can lead to authentication failures if the password is not stored as intended.
9999

100-
Quotes: `"`
100+
**Quotes**: `"`
101101
: If quotes are used around the password, they become part of the password itself. This can cause the password to be incorrect when retrieved from the keystore.
102102

103-
Backslash: `\`
103+
**Backslash**: `\`
104104
: The backslash character needs to be properly escaped. If not escaped correctly, it may be omitted or misinterpreted, leading to incorrect password storage.
105105

106106
## Examples [elasticsearch-keystore-examples]

0 commit comments

Comments
 (0)