Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

LTM request logging

Aj2
Nimbostratus
Nimbostratus

We want to create a request logging profile in F5 to find out whether transactions/HTTPS requests are made toward pool members or not?

The application team suspects transaction failed/timeout at the F5 layer.

Can someone help me with how to find that or how we can use request logging for further troubleshooting

4 REPLIES 4

neeeewbie
MVP
MVP

which part do you want to remain log ? 

request hearder or ip address ? 

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"
}

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.