Security

I have many users but they all user the same ID to log in. Is there anyway to tell them apart from the IP address of there PC, or something like that?

robertlynch2020
Motivator

I have used this
index=_audit action="login attempt" "info=succeeded" | stats count by action , user , _time | timechart span=1d count by user

But all the users get put into the same bucket.

Tags (1)
0 Karma

PPape
Contributor

this shows you the actions by user and IP

index=_internal sourcetype=splunkd_ui_access | stats count by clientip , user , _time | eval UserIP=user+" - "+clientip | timechart span=1d count by UserIP
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...