Split date with other interval

Hello everyone :wink:,

This my use case :slight_smile:

Is it possible with elasticsearch to change interval on a time series with a query and to recalculate the value ?
For example, I have a series of data per day,
I would like the time series split by hour, divide each hour by 24 or to split with a linear function

2017-04-11 584
2017-04-12 410
2017-04-13 988
2017-04-14 488
2017-04-15 19
2017-04-16 189
2017-04-17 85
2017-04-18 564

thanks

You can do this with a scripted field easily enough.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.