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
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...