Forum Discussion
LTM request logging
Hi
thanks for reply
mainly looking for requests header
but it would be great if you could give answer.
our aim is to identify whether or not request reach to end server or not or it is dying in f5 only.
Thanks
Aj
yes, I think you would rather using tcpdump for just check packet
and you have to configure ssl certtificate on virtual server if you want to remain log
and then configure below irule
when HTTP_REQUEST {
set vip [IP::local_addr] set uri [HTTP::uri]
log local0.info "Client [IP::client_addr]:[TCP::client_port] connected to VS ($vip)for URI $uri"
}
- Mayur_SutareMay 01, 2022
MVP
Hi Aj2 ,
In addition to what neeeewbie has suggested, I would also recommend you to take captures on the backend servers. So you can verify the packets on the server side also during issue period.
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