26-Feb-2020 22:20
Hello all,
I'm trying to collect the source IP address which is establishing a session with VIP and storing the client ip in a local file. logging the client ip address locally is working fine and I'm trying to log the client ip in a separate file in the local system.
Could you please help me with an Irule to achieve this?
Regards,
Thiyagu
27-Feb-2020 22:30
Its not possible via iRule but you can achieve objective via integrating hsl+splunk. ==> Recommended solution
Other way is run crone job frequently and store in memory but will consume more cpu/process and space. This is not recommended solution.
Thanks