Yes that works. Docs could really use work there though. The same string in elasticsearch.yml is ["one", "two", "three"], so I assumed I'd need to pass in brackets.
On Thursday, May 29, 2014 4:09:02 PM UTC-4, InquiringMind wrote: > > I believe that the host names must be comma-separated and no quotes or > other punctuation should be present. The config within the environment > variable or java -D (system properties) is YAML-like, not JSON. No blanks > between the names, for example: > > export ES_HOSTS=host1,host2,host3 > > When configuring Unicast, here are the java -D options I use in my own > custom Elasticsearch start-up / shutdown / status script: > > -Des.discovery.zen.ping.multicast.enabled=false > -Des.discovery.zen.ping.unicast.hosts=host1,host2,host3 > -Des.discovery.zen.minimum_master_nodes=2 > > Brian > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/9080aad2-f967-4702-a667-b4a30b703fa5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
