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

F5 logs - search query

balcee
Altocumulus
Altocumulus

Hi everyone, 

I'm looking at the local traffic logs and I'm specifically looking for which users are connected to a specific pool/pool member. I'm seeing the host details in the logs but is it possible to view the user name as well?

Thanks in advance

1 ACCEPTED SOLUTION

Hi,

Have you got APM, or just LTM? APM is normally where user sessions come in.
But if you have LTM, dependant on how your application manages users you might be able to see usernames in the url or http header which you could get a iRule to try to identify and log.
Other than that, you're really down to application server logs and not the f5.

View solution in original post

2 REPLIES 2

Hi,

Have you got APM, or just LTM? APM is normally where user sessions come in.
But if you have LTM, dependant on how your application manages users you might be able to see usernames in the url or http header which you could get a iRule to try to identify and log.
Other than that, you're really down to application server logs and not the f5.

Thanks very much for your response. Yes it's LTM. I'll speak with the server owner and check logs there. Thanks again.