Splunk Enterprise

Is there a REST API for Splunk to get list of Indexers (Peer Nodes) ?

pankajm89
New Member

Hi, I am writing to Splunk from C# code and need to get a list of Indexers so i can write load balancing logic myself. Is there a REST API i can use to query the master node and get list of Indexers ?

Tags (1)
0 Karma

dineshraj9
Builder

Yes, use the below endpoint to get the list of indexers from any search head -

| rest /servicesNS/-/-/search/distributed/peers splunk_server=local | table title host_fqdn

OR

curl -s -k -u admin:password https://<search_head>:8089/servicesNS/-/-/search/distributed/peers
0 Karma
Get Updates on the Splunk Community!

Splunk Observability Cloud's AI Assistant in Action Series: Auditing Compliance and ...

This is the third post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

What You Read The Most: Splunk Lantern’s Most Popular Articles!

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...