Alerting

How to create a splunk alert if the user login to splunk via local credential using Splunk login type?

mala_fmr
Engager

Hi, 

We have 2 Splunk authentication systems - SAML,Splunk (default). We wanted to have an alert, if the user login to Splunk via "Splunk" authentication system.

Is there way to do that? Can we do this via Splunk query?
need help on this.

Thanks,

Mala S

Labels (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

That's in the audit logs.

index=_audit info=succeeded method=Splunk user!=internal_observability
---
If this reply helps you, Karma would be appreciated.

starcher
Influencer

with some cleanup since Splunk can't onboard their own audit logs.

index=_audit info=succeeded method=Splunk user!=internal_observability
| rename useragent as http_user_agent
| eval signature=reason." local splunk user login", src=coalesce(clientip,"unknown"), session_id=session
| iplocation prefix=src_ src
0 Karma
Get Updates on the Splunk Community!

Splunk Answers Content Calendar, July Edition I

Hello Community! Welcome to another month of Community Content Calendar series! For the month of July, we will ...

Secure Your Future: Mastering Upgrade Readiness for Splunk 10

Spotlight: The Splunk Health Assistant Add-On  The Splunk Health Assistant Add-On is your ultimate companion ...

Observability Unlocked: Kubernetes & Cloud Monitoring with Splunk IM

Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team on ...