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!

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...