Starting elasticsearch with configfile parameter

Is there possibility to start elasticsearch with parameter configfile
Basically, kibana for example can be started this way: "/usr/share/kibana/bin/kibana '-c /etc/kibana/kibana.yml'"

I am using centos 7, elastic 5.2.1 and kibana also 5.2.1

(I know I can use "systemctl start elasticsearch", but when I am testing some configurations, then would like to get this output, instead of tail'ing log files..)

Hi @raulk89,

you can use ./bin/elasticsearch -Epath.conf=/path/to/my/config/ (see docs for more details).

Daniel

Thank you..

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