diff --git a/docs/reference/scripting/using.asciidoc b/docs/reference/scripting/using.asciidoc index f2d635c1376e1..8c9e9a6143c7a 100644 --- a/docs/reference/scripting/using.asciidoc +++ b/docs/reference/scripting/using.asciidoc @@ -137,6 +137,14 @@ The same script in the normal form: Scripts may be stored in and retrieved from the cluster state using the `_scripts` end-point. +If the {es} {security-features} are enabled, you must have the following +privileges to create, retrieve, and delete stored scripts: + +* cluster: `all` or `manage` + +For more information, see <>. + + [float] ==== Request examples