Forum Discussion
Debu_Majhi_3356
Apr 25, 2018Nimbostratus
Need to Transfer Server Connection log to a Syslog Server
I have configured the following iRule to transfer the Server connection log to a syslog server.When I am configuring with VIP with this iRule ,the web page is not loading but when I am removing the I...
jaikumar_f5
Apr 25, 2018MVP
HSL Logging should be something like below,
(tmos) create ltm pool syslog-pool members add { 1.1.1.1:514 } monitor udp
when SERVER_CONNECTED {
set hsl [HSL::open -proto UDP -pool syslog-pool]
HSL::send $hsl "HSL LOGGING --> Client: [IP::client_addr], Pool member [IP::server_addr]:[TCP::server_port]"
}
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