I have a SH cluster and an Index cluster all running 7.1.7. I'm trying to access the **cluster/master/peers** endpoint by executing this search:
| rest /services/cluster/master/peers
When I run this on a SH, I get this error:
> REST Processor: Failed to fetch REST endpoint uri=https://127.0.0.1:8089/services/cluster/master/peers?count=0 from server https://127.0.0.1:8089. Check that the URI path provided exists in the REST API.
When I run it on the CM, I get this error:> Unexpected status for to fetch REST endpoint uri=https://127.0.0.1:8089/services/cluster/master/peers?count=0 from server=https://127.0.0.1:8089 - Service Unavailable
Either way, this message gets logged by each of the indexer peers no matter where I run the rest command:> 10-16-2019 09:28:39.947 -0500 INFO ClusterMasterPeerHandler - master is not enabled on this node
Anyone know why I can't access this rest endpoint?
↧