Hi,
I have a number of different flows
f1
f2
f3
each have btye counters which increment over time
f1.bytes
f2.bytes
f3.bytes
They dont report at regular times.
12:00 f1.bytes 10
12:00 f2.bytes 324
12:00 f3.bytes 123
12:01 f2.bytes 543
12:01 f3.bytes 2354
12:02 f1.bytes 90
12:02 f3.bytes 5345
If I want the total of ALL the counters for a time period since start, I need the SUM of the MAX of each flow for the time period
If I want to plot that over time since start .....
I need the SUM of all current and previous MAX for each flow at each time bucket in my plot.
Can anyone suggest how this can be done in Kibana ?
Thanks
john