Version - 7.0.0
While I am trying to start elasticsearch from the command line using below command getting an error "setting [cluster] must not be empty"
Command
./bin/elasticsearch -Ecluster.name=my_cluster -Enode.name=node_1
Version - 7.0.0
While I am trying to start elasticsearch from the command line using below command getting an error "setting [cluster] must not be empty"
Command
./bin/elasticsearch -Ecluster.name=my_cluster -Enode.name=node_1
Please share the entire command, as well as the entire error from your command prompt/shell.
Please format your code/logs/config using the </>
button, or markdown style back ticks. It helps to make things easy to read which helps us help you
Hi, I had the same issue.
Solution was running the command like this (added spaces):
./bin/elasticsearch -E cluster.name="my_cluster" -E node.name="node_1"
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.