Elasticsearch: what date does the key in a date_histogram aggregation represent? -
Elasticsearch: what date does the key in a date_histogram aggregation represent? -
i'm running date_histogram
aggregation. each bucket has key, contains timestamp (milliseconds since unix epoch).
my question is: timestamp represent? start of interval specified (day), or end, or middle?
thanks in advance.
elasticsearch date-histogram
Comments
Post a Comment