mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[DOCS] Make it clear that "both" is not a valid value for "script.allowed_types" (#97837)
This commit is contained in:
parent
45aa5aea37
commit
8469883198
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue