Date histogram fixed interval

Is it possible to specify a fixed interval for a date histogram
facet/aggregation? Here is what I mean by fixed:

Lets say that I created an aggregation that returned data for between a
certain time range. This could be for the last 24 hours, the last 30 days,
etc. Regardless of the time range, I would like to get exactly six buckets
of data regardless of the size of the time range.

So if the time range was for the last 24 hours, I would get a bucket for
each four hour period. If the time range were 30 days, I would get a bucket
for each 5 day period. Is it possible to specify something like this in the
date time histogram?

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/6c0c6fcd-9f4e-4aa3-91cc-5a586f88811e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi Jeremy,

It is not possible. One work-around could be to over request (for example
create per-minute buckets) and finally merge them to get the desired number
of buckets. I believe this is something that could be achieved through
Reducers - Post processing of aggregation results · Issue #8110 · elastic/elasticsearch · GitHub.

Another option could be to run two requests: a first one to figure the
min/max timestamps and a second one with an interval that would generate
the desired number of buckets.

On Mon, Oct 27, 2014 at 7:18 PM, jnortey jeremy.nortey@gmail.com wrote:

Is it possible to specify a fixed interval for a date histogram
facet/aggregation? Here is what I mean by fixed:

Lets say that I created an aggregation that returned data for between a
certain time range. This could be for the last 24 hours, the last 30 days,
etc. Regardless of the time range, I would like to get exactly six buckets
of data regardless of the size of the time range.

So if the time range was for the last 24 hours, I would get a bucket for
each four hour period. If the time range were 30 days, I would get a bucket
for each 5 day period. Is it possible to specify something like this in the
date time histogram?

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/6c0c6fcd-9f4e-4aa3-91cc-5a586f88811e%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/6c0c6fcd-9f4e-4aa3-91cc-5a586f88811e%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
Adrien Grand

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAL6Z4j698OgAmvmThRcha-opcS32VNrqb9mf2s4jCvj1-JNPCA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.