- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
06-28-2018 06:01 PM
Is there any way to provide reporting for GlobalProtect remote access VPN. Like for example I want a report of users who have connected in the past week, etc. How do i generate those reports?
06-29-2018 10:55 AM
So this report will really only be helpful if you are aiming to get which user logged in when. I would likely set it up so that the Culumns has the User, IP, Source Name, Device Name, Day, Count, and Source Type present (Possible Hour). Then you would control the time in which you are searching via the 'Time Frame' field when you are building the custom report.
What the report should give you at the end of the day is essentially that user 'bpry' logged into globalprotect on Sun, Jun 24, 2018 a total of 3 times. Since you aren't looking at the actual GlobalProtect information that's all you'll be able to view.
06-29-2018 12:58 AM
Hi @bhakti1213,
I found the following article about this :
Cheers !
-Kiwi.
06-29-2018 06:09 AM
Will this allow me to generate the reports? Like for example a report covering a week with concurrent users per hour?
06-29-2018 07:11 AM
I never found any way of doing this on the PA itself.
I send to syslog and then run linux scripts to search files for succesful gateway auths and group them in date chunks.
no great detail is available but all of our departments pay for the VPN service and they like to know who is actually using it, when they used it and how often...
I also run scripts that use curl to call API's to monitor connections per gateway on a regular basis.
06-29-2018 07:16 AM
Does anyone know if there is a way to schedule GlobalVPN reports, I found a way of generating them just like the artlice shows, but is there a way to shcedule them?
06-29-2018 07:27 AM
Does anyone know if there is a way to schedule GlobalVPN reports, I found a way of generating them just like the artlice shows, but is there a way to shcedule them?
06-29-2018 09:14 AM
Not sure how you would do it with the system logs, as they aren't an option within custom reports as you've likely already found out. You could likely script something with the API to run the query and actually export the results?
You could do the a kind of similar report simply by using the user-id logs since that is something you can actually build a Custom Report on, then you could schedule. The Query would simply be ( datasource eq vpn-client ) and you can then run a report to see which users logged in on which days. That might be enough for what you are looking for?
06-29-2018 10:06 AM
Will that report telll me the pervious logged on users with ( datasource eq vpn-client )?
06-29-2018 10:38 AM - edited 06-29-2018 10:46 AM
Yes; the user-id logs with the ( datasource eq vpn-client) will return all users who logged in during the time period you've specified.
06-29-2018 10:43 AM
Is the the only query I am suppose to put because when I run the report it does not give me that much results. Or do I put
( database eq vpn-client) and (receive_time in last-calendar-month)
aslo the user log will be trhe device user logs right?
06-29-2018 10:55 AM
So this report will really only be helpful if you are aiming to get which user logged in when. I would likely set it up so that the Culumns has the User, IP, Source Name, Device Name, Day, Count, and Source Type present (Possible Hour). Then you would control the time in which you are searching via the 'Time Frame' field when you are building the custom report.
What the report should give you at the end of the day is essentially that user 'bpry' logged into globalprotect on Sun, Jun 24, 2018 a total of 3 times. Since you aren't looking at the actual GlobalProtect information that's all you'll be able to view.
06-29-2018 10:58 AM
Ok that is the report that I am looking for. For the Query section I should only put the query you gave me correct? And thanks for your help, greatly appericate it!!!
06-29-2018 11:23 AM
One last question do you know if this report can provide x number of users per hour (concurrent)
06-29-2018 11:25 AM
Correct, you just need the query in the earlier post (note that I modified it as I had specified the wrong thing). This report isn't able to view concurrent number of users as it isn't reading the actual GlobalProtect data.
06-29-2018 11:27 AM
Then for that do you know any way if that is possible to get that in the report, any query? This report is 95% complete just need that small thing to complete this report. Is there any way?
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!