Search code examples
elasticsearchdate-histogram

Elasticsearch Date Histogram Aggregation - get buckets by N count


I need to get from elasticsearch Date Histogram with N buckets. I now that i can get data by interval for example. 1 month - but i need to get date where interval is undefined, but i now te count of buckets - and interval must be calculated by elasticsearch.

It is possible?

I din`t find answer here: http://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-datehistogram-aggregation.html

Sorry for my english.

PS. I can do that by create addon request (get date_min, date_max and calculate interval before i send proper request), but 2 request are worse than 1 request ;)


Solution

  • This is not supported by elasticsearch yet. See issue 9572.