OpenSearch/docs/en/rest-api
Zachary Tong bf1550a0b2 Rollups for Elasticsearch (elastic/x-pack-elasticsearch#4002)
This adds a new Rollup module to XPack, which allows users to configure periodic "rollup jobs" to pre-aggregate data.  That data is then available later for search through a special RollupSearch API, which mimics the DSL and functionality of regular search.

Rollups are used to drastically reduce the on-disk footprint of metric-based data (e.g. timestamped document with numeric and keyword fields).  It can also be used to speed up aggregations over large datasets, since the rolled data will be considerably smaller and fewer documents to search.

The PR adds seven new endpoints to interact with Rollups; create/get/delete job, start/stop job, a capabilities API similar to field-caps, and a Rollup-enabled search.

Original commit: elastic/x-pack-elasticsearch@dcde91aacf
2018-02-23 17:10:37 -05:00
..
graph [DOCS] Fixed cross-doc link to Graph Troubleshooting. 2017-06-28 13:01:35 -07:00
migration [DOCS] Format X-Pack migration APIs (elastic/x-pack-elasticsearch#2378) 2017-09-11 14:02:23 -07:00
ml [ML][DOCS] Fix substitution in ML docs code snipppet (elastic/x-pack-elasticsearch#4006) 2018-02-22 09:32:52 +00:00
rollup Rollups for Elasticsearch (elastic/x-pack-elasticsearch#4002) 2018-02-23 17:10:37 -05:00
security [DOCS] Role Mapping API improvements (elastic/x-pack-elasticsearch#3951) 2018-02-16 09:29:19 -08:00
watcher Watcher: Never return credentials after watch creation... (elastic/x-pack-elasticsearch#3581) 2018-02-20 10:09:27 +01:00
defs.asciidoc [DOCS] Added ML add and delete calendar event APIs (elastic/x-pack-elasticsearch#3394) 2018-01-24 08:14:23 -08:00
index.asciidoc Rollups for Elasticsearch (elastic/x-pack-elasticsearch#4002) 2018-02-23 17:10:37 -05:00
info.asciidoc Rollups for Elasticsearch (elastic/x-pack-elasticsearch#4002) 2018-02-23 17:10:37 -05:00
migration.asciidoc add Migration Deprecation Info API Documentation (elastic/x-pack-elasticsearch#2064) 2017-07-21 16:20:13 -07:00
ml-api.asciidoc [DOCS] Added ML add and delete calendar event APIs (elastic/x-pack-elasticsearch#3394) 2018-01-24 08:14:23 -08:00
rollup-api.asciidoc Rollups for Elasticsearch (elastic/x-pack-elasticsearch#4002) 2018-02-23 17:10:37 -05:00
security.asciidoc [DOCS] Added SSL certificates API (elastic/x-pack-elasticsearch#3136) 2018-01-17 08:14:02 -08:00
watcher.asciidoc Docs: Fixing failing docs build by removing leftover marker 2017-08-01 17:53:10 +02:00