Hi
Below is a query which returns the latency over month by cust_id. Events contain fields as month=April, month=May etc
...| chart max(Avg) as Avg, max(Max) as Max, p95(P95) as P95 over month by cust_id useother=f limit=40 |sort -Max, -P95
I would like to display this as a trellis chart by the Aggregation method used. While using Trellis Layout , i am getting graph each one for Max, Avg, Max - 3 charts. How to display top 20 cust_id latency only for each layout ? Is that possible ?
![alt text][1]
[1]: /storage/temp/255910-screen-shot-2018-09-04-at-104529-am.png
↧