Elasticsearch version : 7.0.0
start cmd :
./bin/elasticsearch -Epath.conf=config/instance1 -p /Users/yf/es/instance1.pid
I want to self define config dir with -Epath.conf , but throw an exception
"java.lang.IllegalArgumentException: unknown setting [path.conf] please check that any required plugins are installed, or check the breaking changes documentation for removed settings"
can anyone help me?thanks
