Hello, I'm trying to determine how much traffic gb/mb/kb that a particular forwarder is sending in daily. I'm using the current command:
index=_internal* host="somehost.mydomain.com" | timechart span=1h avg(kb)
This is giving me values like:
5,832.547626 per hour. I'm assuming to get GB I would divide by 1024/1024?
Thanks
↧