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!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...