I have to create a visualization where I want the peak of the number of docs by hour every day for the last 3 days. I was able to show the peak but I can't show the correct timestamp. Is there any way I can show the time too?
We are running Kibana 6.8.8.
I put an example below:
Let's say this is the data for June 1st:
I need the output to be:
2021-06-01 11:00 220
At the moment I can only see
2021-06-01 220
And I need one line a day with the max doc and the hour+day as above.
I aggregate for "Max Bucket" , where the bucket is set Hourly.
Thanks for your help.