瀏覽代碼

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

Abdon Pijpelink 2 年之前
父節點
當前提交
8469883198
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/scripting/security.asciidoc

+ 1 - 1
docs/reference/scripting/security.asciidoc

@@ -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.