diff --git a/docs/reference/rollup/apis/rollup-index-caps.asciidoc b/docs/reference/rollup/apis/rollup-index-caps.asciidoc index 9fb770d33c657..a79048f7d3616 100644 --- a/docs/reference/rollup/apis/rollup-index-caps.asciidoc +++ b/docs/reference/rollup/apis/rollup-index-caps.asciidoc @@ -14,7 +14,7 @@ experimental[] [[rollup-get-rollup-index-caps-request]] ==== {api-request-title} -`GET /_rollup/data` +`GET /_rollup/data` [[rollup-get-rollup-index-caps-prereqs]] ==== {api-prereq-title} @@ -38,9 +38,9 @@ and what aggregations can be performed on each job? [[rollup-get-rollup-index-caps-path-params]] ==== {api-path-parms-title} -``:: - (Required, string) Index or index-pattern of concrete rollup indices to check - for capabilities. +``:: +(Required, string) Data stream or index to check for rollup capabilities. +Wildcard (`*`) expressions are supported. [[rollup-get-rollup-index-caps-example]] ==== {api-examples-title} diff --git a/docs/reference/rollup/apis/rollup-search.asciidoc b/docs/reference/rollup/apis/rollup-search.asciidoc index 3bb4d1ac2faa9..ab496a8f1116f 100644 --- a/docs/reference/rollup/apis/rollup-search.asciidoc +++ b/docs/reference/rollup/apis/rollup-search.asciidoc @@ -6,14 +6,14 @@ Rollup search ++++ -Enables searching rolled-up data using the standard query DSL. +Enables searching rolled-up data using the standard query DSL. experimental[] [[rollup-search-request]] ==== {api-request-title} -`GET /_rollup_search` +`GET /_rollup_search` [[rollup-search-desc]] ==== {api-description-title} @@ -27,20 +27,28 @@ expect given the original query. [[rollup-search-path-params]] ==== {api-path-parms-title} -``:: - (Required, string) Index, indices or index-pattern to execute a rollup search - against. This can include both rollup and non-rollup indices. +``:: ++ +-- +(Required, string) +Comma-separated list of data streams and indices used to limit +the request. Wildcard expressions (`*`) are supported. -Rules for the `index` parameter: +This target can include both rollup and non-rollup indices. -- At least one index/index-pattern must be specified. This can be either a -rollup or non-rollup index. Omitting the index parameter, or using `_all`, is -not permitted. -- Multiple non-rollup indices may be specified +Rules for the `` parameter: + +- At least one data stream, index, or wildcard expression must be specified. +This target can include a rollup or non-rollup index. For data streams, the +stream's backing indices can only serve as non-rollup indices. Omitting the +`` parameter or using `_all` is not permitted. +- Multiple non-rollup indices may be specified. - Only one rollup index may be specified. If more than one are supplied, an exception occurs. -- Index patterns may be used, but if they match more than one rollup index an -exception occurs. +- Wildcard expressions may be used, but, if they match more than one rollup index, an +exception occurs. However, you can use an expression to match multiple non-rollup +indices or data streams. +-- [[rollup-search-request-body]] ==== {api-request-body-title}