Hi Guys !
I have installed ElasticSearch and it works well
But I have a question concerning aggregates. I have data like this :
Start Event : 2017-01-01T08:00:00
End Event : 2017-01-01T09:00:00
I'm trying to make a date histogram with a minute range and count the number of event that are running per minutes.
So when I'm creating my date histogramm the example value that I wrote upside is aggregate in the minute 08:00 but not in 08:01 and it should because the event is still up at this time...
Can anyone help me to find a solution ?
Thanks in advance !