Setting [cluster] must not be empty

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 :slight_smile:

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"

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.