Skip to content

Commit 0c78b0d

Browse files
committed
[DOCS] Reword rollup API reqs
1 parent 7993623 commit 0c78b0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/rollup/apis/rollup-api.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ POST /my-index-000001/_rollup/rollup-my-index-000001
5151
[[rollup-api-prereqs]]
5252
==== {api-prereq-title}
5353

54-
* If the {es} {security-features} are enabled, you must have the `manage` or
55-
`manage_rollup` cluster privilege to use this API. See <<security-privileges>>.
54+
* If the {es} {security-features} are enabled, you must have the `manage_rollup`
55+
or `manage` <<privileges-list-cluster,cluster privilege>> to use this API.
5656

5757
* You can only roll up an index that contains:
5858

5959
** A <<date,`date`>> or <<date_nanos,`date_nanos`>> timestamp field
60-
** One or more <<number,numeric>> fields
60+
** One or more <<number,numeric>> fields to store as `metrics`
6161

6262
[[rollup-api-path-params]]
6363
==== {api-path-parms-title}

0 commit comments

Comments
 (0)