- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-14-2025 02:21 AM
how to check PAN OS version running in the firewall in cortex XDR
02-17-2025 04:02 AM - edited 02-17-2025 04:45 AM
Hello @M.K431848 ,
Thanks for reaching out on LiveCommunity!
I couldn't find many options, but one way to ensure that data is streaming into your tenant is by using the following query: dataset = panw_ngfw_system_raw| filter log_source_id = "[NGFW device SN].
You can refer to the official documentation for more details:
Here’s an example query you can use:
dataset = panw_ngfw_system_raw
|fields log_source_id , log_source_name , config_version
|dedup log_source_id
Please check if the config_version field or any other field provides the required results.
If this answers your query, kindly let us know by clicking "Mark this as a Solution." Thank you.
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!