mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
[DOCS] Adds security privileges to _scripts endpoint docs. (#57795)
This commit is contained in:
parent
98a64da87c
commit
89c44e1695
1 changed files with 8 additions and 0 deletions
|
@ -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 <<security-privileges>>.
|
||||
|
||||
|
||||
[float]
|
||||
==== Request examples
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue