Hi Folks,
I'm trying to setup a cross-cloud elastic-search cluster. As it's
cross-cloud, the usual discovery will not work, so I've started
elasticsearch on three nodes with multicast disabled
(discovery.zen.ping.multicast.enabled=false) and unicast enabled
(discovery.zen.ping.multicast.enabled=false). I then try to enable the
cluster by running the following against one (or all) of the nodes:
curl -XPUT http://localhost:9200/_cluster/settings -d '{ "persistent" : {
"discovery.zen.ping.unicast.hosts":"37.58.110.34:9200,37.58.110.35:9200,37.58.110.36:9200"}}'
The curl commands returns the following:
{"acknowledged":true,"persistent":{},"transient":{}}
But when I check the status of the cluster with the following:
curl http://localhost:9200/_cluster/settings
The curl command returns this:
{"acknowledged":true,"persistent":{},"transient":{}}{"acknowledged":true,"persistent":{},"transient":{}}
And the cluster has not been initialized
The following is also added to the log:
[WARN ][action.admin.cluster.settings] [elasticsearch-1] ignoring transient
setting [discovery.zen.ping.unicast.hosts], not dynamically updateable
Any help would be appreciated
Cheers
Martin Harris
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/ee89982f-0bc3-456b-a9e4-2a06a0b6b0c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.