Deployment Architecture

How to search to show only alerts out of maintenance mode?

chandankr
Path Finder

we have multiple site, site is n number, if any site fires 9251 that particular site should not be in the list as that site is in network Maintenace mode.any site can fires multiple alerts 9047 OR/AND 9251

now

9047 is fired from a b c d e
9251 is fired from c d


c d fired 9251 as this site or device is under maintenance

so
A 9047
B 9047
C 9251 9047
D 9251 9047
E 9047

so my output contain only
A 9047
B 9047
E 9047

how to write Splunk Queary for the same @

Labels (1)
Tags (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| stats values(alert) as alerts by site
| where mvcount(alerts) == 1 AND alerts == 9047
0 Karma
Get Updates on the Splunk Community!

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...