Hi,
i am getting below error, after enable firewall on the logstash server.
i opened the port 5044 & 9600 on the both elasticsearch and logstash server.
[ERROR][logstash.monitoring.internal pipeline source] Failed to fetch XPack information from Elasticsearch. This is likely due to failure to reach a live Elasticsearch cluster
[2019-05-10T05:12:25,182][WARN ][logstash.outputs.elasticsearch] Attempted to resurrect connection to dead ES instance, but got an error. {:url=>"http://elastic:xxxxxx@192.168.136.X:9200/", :error_type=>LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError, :error=>"Elasticsearch Unreachable: [http://elastic:xxxxxx@192.168.136.X:9200/][Manticore::SocketException] No route to host (Host unreachable)"}
[2019-05-10T05:12:25,214][WARN ][logstash.outputs.elasticsearch] Attempted to resurrect connection to dead ES instance, but got an error. {:url=>"http://elastic:xxxxxx@192.168.136.x:9200/", :error_type=>LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError, :error=>"Elasticsearch Unreachable: [http://elastic:xxxxxx@192.168.136.X:9200/][Manticore::SocketException] No route to host (Host unreachable)"}
can help me, what i did wrong.
Thanks