Monitoring Splunk

How to find the indexes.conf and monitor stanza for certain indexes in multisite environment

harshal_chakran
Builder

Hi all,
I have  indexer clusters at multiple sites, but common Search Heads.

I want to remove certain indexes which holds no data.

How can I find in which indexer cluster's indexes.conf , the certain indexes entries are present.
Also in which deployment app of which indexer the related monitoring stanza is present.

Is there any rest api command to get the details?

Thanks in Advance

 

Labels (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Please tell us more about your environment.  Usually, even a multi-site indexer cluster has a single Cluster Manager so there's only one place to look for indexes ($SPLUNK_HOME/etc/master-apps on the CM).

If you have more than one CM then you have more than one master-apps directory in which to look.

To find the specific app that defines the index, run this command on each CM

find /opt/splunk/etc/master-apps -name indexes.conf -print0 | xargs -r0 egrep "^\[indexname]"
---
If this reply helps you, Karma would be appreciated.
0 Karma

harshal_chakran
Builder

Hi,
We have a separate multiple CM
Thanks for answer, I will try the same.

Do we have any combinations of rest api to get  the details from SH? Or from CM server itself?? 

0 Karma

richgalloway
SplunkTrust
SplunkTrust

There is the services/cluster/master/indexes API, but it doesn't return app information.  See the REST API Reference Manual for details.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

.conf25 Registration is OPEN!

Ready. Set. Splunk! Your favorite Splunk user event is back and better than ever. Get ready for more technical ...

Detecting Cross-Channel Fraud with Splunk

This article is the final installment in our three-part series exploring fraud detection techniques using ...

Splunk at Cisco Live 2025: Learning, Innovation, and a Little Bit of Mr. Brightside

Pack your bags (and maybe your dancing shoes)—Cisco Live is heading to San Diego, June 8–12, 2025, and Splunk ...