Forum Discussion
HSL sending issue
Hi,
From the documentation, i do understand that HSL is quite simple syntax, and should work like this : eg : when HTTP_REQUEST {
set hsl [HSL::open -proto UDP -pool POOL_SYSLOG] set test [HTTP::method]
log local0. "$test" HSL::send $hsl $test }
but the only way to have it working, is for me to add a " log local0. "$test" " :
when HTTP_REQUEST {
set hsl [HSL::open -proto UDP -pool POOL_SYSLOG] set test [HTTP::method]
log local0. "$test" HSL::send $hsl $test }
But my Bigip is log both remotely and locally. I indeed want to save him resources, and not make him writing locally.
Thanks in advance for any opinion Aurel
18 Replies
- nitass_89166
Noctilucent
but the only way to have it working, is for me to add a " log local0. "$test" "
it should work without log local0 command. have you tried to move HSL::open to CLIENT_ACCEPTED?
- Aurel
Cirrus
Well, i have no CLIENT_ACCEPTED event actually. I just added on on the top, but got no more luck. : S
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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
