20-Mar-2023 05:31
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
Solved! Go to Solution.
20-Mar-2023 05:36
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.
20-Mar-2023 05:36
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.
21-Mar-2023 05:38
Thanks very much for your response. Yes it's LTM. I'll speak with the server owner and check logs there. Thanks again.