Alerting

How to create an alert for login attempts to Splunk Web?

summitsplunk
Communicator

I'm trying to see if there's a way to monitor who accesses Splunk and create alerts around that?

Tags (1)
1 Solution

skoelpin
SplunkTrust
SplunkTrust

Try this. It will look at all login attempts and trigger an alert when a user has more than 1 login failure

index=_audit login action=success OR action=failure
| stats count by user, action
| search action=failure count>1

View solution in original post

skoelpin
SplunkTrust
SplunkTrust

Try this. It will look at all login attempts and trigger an alert when a user has more than 1 login failure

index=_audit login action=success OR action=failure
| stats count by user, action
| search action=failure count>1
Get Updates on the Splunk Community!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...