I've got the Universal Forwarder installed on all our web servers. Every 5 minutes they are posting "Total Bytes Sent" from the "Web Service" object. These are simple counters, so in order to get bandwidth information, I need to use the delta command. That complicates things very quickly tho.
We have 96 web servers broken into 24 farms of 4 each. I'd want to report on bandwidth stats per farm. I'm at a loss for how to mix and match delta , stats , timechart , bucket and friends into aggregating the deltas while separating them into the appropriate farms.
Is it possible, or should I simply be running 24 different searches feeding into a summary index?
... View more