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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...