Monitoring Splunk

How can we get total number of users accessing the search head clusters from one instance?

santosh12
New Member

We have created a search head cluster where we have 3 instance which are in cluster we are looking to get the number of users accessing the apps and get there count from one instance.

0 Karma

lfedak_splunk
Splunk Employee
Splunk Employee

Hey @santosh12, if @somesoni2 answered your question, please remember to "√Accept" the answer to award karma points and to let other Splunkers know it’s a working solution. We’re hosting a karma point contest, so it’s particularly awesome to up vote on Answers these days. 😄

0 Karma

peterchenadded
Path Finder

Check in your _internal logs

E.g.

index=_internal source=access l stats count by user

0 Karma

santosh12
New Member

Hi,

Thanks Peter.

With this i am getting the user counts but is it for only that particular search head instance or it will return all the users for all the search heads which are in cluster. Because i want to get all the users which are logged into the search head cluster.

Can we run a query in a single instance and get all the users logging into different instances in the search head cluster ?

Regards,
Santosh.

0 Karma

somesoni2
Revered Legend

If you forward internal logs from your search head cluster members to your indexes, the same search would give user count from all members. For more accurate results, add the host names (SHC members) in the query.

index=_internal source=access host=shcmember1 OR host=shcmember2 OR.... l stats count by user
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...