SUMO-287829, SUMO-288052, SUMO-288053 - Add monitors documentation for Windows Legacy, Windows CSMA, and Host and Process Metrics apps#6887
Open
shauryasethi-sumo wants to merge 8 commits into
Conversation
… Windows Legacy, Windows CSMA, and Host and Process Metrics apps
shauryasethi-sumo
requested review from
a team,
JV0812,
amee-sumo,
kimsauce and
mafsumo
as code owners
July 10, 2026 11:36
kimsauce
approved these changes
Jul 13, 2026
- Host and Process Metrics: list all 20 monitors (14 host + 6 process) with exact names from monitors.tf, remove old Method A/B alert installation instructions - Windows CSMA: use actual monitor prefix "Windows (Classic) - Security Analytics -" instead of abbreviated "Windows CSMA -" - Windows Legacy: use actual monitor prefix "Windows 7+ - 2008 (Legacy) -" instead of abbreviated "Windows Legacy -"
Dashboard titles changed from "Host Metrics - X" to "Host and Process Metrics - X" and "Process Metrics - X" to "Host and Process Metrics - Process X" to resolve name collision with other OS apps.
- Windows CSMA: "Windows - Security Analytics/Monitoring -" updated to "Windows (Classic) - Security Analytics/Monitoring -" - Windows Legacy: added full dashboard title prefix "Windows 7+ - 2008 (Legacy) -" in dashboard descriptions
…ription Aligns with the actual query which only checks ROOT, ADMIN, ADMINISTRATOR, GUEST.
- Host and Process Metrics: update descriptions to list both Warning and Critical thresholds - Windows CSMA: remove System from Default Account Activity description
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds monitors/alerts documentation sections to the Windows Legacy, Windows Cloud Security Monitoring and Analytics, and Host and Process Metrics app pages.
Changes:
docs/integrations/microsoft-azure/windows-legacy.md— Added "Create monitors for the Windows Legacy app" section with<CreateMonitors/>import and a table of 6 alerts (Excessive Failed Logins, User Account Locked Out, User Added to Administrative Group, Audit Log Cleared, Firewall Rule Modified, User Account Deleted)docs/integrations/cloud-security-monitoring-analytics/windows.md— Added "Create monitors for the Windows Cloud Security app" section with<CreateMonitors/>import and a table of 8 alerts (Excessive Failed Logins, User Account Locked Out, User Added to Administrative Group, Audit Log Cleared, Windows Defender Malware Detected, Windows Defender Real-Time Protection Disabled, Windows Firewall Disabled, Default Account Activity)docs/integrations/hosts-operating-systems/host-process-metrics.md— Replaced legacy "Installing the Alerts" and "Host and Process Metrics Alerts" sections with a new "Create monitors for the Host and Process Metrics app" section using<CreateMonitors/>import and a table of 8 alerts (High CPU Usage, High Memory Usage, High Disk Usage, High CPU IO Wait, High Disk IO, High Network Errors, High Network Packet Drops, High Swap Usage)Type of change:- Update Content - Revisions, updating sections
Ticket:- SUMO-287829, SUMO-288052, SUMO-288053