Forum Discussion
oguzhansusam_25
Nimbostratus
Aug 09, 2018how to send header parameter to remote syslog ?
Hi,
When http request blocked ASM profile I want see host parameter in request header on my SIEM solution. Because we have some web site on same virtual server so we dont see the blocked request come which web site on SIEM.
Thank you
You could do something like this:
when CLIENT_ACCEPTED { set hsl [HSL::open -proto UDP -pool syslog_server_pool] } when HTTP_REQUEST { Log HTTP host and request as local7.info; see RFC 3164 Section 4.1.1 - "PRI Part" for more info HSL::send $hsl "<190> [IP::local_addr] [HTTP::host] [HTTP::uri]\n" }
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