Elasticsearch couldn't start and no logs

I have a cluster with 2 nodes.

As of now I cannot start the other node.
I didn't know what happen.
It does now give logs also.

when i try to command service elasticsearch start this is the output:

=============================================================

I'm running on ES version 6.4.2
config:

cluster.name: SampleCluster
node.name: node-1
path.data: /var/lib/elasticsearch
path.logs: /var/log/elasticsearch
network.host: 192.168.200.83
http.port: 9200
discovery.zen.ping.unicast.host: ["192.168.200.83", "192.168.200.84"]
discovery.zen.minimum_master_nodes: 2

you can use the journalctl tool to extract the whole logging and share it here.

Also, please do not use screenshots, but copy paste the text properly. This makes it searchable (and findable) as well as possible to read for anyone. Thanks!

--Alex

1 Like

Thanks. Will try that one.

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