OpenSearch/docs/en
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
..
commands [DOC] SAML documentation (elastic/x-pack-elasticsearch#3657) 2018-02-05 12:22:54 +11:00
ml [DOCS] Expanded conceptual information about jobs (elastic/x-pack-elasticsearch#3332) 2018-02-19 10:38:38 -08:00
monitoring [DOCS] Add introductory monitoring information (elastic/x-pack-elasticsearch#3775) 2018-02-23 08:23:16 -08:00
release-notes Filter mappings fields when field level security is configured (elastic/x-pack-elasticsearch#3173) 2017-12-05 20:32:17 +01:00
rest-api Rollups for Elasticsearch (elastic/x-pack-elasticsearch#4002) 2018-02-23 17:10:37 -05:00
rollup Rollups for Elasticsearch (elastic/x-pack-elasticsearch#4002) 2018-02-23 17:10:37 -05:00
security Additional settings for SAML NameID policy (elastic/x-pack-elasticsearch#3969) 2018-02-20 13:51:42 +11:00
settings [Monitoring] Deprecate setting interval to -1 (elastic/x-pack-elasticsearch#4023) 2018-02-23 10:33:34 -05:00
setup [DOCS] Split TLS instructions for HTTP and transport layers (elastic/x-pack-elasticsearch#3895) 2018-02-15 11:41:01 -08:00
sql SQL: Fix doc pointer to SQL's tests 2018-02-07 12:57:11 -05:00
watcher Docs: Remove invalid configuration options 2018-02-09 09:35:56 +01:00
index.asciidoc Rollups for Elasticsearch (elastic/x-pack-elasticsearch#4002) 2018-02-23 17:10:37 -05:00
node.asciidoc [DOCS] Create X-Pack installation and introduction for Elasticsearch Ref (elastic/x-pack-elasticsearch#1698) 2017-06-19 18:01:52 -07:00