OpenSearch/elasticsearch
Dimitris Athanasiou 15160e41a2 Fix datafeed with date_histogram aggregation (elastic/elasticsearch#876)
date_histogram buckets return the key as a DateTime object.
This PR checks if the key is DateTime and returns the epoch
millis when suitable.

Fixes elastic/elasticsearch#869

Original commit: elastic/x-pack-elasticsearch@8e39760dad
2017-02-07 14:45:02 +00:00
..
licenses Change the way 3rd party licenses are distributed for the C++ components (elastic/elasticsearch#366) 2016-12-01 15:16:57 +00:00
src Fix datafeed with date_histogram aggregation (elastic/elasticsearch#876) 2017-02-07 14:45:02 +00:00
.gitignore Moves Java code to fit x-pack style structure 2016-11-18 16:35:00 +00:00
README.asciidoc Rename prelert to ml (elastic/elasticsearch#681) 2017-01-10 13:40:16 +00:00
build.gradle Move the named pipe no bootstrap test to a separate qa module (elastic/elasticsearch#769) 2017-01-23 12:08:35 +00:00
gradle.properties Centralises where the version is defined 2016-12-02 15:17:49 +00:00

README.asciidoc

= Elasticsearch Ml Plugin

Behavioral Analytics for Elasticsearch