Forum Discussion
Lionel_Saccoman
Aug 25, 2015Nimbostratus
HSL iRule
Hi all,
I send logs to a syslog using this irule :
when SERVER_CONNECTED {
set HSL_Handler [HSL::open -proto UDP -pool pool_PFCI_syslog ]
HSL::send $HSL_Handler "<190> [IP::pro...
Kevin_Stewart
Aug 25, 2015Employee
I have to believe that this is an artifact of the syslog server itself. You're not sending these values in the syslog message. To test, set up a quick netcat syslog listener:
nc -l -u -p1212
and create a new pool that points to this server's IP and port 1212, then modify your iRule to point to this pool for HSL messages. The netcat listener will dump the entire message to stdout. You should not see Date;Time;IpAddressOfViprion in that output, which would imply that the syslog server is adding it.
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