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