Parent issue #31968 Related to #51560 ~~Blocked by #47644~~ ### Summary This captures the remaining work that needs to be done to prepare and migrate the data `search` service to the new platform. **courier** - [x] Move `ui/courier` into the search service of `src/legacy/core_plugins/data` (Phase I) - [x] Audit public contracts #52037 - [x] Move over files #52359 **agg_types** - [x] Move `ui/agg_types` into the search service of `src/legacy/core_plugins/data` (Phase I) - [x] Audit public contracts - [x] Move over files #56353 - [x] move agg_response/tabify #57394 - [x] Shim/Remove remaining legacy dependencies (Phase II) #56934 - [ ] clean up static exports - [x] also look at `dateHistogramInterval` & code left in `common` - [x] time buckets & setBounds - make static, move into agg types for date_histogram #58805 - [x] remove Schemas #58462 - [x] Cutover to new platform (Phase III) - [x] Update dev docs issue #43511
Parent issue #31968
Related to #51560
Blocked by #47644Summary
This captures the remaining work that needs to be done to prepare and migrate the data
searchservice to the new platform.courier
ui/courierinto the search service ofsrc/legacy/core_plugins/data(Phase I)agg_types
ui/agg_typesinto the search service ofsrc/legacy/core_plugins/data(Phase I)dateHistogramInterval& code left incommon