Is there an API available or some other SPL searchable way to find the Index Cluster replication factor? I would like to create some dashboards and searches for monitoring our indexers and would like to be able to display replication factor. I have been using "/services/search/distributed/peers " for some information but is there an API available that will tell me what the replication factor is? This is going to be "run anywhere" as it will be deployed to at least 5 separate environments so hard coding wont suffice.
You can get that from the Cluster Manager using REST.
https://<CM URL>:8089/services/cluster/config
You can get that from the Cluster Manager using REST.
https://<CM URL>:8089/services/cluster/config