- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-02-2026 03:04 PM
Hello,
dataset = alerts isn't showing the same history I see in my UI notification centre. Any tips?03-03-2026 09:23 AM
Hello @Lekshmi.gopinathannair ,
Greetings for the day.
In Cortex XSIAM/XDR, infrastructure notifications and system-based alerts are distributed across different datasets depending on the specific type of event (e.g., hardware health vs. management status). The alerts dataset primarily contains security-related signals and specific built-in health alerts, which is why it may not match the full history seen in the UI Notification Center.
To track Broker VM disk space and connectivity, use the following datasets and queries:
Built-in system health alerts, such as a Broker VM reaching the 90% disk usage threshold, are stored in the alerts dataset but are categorized under a specific domain. You must filter for the HEALTH domain to find them.
Infrastructure status changes, such as Broker VM disconnections, are primarily tracked in the auditing datasets.
Use this dataset for official disconnection/reconnection status. A "Disconnect" log entry is typically generated only after 60 continuous minutes of disconnection.
Query to identify Broker VM actions:
This dataset is more effective for monitoring shorter outages or specific applet failures (e.g., Syslog or WEC issues).
There are several reasons for discrepancies between XQL results and the UI Notification Center:
UI-Only Notifications: Certain operational notifications, such as “Broker VM requires a reboot” or “Update Available,” are designed as UI-only features and are not always exposed in queryable datasets.
Logging Thresholds: Some status logs (such as disconnections in managementauditing) have time-based thresholds that prevent them from appearing in XQL unless the condition persists.
Performance Metrics: Historical resource utilization (CPU/RAM/Disk load over time) is not ingested into standard XQL datasets.
If you feel this has answered your query, please let us know by clicking like and on "mark this as a Solution".
Thanks & Regards,
S. Subashkar Sekar
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!

