FortiSEIM round values
I am looking for something similar to Azure KQL's Bin function. As in the example below average counter is calculated every 5mins
https://squaredup.com/blog/aggregating-and-visualizing-data-with-kusto/
We want to see connection/bytes of data transferred every day in the last 7 days from some specific sources.
For example, I can get SUM(Total Bytes4) for a day or even 7 days, but not in the form of every day for last 7 days.
Thanks
