Forum Discussion

Aurel's avatar
Aurel
Icon for Cirrus rankCirrus
Aug 30, 2013

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