I am created an embedded node with no data and with unicast. Is this
correct way to do it?
NodeBuilder nb = new NodeBuilder().clusterName("log-store");
nb.settings().put("node.data", false).
put("discovery.zen.ping.unicast.hosts", "data-host1")
.put("discovery.zen.ping.multicast.enabled", false);
Node node = nb.client(true).node();
Thanks
--
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.
For more options, visit https://groups.google.com/groups/opt_out.