Forum Discussion
maddox76_56722
Nimbostratus
Apr 07, 2014Log cookie name from server
I am trying to verify if the loadbalancer are taking wrong lb decisions.
I am aware of the "one connect" and "lb detach" functions but at the moment I don't use it.
I want to try to log the http_resp...
Apr 07, 2014
Hi! Have you opened a connection to a syslog server?
Ie:
when CLIENT_ACCEPTED {
set hsl [HSL::open -proto UDP -pool syslog_server_pool]
}
when HTTP_RESPONSE {
set cookieresponse [HTTP::cookie names]
HSL::send $hsl "<190>[clock format [clock seconds] -format "%b %d %R:%S"] lb-test test-request-response-cookie: COOKIE=$cookieresponse"
}
If you have, have you tried checking with TCP-dump if the BigIP sends the data to the syslog server with ie tcpdump? Some syslog servers will not log the message unless it matches a certain pattern.
/Patrik
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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