Hello,
I am starting the elasticsearch via command line using the following command:
/usr/share/elasticsearch/bin/elasticsearch -d -Edefault.cluster.name=test -Edefault.node.name=test-client-cluster-1 -Edefault.http.port=19270 -Edefault.http.host=0.0.0.0 -Edefault.path.conf=/opt/sources/wpCloud/node-sql-service/static/etc/elasticsearch -Edefault.path.logs=/var/log/elasticsearch/clients/test -Edefault.path.home=/usr/share/elasticsearch/v5 -Edefault.path.data=/var/lib/elasticsearch/clients/test -Edefault.transport.tcp.port=19370-19470 -Edefault.transport.host=0.0.0.0 -Edefault.pidfile=/var/run/elasticsearch/clients/test/test.pid -Edefault.path.repo=/.snapshots/test ```
But this is failing with the following error: ` ERROR: Parameter [-Edefault.cluster.name=test]does not start with --`
Any idea how to fix it?