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

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -