Alerting

Splunk Alert

jdrogers83
New Member

I want to create an alert that will email us if we see any traffic that is not from a.b.c.d network communicating with w.x.y.z network (source or destination). I know I'm for sure missing stuff.

Thank you to any help!
Justin

Tags (1)
0 Karma

diogofgm
SplunkTrust
SplunkTrust

Use this
index=nettraffic NOT ((source="a.b.c.d" dest="w.x.y.z") OR (dest="a.b.c.d" source="w.x.y.z"))

------------
Hope I was able to help you. If so, some karma would be appreciated.
0 Karma

saagar203
New Member

query data with NOT keyword i.e. index="your index" NOT source="x.x.x.x" AND destination="x.x.x.x". Trigger alert when Number of records > 0 or whatever threshold.

0 Karma
Get Updates on the Splunk Community!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...