- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
06-21-2018 08:02 AM
Hi,
is it possible to get a daily/weekly PDF Report over succeeded and failed GlobalProtect authentifications?
I only found the CSV Export inside the system log with an active filter (like (eventid eq globalprotectportal-auth-succ)). I'm looking for an automatic approach, with optionally a better layout.
System Log Forwarding only works for every single log, not for an overview.
Best Regards
Markus
06-21-2018 09:26 AM - edited 06-21-2018 09:26 AM
I don't think the system logs are an option for the custom reports but you can get some info from the system logs using:
Failed GP auths:
( description contains 'shared' ) and ( eventid eq auth-fail ) and (time_generated in last-24-hrs)
Successful GP auths:
( subtype eq globalprotect ) and (( eventid eq globalprotectportal-auth-succ ) or ( eventid eq globalprotectportal-config-succ )) and !( description contains 'Reason: Cookie expired, Auth type: cookie.' ) and (time_generated in last-24-hrs) and !( description contains 'User name: pre-logon' )
of course these can be fine tuned and adjusted for your setup, you may not be using pre-login or you may want to see more/less or adjust the timeframe, etc...so YMMV
06-22-2018 01:01 AM
Is there an option to get a daily summary (report) of new events triggered by these filters?
06-22-2018 07:38 AM
@mrkskhn I'm sure you could script something that would pull the information using the API calls. seems like the results returned are really something you would only need to look at in specific situations though since its not tabular format or going to be sortable easily. It would be nice if PA added some GP reporting options or an ability to export the current and/or previous users from the Remote Users box
02-03-2020 11:20 PM
Its disappointing that the available reporting for Globalprotect is so clunky. I would have hoped we could create a custom report that would pull client IP, username, and auth successful/not. As the System log isnt available in custom reports, this is problematic.
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!