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!

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...