Hey, I am trying to set the replication to async. I tried the following.
$ curl -XPOST 'http://localhost:9200/myindex' -d '{ "settings": { "replication": "async" } }' Is it the correct way to do it? -- 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/cc1fed63-96e5-48d3-b7f1-859d67eb06cd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
