@@ -105,7 +105,6 @@ PUT _rollup/job/sensor
105
105
}
106
106
--------------------------------------------------
107
107
// TEST[setup:sensor_index]
108
- // TEST[warning:The rollup functionality will be removed in in Elasticsearch 9.0. See docs for more information.]
109
108
110
109
This rolls up the `sensor-*` pattern and stores the results in `sensor_rollup`.
111
110
To search this rolled up data, we need to use the `_rollup_search` endpoint.
@@ -128,7 +127,6 @@ GET /sensor_rollup/_rollup_search
128
127
--------------------------------------------------
129
128
// TEST[setup:sensor_prefab_data]
130
129
// TEST[s/_rollup_search/_rollup_search?filter_path=took,timed_out,terminated_early,_shards,hits,aggregations/]
131
- // TEST[warning:The rollup functionality will be removed in in Elasticsearch 9.0. See docs for more information.]
132
130
133
131
The query is targeting the `sensor_rollup` data, since this contains the rollup
134
132
data as configured in the job. A `max` aggregation has been used on the
@@ -184,7 +182,6 @@ GET sensor_rollup/_rollup_search
184
182
--------------------------------------------------
185
183
// TEST[continued]
186
184
// TEST[catch:/illegal_argument_exception/]
187
- // TEST[warning:The rollup functionality will be removed in in Elasticsearch 9.0. See docs for more information.]
188
185
189
186
[source,console-result]
190
187
----
@@ -228,7 +225,6 @@ GET sensor-1,sensor_rollup/_rollup_search <1>
228
225
--------------------------------------------------
229
226
// TEST[continued]
230
227
// TEST[s/_rollup_search/_rollup_search?filter_path=took,timed_out,terminated_early,_shards,hits,aggregations/]
231
- // TEST[warning:The rollup functionality will be removed in in Elasticsearch 9.0. See docs for more information.]
232
228
<1> Note the URI now searches `sensor-1` and `sensor_rollup` at the same time
233
229
234
230
When the search is executed, the rollup search endpoint does two things:
0 commit comments