Forum Discussion
Wahyudi_118345
Nimbostratus
Apr 24, 2015Irule script to-log-all-traffic to RSA Security Analytics Server
Dear Team,
We have RSA Security Analytics Server ( Event Source Log Server) . Let's said the IP RSA server is 192.168.248.131 .
The RSA document said this is the sample irule :
log l...
- Apr 24, 2015
can you try something like this?
loghost is a syslog server pool e.g. 192.168.248.131:514.
when CLIENT_ACCEPTED { set hsl [HSL::open -proto UDP -pool loghost] } when HTTP_REQUEST { set host [HTTP::host] set uri [HTTP::uri] set method [HTTP::method] } when HTTP_RESPONSE { HSL::send $hsl "iRule c-ip=[IP::client_addr]^^method=$method^^uri=$uri^^host=$host^^sip=[LB::server addr]^^pool-name=[LB::server pool]^^sport=[LB::server port]^^status=[HTTP::status]" }
Mystic_142330
Nimbostratus
Jul 07, 2015Hey guys...the solution by Nitas work. I'm having the same issue. I'm going based on what RSA is recommending for a syntax and my LTM ver 11.4.1 does not like this. I'm basically trying to send log traffic to one particular IP using RSA Secure Analytics
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects