add node to cluster using cmd in windows elasticsearch -


how can add nodes same cluster using cmd in windows? there commands linux. there similar thing windows? tried searching, didn't find anything. (sorry if seems basic, i'm new this.)

there no special command "add nodes same cluster". node needs started, has have same cluster.name value in elasticsearch.yml file , needs able contact other nodes, either via multicasting (discovery.zen.ping.multicast.enabled: true default) or unicasting (discovery.zen.ping.unicast.hosts: ["host1", "host2:port"]).

i suggest that, if want use elasticsearch, @ least read of basics, seems haven't. example, start https://www.elastic.co/guide/en/elasticsearch/reference/1.5/modules-discovery.html.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -