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
- Kevin_Stewart
Employee
A few comments:
-
Just to confirm, high speed logging will only work with TMM interfaces. sol14459: The BIG-IP system sends high-speed logs through TMM interfaces only
-
The partition question was just to establish if the HSL object was being referenced correctly. The route questions are really related to the ability to route to the remote syslog server (can the BIG-IP reach it?).
-
How do you have this configured? Is it HSL:: commands in an iRule or GUI request or system logging? The objects being in different partitions and route domains shouldn't be causing an issue, but it's possible. Do you need to use a route domain given the new TMM interface requirement?
-
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
