Skip to content

Commit 9894be8

Browse files
add applies_to badge to changes introduced in elastic#17351
1 parent 8820218 commit 9894be8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/reference/keystore.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,10 @@ bin/logstash-keystore add ES_USER ES_PWD
136136
When prompted, enter a value for each key.
137137
138138
::::{note}
139-
Key values are limited to ASCII letters (`a`-`z`, `A`-`Z`), numbers (`0`-`9`), underscores (`_`), and dots (`.`); they must be at least one character long and cannot begin with a number.
139+
Key values are limited to:
140+
141+
* {applies_to}`stack: ga 9.0.0` ASCII characters including digits, letters, and a few special symbols.
142+
* {applies_to}`stack: ga 9.1.0` ASCII letters (`a`-`z`, `A`-`Z`), numbers (`0`-`9`), underscores (`_`), and dots (`.`); they must be at least one character long and cannot begin with a number.
140143
::::
141144
142145

0 commit comments

Comments
 (0)