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]" }
Wahyudi_118345
Nimbostratus
Apr 24, 2015why i cant see the answer from nitass ?
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