Hi,
I would to run two or more instances of ES on my server but on different ports.
e.g. http://localhost:9200, http://localhost:9201 ...
I created two different "elasticsearch.1.yml & elasticsearch.2.yml" with respected port numbers (http.port:9200 & http.port:9101), logs and data paths. The mentioned config files located under "elasticsearch-5.1.2/config/" folder. I tried to run "bin/elasticsearch -d" but it shows me only the instance with port 9200.
Can you please tell me where i am wrong and what have to do?
kind regards