Alerting

How to exclude specific user and tag from an alert?

tstewartpf
New Member

I've created a GuarDuty finding alert in splunk but I want to exclude any findings from the alert that have specific Value or "tags" associated with regular maintenance scanning. Example would be when I look at the finding from an alert under Event actions I see detail.resource.instanceDetails.tags{}.value and there are some specific values that i have tagged that finding and I would love those not to be reported in the Alert I created.

Tags (2)
0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi tstewartpf,
could you share your search?
the way to proceed is to modify your search with the tags and users to exclude.
Bye.
Giuseppe

View solution in original post

0 Karma

woodcock
Esteemed Legend

See here if using Enterprise Security (there is a feature for that):
https://docs.splunk.com/Documentation/Splunk/latest/Alert/ThrottleAlerts

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi tstewartpf,
could you share your search?
the way to proceed is to modify your search with the tags and users to exclude.
Bye.
Giuseppe

0 Karma

tstewartpf
New Member

This is my search:

sourcetype="aws:cloudwatch:guardduty" host=serverless

It reports back any GuardDuty activity which is fantastic, but now I want to limit a few activities it reports on... such as activities from known user or known monitoring systems.

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi tstewartpf,
At first, insert always in your searches the index so your search is faster!
Then try something like this:

index=my_index sourcetype="aws:cloudwatch:guardduty" host=serverless NOT (user=user1 OR user=user2)
| ...

Bye.
Giuseppe

0 Karma

tstewartpf
New Member

I forgot to mention if the alert is from a specific user or account I would want to exclude as well.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Observability Simplified: Combining User Experience, Application Performance & ...

Tech Talk Observability Simplified: Combining User Experience, Application Performance & Network ...

Event Series May & June: From Network Visibility to Service Intelligence

Unifying the Network: Moving from Alert Noise to Service Intelligence with Splunk ITSI In today’s hybrid ...

Global Splunk User Group Events: May + June 2026

Your Splunk Community Awaits: Discover Upcoming User Group Events Worldwide    Staying ahead in the fast-paced ...