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
↧