Alerting

Create an alert for field that has two values when it should only have one

asaprobo
New Member

Example:

userid: 123 should have a unique pin # and no other pin #s.

sometimes during a transaction userid's are assigned two pin #s by mistake. Alert when a userid has more than one pin #
transaction 1:
userid: 123
pin#: abc

transaction 2:
userid: 123
pin#: def

Tags (1)
0 Karma

pradeepkumarg
Influencer
...| stats dc(pin), values(pin) by user| search dc(pin) >  1 

JDukeSplunk
Builder

Maybe?

stats count(pin) AS COUNT by userid |search COUNT > 1
0 Karma

pradeepkumarg
Influencer

Looks like i was 4 seconds late in drafting the answer 🙂

0 Karma

JDukeSplunk
Builder

I like your use of dc better than mine. I think it would be less problematic.

0 Karma

JDukeSplunk
Builder

The take-away for asaprobo is, make a search that should only return counts of 1, and have a subsearch to return results greater than 1 and alert on that.

0 Karma
Get Updates on the Splunk Community!

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

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 ...