How to show max count of last three days with 1 hour time bucket?

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:
image
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.

Welcome to our community! :smiley:

Can you elaborate a little more on what you mean by this?

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