[DOCS] Make it clear that "both" is not a valid value for "script.allowed_types" (#97837)

This commit is contained in:
Abdon Pijpelink 2023-07-24 10:20:57 +02:00 committed by GitHub
parent 45aa5aea37
commit 8469883198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ configured to run both types of scripts. To limit what type of scripts are run,
set `script.allowed_types` to `inline` or `stored`. To prevent any scripts from
running, set `script.allowed_types` to `none`.
IMPORTANT: If you use {kib}, set `script.allowed_types` to `both` or `inline`.
IMPORTANT: If you use {kib}, set `script.allowed_types` to both or just `inline`.
Some {kib} features rely on inline scripts and do not function as expected
if {es} does not allow inline scripts.