Hello All,
I am running a query search in python and aggregating the stats for individual requests per hour. In this specific hour, I want to select the highest count for each request at a second interval. Can I achieve this using aggregations?
Thanks
Crkatz