Skip to content

Commit 8469883

Browse files
[DOCS] Make it clear that "both" is not a valid value for "script.allowed_types" (elastic#97837)
1 parent 45aa5ae commit 8469883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/scripting/security.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ configured to run both types of scripts. To limit what type of scripts are run,
3636
set `script.allowed_types` to `inline` or `stored`. To prevent any scripts from
3737
running, set `script.allowed_types` to `none`.
3838

39-
IMPORTANT: If you use {kib}, set `script.allowed_types` to `both` or `inline`.
39+
IMPORTANT: If you use {kib}, set `script.allowed_types` to both or just `inline`.
4040
Some {kib} features rely on inline scripts and do not function as expected
4141
if {es} does not allow inline scripts.
4242

0 commit comments

Comments
 (0)