@@ -105,7 +105,6 @@ PUT _rollup/job/sensor
105105} 
106106-------------------------------------------------- 
107107// TEST[setup:sensor_index]
108- // TEST[warning:The rollup functionality will be removed in in Elasticsearch 9.0. See docs for more information.]
109108
110109This rolls up the `sensor-*` pattern and stores the results in `sensor_rollup`.
111110To search this rolled up data, we need to use the `_rollup_search` endpoint.
@@ -128,7 +127,6 @@ GET /sensor_rollup/_rollup_search
128127-------------------------------------------------- 
129128// TEST[setup:sensor_prefab_data]
130129// 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.]
132130
133131The query is targeting the `sensor_rollup` data, since this contains the rollup
134132data as configured in the job. A `max` aggregation has been used on the
@@ -184,7 +182,6 @@ GET sensor_rollup/_rollup_search
184182-------------------------------------------------- 
185183// TEST[continued]
186184// TEST[catch:/illegal_argument_exception/]
187- // TEST[warning:The rollup functionality will be removed in in Elasticsearch 9.0. See docs for more information.]
188185
189186[source,console-result]
190187---- 
@@ -228,7 +225,6 @@ GET sensor-1,sensor_rollup/_rollup_search <1>
228225-------------------------------------------------- 
229226// TEST[continued]
230227// 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.]
232228<1> Note the URI now searches `sensor-1` and `sensor_rollup` at the same time
233229
234230When the search is executed, the rollup search endpoint does two things:
0 commit comments