With Kibana I have managed to visualize continious requests in a linear chart by:
- using a line chart
- Y-axis: Aggregation:
Count
- X-axis: Date Histogram with field
@timestamp
- Split Lines: Sub Aggregation:
Terms
FieldIP address
Now I would like to get the average, minimum and maximum session duration out of this. Is this possible, I haven't quite figured out the right approach to take it from here.