Forum Discussion
MustphaBassim
Apr 13, 2024Cirrus
syslog server connection
Hello Dears i want to make the F5 device send log (local traffic log) sent to syslog server it is now send only for mangment but the traffic that pass virtual servers is not send to syslog server an...
Teerarat
Apr 22, 2024Cirrus
Hello Mustphabassim,
- You have to create pool for high speed logging
- create irule logs client ip, virtual server ip, server, etc ... mapping with high speed logs pool
- applied this irules to virtual server
- MustphaBassimApr 22, 2024Cirrus
Hello Dear
what do mean by high speed logs pool ? and do have an idea about this irule since i tried many irules but no like for that
Bests
- TeeraratApr 22, 2024Cirrus
Hi Mustphabassim,
Yes, its's HSL Pool, Please try step below,
Step1 Create Syslog Pool
Step2 Create this irule below
when CLIENT_ACCEPTED
{ set hsl [HSL::open -proto UDP -pool syslog_server_pool]
}
HTTP_REQUEST {
HSL::send $hsl "<190> [IP::client_addr]:[TCP::client_port]->[IP::local_addr]:[TCP::local_port]; [HTTP::host][HTTP::uri]"
}
Step3 Apply to virtual server
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