How to config Single node for Single Cluster (Standalone Cluster) ElasticSearch

后端 未结 9 714
一向
一向 2021-01-30 17:13

I installed elastic search in my local machine, I want to configure it as the only one single node in the cluster(Standalone Server). it means whenever I create a new index, it

9条回答
  •  误落风尘
    2021-01-30 17:36

    In the config file, add:

    • network.host: 0.0.0.0 [in Network settings]
    • discovery.type: single-node [in Discovery and Cluster formation settings]

提交回复
热议问题