Getting Data In

How to get a list of all indexers and their IPs in my Enterprise environment

SamHTexas
Builder

How do I get a complete list of all indexers in my Splunk Enterprise environment?

Labels (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

The Inherited Deployment manual offers some suggestions.  See https://docs.splunk.com/Documentation/Splunk/8.1.2/InheritedDeployment/MCdiscovery

There's no one perfect method for all environments.  If you're lucky, the Monitoring Console is up-to-date and you can just look there.

If you're less fortunate, you can get many indexer names using SPL.

| tstats count where index=* by splunk_server | fields - count

The latter method most likely will yield only server names.  You'll then need to use a method appropriate for your environment to map them to IP addresses.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

The Inherited Deployment manual offers some suggestions.  See https://docs.splunk.com/Documentation/Splunk/8.1.2/InheritedDeployment/MCdiscovery

There's no one perfect method for all environments.  If you're lucky, the Monitoring Console is up-to-date and you can just look there.

If you're less fortunate, you can get many indexer names using SPL.

| tstats count where index=* by splunk_server | fields - count

The latter method most likely will yield only server names.  You'll then need to use a method appropriate for your environment to map them to IP addresses.

---
If this reply helps you, Karma would be appreciated.
0 Karma

SamHTexas
Builder

Thank u very much as usual. I salute your dedication to this profession. Stay safe & blessed.

Get Updates on the Splunk Community!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...