Running different instance in same 2 nodes

Hi,

I am running two instance in same two nodes with 5.0.0 and 6.3. in current 5.0.0 we are using default http port which is 9200 and in the 6.3 i am using custom port number which is 9201 i tried with 9300 but no luck and also i have changed for kibana 5602 ( this is up with no issues).

elasticsearch.service - Elasticsearch
Loaded: loaded (/usr/lib/systemd/system/elasticsearch.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2018-07-13 11:18:44 EDT; 3s ago
Docs: http://www.elastic.co
Process: 11236 ExecStart=/usr/share/elasticsearch/bin/elasticsearch -p ${PID_DIR}/elasticsearch.pid --quiet (code=exited, status=1/FAILURE)
Main PID: 11236 (code=exited, status=1/FAILURE)

at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:93)
elasticsearch[11236]: at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:86)
elasticsearch[11236]: Caused by: com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.MarkedYAMLException: expected '', but found B...MappingStart
elasticsearch[11236]: in 'reader', line 59, column 1:
elasticsearch[11236]: http.port: 9201
elasticsearch[11236]: ^
elasticsearch[11236]: at [Source: sun.nio.ch.ChannelInputStream@1e800aaa; line: 59, column: 1]
elasticsearch[11236]: at com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.MarkedYAMLException.from(MarkedYAMLException.java:27)
elasticsearch[11236]: at com.fasterxml.jackson.dataformat.yaml.YAMLParser.nextToken(YAMLParser.java:343)
elasticsearch[11236]: at org.elasticsearch.common.xcontent.json.JsonXContentParser.nextToken(JsonXContentParser.java:53)

please help me out i am missing here ?

Thank you,
J

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