Deployment Architecture

Is there a way to identify which search head a user logs into in a search cluster?

michael_leo
Explorer

Is there a way to identify which search head a user logs into in a search cluster?

There are times when there are issues, and I need for the user to tell me which search head they are on, and there is no easy way to determine that.

0 Karma
1 Solution

BainM
Communicator

From one of our audit dashboards:
This can be run and deployed from any searchhead. It will also pick up anyone logged into the CM, Deployer, LM, etc.

index=_audit NOT user="n/a" NOT user="splunk-system-user" NOT "scheduler__nobody__search" "info=succeeded"
| bucket _time span=1mon
| stats values(user) as Users, first(action) as currentstate by _time, host
| where currentstate="login attempt" | xyseries _time, host, Users | fields - currentstate, _time

Note: Works as of 6.6.3

View solution in original post

BainM
Communicator

From one of our audit dashboards:
This can be run and deployed from any searchhead. It will also pick up anyone logged into the CM, Deployer, LM, etc.

index=_audit NOT user="n/a" NOT user="splunk-system-user" NOT "scheduler__nobody__search" "info=succeeded"
| bucket _time span=1mon
| stats values(user) as Users, first(action) as currentstate by _time, host
| where currentstate="login attempt" | xyseries _time, host, Users | fields - currentstate, _time

Note: Works as of 6.6.3

BainM
Communicator

I would fiddle around with the
bucket _time span=1mon
As right now it is set for 1 month. Don't set it for too low though, otherwise the users column will fill up with duplicates.

0 Karma

michael_leo
Explorer

i have, and built a dashboard so anyone can use it. Very useful.

0 Karma

michael_leo
Explorer

wicked!

thanks much!

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...