OpenSearch/docs/en/rollup
Zachary Tong 3852b41330 [Rollup] Validate field mapping before creating Rollup Job (elastic/x-pack-elasticsearch#4274)
This PR adds logic to ensure that the fields (and field types) configured
in the Rollup Job are present in the index/indices specified by the job's
index pattern.  If a field is missing, or is not aggregatable, it
will throw an exception before the job is created.

This is important for user-friendliness, because otherwise the user
only discovers an issue with mapping when the job is started and
fails to rollup correctly (and only really noticeable by looking at logs,
since it's a runtime failure).

Original commit: elastic/x-pack-elasticsearch@686cd03072
2018-04-04 15:32:26 -07:00
..
api-quickref.asciidoc Rollups for Elasticsearch (elastic/x-pack-elasticsearch#4002) 2018-02-23 17:10:37 -05:00
index.asciidoc [Docs] Add quickstart and limitation documentation for Rollups 2018-03-30 20:43:33 +00:00
overview.asciidoc Rollups for Elasticsearch (elastic/x-pack-elasticsearch#4002) 2018-02-23 17:10:37 -05:00
rollup-getting-started.asciidoc [Rollup] Validate field mapping before creating Rollup Job (elastic/x-pack-elasticsearch#4274) 2018-04-04 15:32:26 -07:00
rollup-search-limitations.asciidoc [Docs] Fix bad doc test 2018-03-30 21:07:19 +00:00
understanding-groups.asciidoc Rollups for Elasticsearch (elastic/x-pack-elasticsearch#4002) 2018-02-23 17:10:37 -05:00