Running a second elasticsearch instance

I'm trying to startup multiple Elasticsearch JVMs on the same node. I've separated all of the configuration files, and when I try to start the first instance I receive the following error:

/usr/share/elasticsearch/bin/elasticsearch-env: line 70: /etc/sysconfig/elasticsearch: No such file or directory

I had hoped to be able to only install once, and creating the specific configuration files for each JVM, be able to run multiple nodes. This error requires an installation per JVM, is this correct?

I'M using centos 7.5

It looks like I can comment out that line and continue, as long as all of the configurations are separate.

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