I am working on a graph in order to identify the most pinging customer accounts (traffic optimization, security). I would like to add the field clientip (relative to the customer-account, of course) in another column.
The top would be to have the graph, and when I pass the mouse over a bar, it should display the customer-account and the clientip. But if I can have at least the graph and the data below, that would be good enough.
| chart count BY customer-account | sort -count |head 50
I tried many ways, but I have an error, or no match. I don't see how to do that. Is it possible?
... View more