Hi fortianalyzer gurus,
I'm new to Fortianalyzer. Can someone guide me how to display or run report of all the current VPN users login at the moment? Thank you!!
I am looking for this as well. There doesn't seem to be a built in one for this and what I'm looking for is the username, hostname (optional), login time, and ssl vpn ip address (not remote).
The use case is remote support team connecting to remote users and need to look up IP addresses in case DNS isn't accurate (sometimes it updates, sometimes it doesn't). If we had IP's it would cut out having to ask the end user what their IP address is...which is painful for some.
I can't break out the permissions directly to fortigate, nor can i do it via fortianalyzer, so I would end up sending this report a few times a day..although i have no idea how long the ssl vpn addresses lease is for and can't seem to find a setting.
Please advise. Thank you!
Hi Chris,
For my situation, I still haven't find the solution on fortianalyzer. But i did find solution on fortigate itself. I found it under Monitor -> SSL VPN users. Then you can see the current users login via VPN and the last login time. Hopefully this is helpful for your case as well. Thanks.
If only I could delegate access to specifically that tab...I wouldn't be in a world of hurt with learning sql queries to pull it out.
Thank you.
Hi,
I think this is possible, here is a query for a dataset:
Log Type: Event
select distinct(`user`), remip, assignip from $log-event where action='tunnel-up' and tunnelid not in (SELECT tunnelid FROM $log-event WHERE action='tunnel-down')
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1741 | |
1109 | |
755 | |
447 | |
240 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.