I have events formatted like this:
09/19/16 07:07:00 | Name=ABC123 Host=MyHost123.com
ProcessHistogram2: 0,0,0,0,0,0,0,1,0,34,66,66,64,68,60,79,7374,13812,0,0,0,0,0,0,0,0,0,0
I am trying to generate an aggregate (min,average and max) histogram chart over time where each comma separated value is a bucket.
I have some control over the data format, so I can rearrange the event formatting if it makes the search easier.
Doing it in excel would result in something like this:
... View more