OpenSearch/x-pack/qa/multi-node
Jim Ferenczi 644a92f158
Fix rollup on date fields that don't support epoch_millis (#31890)
The rollup indexer uses a range query to select the next page
of results based on the last time bucket of the previous round
and the `delay` configured on the rollup job. This query uses
the `epoch_millis` format implicitly but doesn't set the `format`.
This result in errors during the rollup job if the field
definition doesn't allow this format. It can also miss documents
if the format is not accepted but another format in the field
definition is able to parse the query (e.g.: `epoch_second`).
This change ensures that we use `epoch_millis` as the only format
to parse the rollup range query.
2018-07-19 09:34:23 +02:00
..
src/test/java/org/elasticsearch/multi_node Fix rollup on date fields that don't support epoch_millis (#31890) 2018-07-19 09:34:23 +02:00
build.gradle Test: use trial license in qa tests with security 2018-05-03 10:33:08 -06:00
roles.yml Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00