| timechart span=10m avg(Value) as AV by Host useother=false
after running this query - I get desired values for all HOSTS..
Now I want to get MAX of each column for the day ..
Stats wouldn't show anything ..
| stats max(AV) BY Host
↧