mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[DOCS] Add rollup API prereqs
This commit is contained in:
parent
06e141888f
commit
6b502abc6b
1 changed files with 6 additions and 1 deletions
|
@ -51,9 +51,14 @@ POST /my-index-000001/_rollup/rollup-my-index-000001
|
|||
[[rollup-api-prereqs]]
|
||||
==== {api-prereq-title}
|
||||
|
||||
If the {es} {security-features} are enabled, you must have the `manage` or
|
||||
* If the {es} {security-features} are enabled, you must have the `manage` or
|
||||
`manage_rollup` cluster privilege to use this API. See <<security-privileges>>.
|
||||
|
||||
* You can only roll up an index that contains:
|
||||
|
||||
** A <<date,`date`>> or <<date_nanos,`date_nanos`>> timestamp field
|
||||
** One or more <<number,numeric>> fields
|
||||
|
||||
[[rollup-api-path-params]]
|
||||
==== {api-path-parms-title}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue