<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Monitoring Global Protect in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223394#M64221</link>
    <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/5300"&gt;@Brandon_Wertz&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Personally I just created a script that pulls the gateways statistics and utilize the &amp;lt;CurrentUsers&amp;gt;&amp;nbsp;value to keep track of how many users are connected to each gateway at any one time; and then have a weekly graph built out that can use the stored values to graph the average users per hour/day and such.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also collect the Previous-User information on the gateways to indicate where each user logged in from (more important on the BYOD gateway) and how long the user was actually connected, along with the reason the session was disconnected. This is kept mainly for logging reasons so that we can provide them if a manager ever requests them for some reason, or if we need to see what the user logged in from.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jul 2018 13:27:12 GMT</pubDate>
    <dc:creator>BPry</dc:creator>
    <dc:date>2018-07-24T13:27:12Z</dc:date>
    <item>
      <title>Monitoring Global Protect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223322#M64195</link>
      <description>&lt;P&gt;I'm currently in the process of migrating my company from AnyConnect to Global Protect on our 5220s.&amp;nbsp; I'm looking for your feedback on how you all "monitor" the VPN service?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When comparing the "dashboard" view of Cisco's ASDM I don't really see anything which can be loaded on the Palo "dashboard" tab.&amp;nbsp; It seems like the only real way is to look at "remote users" under your gateway config, but this doesn't really seem to provide a good "at a glance" kinda view.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I'm looking to get some "this is how it worked for us" tips from the community.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Things I'm looking for are trends on connected users, top talkers, lists of users which might be trying to connect but are failing... et al.&amp;nbsp; (am I really going to have to try to sort through noisy system logs?&amp;nbsp; anyone have any good filters???)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look forward to hearing everyone's feedback.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 18:00:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223322#M64195</guid>
      <dc:creator>Brandon_Wertz</dc:creator>
      <dc:date>2018-07-23T18:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Global Protect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223356#M64212</link>
      <description>&lt;P&gt;Nothing on the firewall GUI other than the Remote Users item you mention.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In CLI (and thus, using the API as well) you can grab the list:&lt;/P&gt;&lt;PRE&gt;show global-protect-gateway current-user&lt;/PRE&gt;&lt;P&gt;You can also restrict that command to a specific gateway, domain, or username.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System logs aren't great for what you want because you won't be able to easily tell which logs are no longer relevant. A user who logged in 5 minutes ago but logged out 3 minutes ago will still show up if you query all login events. If you query by both login and logout events, you'd have to sort those in a way that was unique to the user.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 20:48:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223356#M64212</guid>
      <dc:creator>gwesson</dc:creator>
      <dc:date>2018-07-23T20:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Global Protect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223358#M64213</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/28203"&gt;@gwesson&lt;/a&gt;&amp;nbsp;Thanks for the reply.&amp;nbsp; Unfrotunately wasn't what I was hoping to hear.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully others have some suggestions on what has worked for them.&amp;nbsp; I have to say though I'm really surprised that there doesn't seem to be much in the way of a view into this service.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 20:53:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223358#M64213</guid>
      <dc:creator>Brandon_Wertz</dc:creator>
      <dc:date>2018-07-23T20:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Global Protect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223389#M64217</link>
      <description>&lt;P&gt;Yes the PA is missing some functionality here...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It can get messy so I have been relying on Syslog for my required information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with simple scripts I can do the following...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;report on department usage, individual use, group useage etc...&lt;/P&gt;&lt;P&gt;failed logins per day, week. month or year.&lt;/P&gt;&lt;P&gt;most connections, least connections and never connected.&lt;/P&gt;&lt;P&gt;I can also read through our list of 1500 IPad names (TAG)&amp;nbsp;and report last connection, all connections or IPads that have not connected in the last 3 months. (these are returned to the pool).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and hundreds of other reports including source address, allocated IP..&amp;nbsp;&amp;nbsp; and reason for failed connection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;probably of no use to anybody but my point is that this info is not easily available from the PA and saves hours connecting to each device, (each gateway is HA pair).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for instant updates on gateway connections I use as per &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/28203"&gt;@gwesson&lt;/a&gt;&amp;nbsp;suggestion but via API.&lt;/P&gt;&lt;P&gt;this only shows current connections per gateway and updates every 10 seconds but clearly identifies busy periods..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Laters....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 10:41:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223389#M64217</guid>
      <dc:creator>Mick_Ball</dc:creator>
      <dc:date>2018-07-24T10:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Global Protect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223394#M64221</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/5300"&gt;@Brandon_Wertz&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Personally I just created a script that pulls the gateways statistics and utilize the &amp;lt;CurrentUsers&amp;gt;&amp;nbsp;value to keep track of how many users are connected to each gateway at any one time; and then have a weekly graph built out that can use the stored values to graph the average users per hour/day and such.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also collect the Previous-User information on the gateways to indicate where each user logged in from (more important on the BYOD gateway) and how long the user was actually connected, along with the reason the session was disconnected. This is kept mainly for logging reasons so that we can provide them if a manager ever requests them for some reason, or if we need to see what the user logged in from.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 13:27:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223394#M64221</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2018-07-24T13:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Global Protect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223411#M64224</link>
      <description>&lt;P&gt;So far it seems that custom reports are going to be the way to go.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for everyone's suggestions so far!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 15:41:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223411#M64224</guid>
      <dc:creator>Brandon_Wertz</dc:creator>
      <dc:date>2018-07-24T15:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Global Protect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223537#M64258</link>
      <description>&lt;P&gt;I was looking at the custom reports and just found you can't search system logs.&amp;nbsp; Is everyone just using saved filters and searching the logs directly?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 13:22:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223537#M64258</guid>
      <dc:creator>Brandon_Wertz</dc:creator>
      <dc:date>2018-07-25T13:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Global Protect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223541#M64260</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/5300"&gt;@Brandon_Wertz&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You could save the query and just do that; or you could do it with the API or something like Netmiko.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 13:52:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223541#M64260</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2018-07-25T13:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Global Protect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223542#M64261</link>
      <description>&lt;P&gt;This gets worse the more I look into this.&amp;nbsp; I can't believe there's this much effort that has to be done to monitor something which seems like it should be really easy to monitor.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jul 2018 13:55:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223542#M64261</guid>
      <dc:creator>Brandon_Wertz</dc:creator>
      <dc:date>2018-07-25T13:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Global Protect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223615#M64285</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/5300"&gt;@Brandon_Wertz&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Honestly short of the 4.1 updated clients that were recently pushed out with the redesigned interface it wasn't that big of an issue for us. The only people that I had using the GlobalProtect client were our IT staff members and everyone else simply used AnyConnect.&lt;/P&gt;&lt;P&gt;PA finally got the client right with the 4.1 update, but the reporting still leaves a lot to be desired. If you don't want to get busy with the API or scripting in some way or another, it frankly sucks. I'm hoping that PA addresses this going forward, but GP has never seemed like a priority so I'm not holding my breath.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2018 01:15:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223615#M64285</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2018-07-26T01:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Global Protect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223675#M64302</link>
      <description>&lt;P&gt;And there you have it...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll be talking to my SE hopefully getting some visibility on where these features are.&amp;nbsp; Enterprise class hardware, shouldn't require advanced scripting or syslog parsing to view what even basic competitor platforms can do "on box."&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2018 13:34:07 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223675#M64302</guid>
      <dc:creator>Brandon_Wertz</dc:creator>
      <dc:date>2018-07-26T13:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Global Protect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223789#M64327</link>
      <description>&lt;P&gt;We use our SNMP monitoring tool to send HTTP request to the Portal/Gateway.&amp;nbsp; If it does not get a response, we get alerted.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 14:16:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223789#M64327</guid>
      <dc:creator>jambulo</dc:creator>
      <dc:date>2018-07-27T14:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Global Protect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223790#M64328</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/7542"&gt;@jambulo&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I think this was less of a question on ensuring the Gateway is reachable, and more how one monitors the users and connection states of GP.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 14:17:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/223790#M64328</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2018-07-27T14:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Global Protect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/584231#M116711</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;&amp;nbsp;, may I ask how did you do this? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Hope you can share your materials, documents, steps you use to build this. I am struggling with this monitoring at the moment.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 15:11:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/584231#M116711</guid>
      <dc:creator>CarloSalvador</dc:creator>
      <dc:date>2024-04-18T15:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Global Protect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/584248#M116712</link>
      <description>&lt;P&gt;I think since PAN-OS 10.0 Palo added the required visibility in the ACC tab with a specific section for Global Protect.&amp;nbsp; There is also specific "Global Protect" logs in the monitor tab.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 17:39:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/584248#M116712</guid>
      <dc:creator>Brandon_Wertz</dc:creator>
      <dc:date>2024-04-18T17:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Global Protect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/584320#M116720</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/5300"&gt;@Brandon_Wertz&lt;/a&gt;&amp;nbsp;, I mean, the script that &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;&amp;nbsp; created as stated below. Thank you!&lt;BR /&gt;&lt;BR /&gt;"Personally I just created a script that pulls the gateways statistics and utilize the &amp;lt;CurrentUsers&amp;gt;&amp;nbsp;value to keep track of how many users are connected to each gateway at any one time; and then have a weekly graph built out that can use the stored values to graph the average users per hour/day and such.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also collect the Previous-User information on the gateways to indicate where each user logged in from (more important on the BYOD gateway) and how long the user was actually connected, along with the reason the session was disconnected. This is kept mainly for logging reasons so that we can provide them if a manager ever requests them for some reason, or if we need to see what the user logged in from"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 08:54:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/584320#M116720</guid>
      <dc:creator>CarloSalvador</dc:creator>
      <dc:date>2024-04-19T08:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Global Protect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/584347#M116724</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/211622"&gt;@CarloSalvador&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;This is the basic substance for tracking user counts. You would then utilize whatever you want to store the information for utilization in reports or graphs as you desire.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;gather_gateway_count = requests.post('https://' + str(firewall) + '/api/?type=op&amp;amp;cmd=&amp;lt;show&amp;gt;&amp;lt;global-protect-gateway&amp;gt;&amp;lt;statistics&amp;gt;&amp;lt;/statistics&amp;gt;&amp;lt;/global-protect-gateway&amp;gt;&amp;lt;/show&amp;gt;&amp;amp;key=' + str(key), verify=False)
# Set firewall and key to whatever you need #

gateway_count_dict = xmltodict.parse(gather_gateway_count.content)

total_active_users = gateway_count_dict['response']['result']['TotalCurrentUsers']
# Gathers the current users across all configured gateways. You'll get each individual gateway as well via gateway_count_dict['response']['result']['Gateway'] if desired#

total_previous_users = gateway_count_dict['response']['result']['TotalPreviousUsers']
# Gathers the previus users across all configured gateway. Again you can view this for specific gateways if desired #&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to log the rest of the information that I mentioned (disconnect reason, connection duration, login source, etc.) the same basic principal applies. Keep in mind if you are able to offload the GlobalProtect logs and store them for an extended duration, or have a sufficient storage allocation on your firewall or Panorama instance, all of this information is something the firewall already natively tracks. What I've done is simply build custom reports with the information that I want to record for easy automation purposes and utilize the API to collect and then record that report information.&lt;/P&gt;
&lt;P&gt;As an example just:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;run_report = requests.post('https://' + str(firewall) + '/api?type=report&amp;amp;async=yes&amp;amp;reporttype=custom&amp;amp;reportname=BYOD_GP_Logout',headers=headers,verify=False)
# The report here includes what I actually want to record. So you might include just login_duration with srcuser, include public_ip, or whatever else you decide you want/need#

report_dict = xmltodict.parse(run_report.content)
job_id = report_dict['response']['result']['job']
time.sleep(60) #Allow enough time for report to run#
request_report = requests.get('https://' + str(firewall) + '/api?type=op&amp;amp;cmd=&amp;lt;show&amp;gt;&amp;lt;report&amp;gt;&amp;lt;id&amp;gt;' + str(job_id) + '&amp;lt;/id&amp;gt;&amp;lt;/report&amp;gt;&amp;lt;/show&amp;gt;',headers=headers,verify=False)
report_dict = xmltodict.parse(request_report.content)
OrdDict = report_dict['response']['result']['report']['entry']
root = OrdDict
for element in root:
    recorded_session = [(element['srcuser']),(element['login_duration'])]
    src_user = recorded_session[0]
    login_duration = recorded_session[1]
    login_duration = int(login_duration)
    login_minutes = login_duration/60


&lt;/LI-CODE&gt;
&lt;P&gt;This gives you an example of what/how I'm pulling information from that report. From here, what I end up doing is temporarily recording the duration in a REDIS database with the src_user being the key and the value being the login_duration. In the event the key already exists (indicating the user was previously connected) you can simply add the existing value to the current login_duration and update the key.&lt;/P&gt;
&lt;P&gt;Once you have the desired information you simply work with it however you would want. So in the above REDIS example I'm writing that information into a SQL database for long-term retention and utilizing it in reports that get sent out. If you can get the information you want into a custom report, then you can fetch it through the API and do whatever you want with it from a reporting or retention aspect.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 14:59:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/584347#M116724</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2024-04-19T14:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Global Protect</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/584487#M116751</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;&amp;nbsp;, thank you for your response on my question. I saw another comment of you in another thread regarding Custom Reporting. I will try that one and will let you know &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you also for this scripts you gave! I will try to study it and understand it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 12:59:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/monitoring-global-protect/m-p/584487#M116751</guid>
      <dc:creator>CarloSalvador</dc:creator>
      <dc:date>2024-04-22T12:59:50Z</dc:date>
    </item>
  </channel>
</rss>

