6
6
<titleabbrev>Rollup search</titleabbrev>
7
7
++++
8
8
9
- Enables searching rolled-up data using the standard query DSL.
9
+ Enables searching rolled-up data using the standard query DSL.
10
10
11
11
experimental[]
12
12
13
13
[[rollup-search-request]]
14
14
==== {api-request-title}
15
15
16
- `GET <index >/_rollup_search`
16
+ `GET <target >/_rollup_search`
17
17
18
18
[[rollup-search-desc]]
19
19
==== {api-description-title}
@@ -27,20 +27,28 @@ expect given the original query.
27
27
[[rollup-search-path-params]]
28
28
==== {api-path-parms-title}
29
29
30
- `<index>`::
31
- (Required, string) Index, indices or index-pattern to execute a rollup search
32
- against. This can include both rollup and non-rollup indices.
30
+ `<target>`::
31
+ +
32
+ --
33
+ (Required, string)
34
+ Comma-separated list of data streams and indices used to limit
35
+ the request. Wildcard expressions (`*`) are supported.
33
36
34
- Rules for the `index` parameter:
37
+ This target can include both rollup and non-rollup indices.
35
38
36
- - At least one index/index-pattern must be specified. This can be either a
37
- rollup or non-rollup index. Omitting the index parameter, or using `_all`, is
38
- not permitted.
39
- - Multiple non-rollup indices may be specified
39
+ Rules for the `<target>` parameter:
40
+
41
+ - At least one data stream, index, or wildcard expression must be specified.
42
+ This target can include a rollup or non-rollup index. For data streams, the
43
+ stream's backing indices can only serve as non-rollup indices. Omitting the
44
+ `<target>` parameter or using `_all` is not permitted.
45
+ - Multiple non-rollup indices may be specified.
40
46
- Only one rollup index may be specified. If more than one are supplied, an
41
47
exception occurs.
42
- - Index patterns may be used, but if they match more than one rollup index an
43
- exception occurs.
48
+ - Wildcard expressions may be used, but, if they match more than one rollup index, an
49
+ exception occurs. However, you can use an expression to match multiple non-rollup
50
+ indices or data streams.
51
+ --
44
52
45
53
[[rollup-search-request-body]]
46
54
==== {api-request-body-title}
0 commit comments