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!

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