- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-15-2023 12:37 PM
Am I just blind or where do the GP disconnect comments get logged to?
02-15-2023 12:44 PM
Under GlobalProtect logs look at the gateway-agent-msg events. Since this also includes a bunch of nsupdate events, use the query below.
( eventid eq gateway-agent-msg ) and ( opaque contains 'Agent Disable' )
02-15-2023 12:44 PM
Under GlobalProtect logs look at the gateway-agent-msg events. Since this also includes a bunch of nsupdate events, use the query below.
( eventid eq gateway-agent-msg ) and ( opaque contains 'Agent Disable' )
02-15-2023 01:14 PM
Ah so just blind, got it. Thank you.
07-02-2026 04:14 PM - edited 07-02-2026 04:14 PM
In case anyone is looking for how to find GP disconnect comments in SCM or Strata Cloud Manager, figured it out!
Run this query on the Global Protect logs:
event_id.value = 'gateway-agent-msg' AND opaque LIKE '%Agent Disable%' AND Event Status = 'success'
Then expand a line on the left, click log details on the right, and scroll down to the description field on the right side.
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!

