How to create a metric that shows the average record count per day of year?

32 Views Asked by At

I'm currently working on data visualization in Kibana and I'm trying to create a metric that displays the average record count per day of the year. I have a timestamp field in my data, and I want to calculate the average number of records for each day of the year.

I examined TSVB, aggregation based visualizations, I couldn't find anything

0

There are 0 best solutions below