Quantcast
Channel: Questions in topic: "splunk-enterprise"
Viewing all articles
Browse latest Browse all 47296

How to calculate the AVG of bytes_in per clientip?

$
0
0
Hi With this SPL, I have the average session time of each clientip in a web page. But I do not know how to put the average bytes_in for each clientip index=bigip host="F5-BOU-4K-A.entourage.intra" |eval kb_in= Bytes_In/1024 | transaction session_id | stats avg(duration) AS Avg_Session_time by Client_IP Thank you

Viewing all articles
Browse latest Browse all 47296

Trending Articles