Hi All,
I have been working on a search query but couldn't able to get desired results.
I'm looking for a search which will give me min(field1), max(field1) and avg(field1) of field1 per host per applicationID
My results should have applicationID in the row, and the columns should have hosts and min, max and avg of each host
**Results**
Host1 Host2 Host3
min(field1) max(field1) avg(field1) min(field1) max(field1) avg(field1) min(field1) max(field1) avg(field1)
appId1
appId2
appId3
Any help on this is greatly appreciated
Thanks
↧