[logstash.licensechecker.licensereader] Unable to retrieve Elasticsearch cluster info. {:message=>"No Available connections", :exception=>LogStash::Outputs::ElasticSearch::HttpClient::Pool::NoConnectionAvailableError}

Hey , im using elasticsearch 8.10 on docker , on a debian server , i cannot connect my logstash instance running also on dokcer , on a debian environement .
i receive 3 error message

WARN ][logstash.licensechecker.licensereader] Attempted to resurrect connection to dead ES instance, but got an error {:url=>"https://IP:9200/", :exception=>LogStash::Outputs::Elasticsearch::HttpClient::Pool::HostUnreachableError, :message=>"Elasticsearch Unreachable: [https://IP:9200/][Manticore::ConnectTimeout] Connect to IP:9200 [/IP] failed: Connect timed out"}

[WARN ][logstash.licensechecker.licensereader] Marking url as dead. Last error: [LogStash::Outputs::Elasticsearch::HttpClient::Pool::HostUnreachableError] Elasticsearch Unreachable: [https://:9200/][Manticore::ConnectTimeout] Connect to :9200 [/] failed: Connect timed out {:url=>https://:9200/, :error_message=>"Elasticsearch Unreachable: [https://:9200/][Manticore::ConnectTimeout] Connect to :9200 [/] failed: Connect timed out", :error_class=>"LogStash::Outputs::Elasticsearch::HttpClient::Pool::HostUnreachableError"}

[ERROR][logstash.licensechecker.licensereader] Unable to retrieve Elasticsearch cluster info. {:message=>"No Available connections", :exception=>LogStash::Outputs::Elasticsearch::HttpClient::Pool::NoConnectionAvailableError}

[ERROR][logstash.licensechecker.licensereader] Unable to retrieve license information from license server {:message=>"No Available connections"}

[ERROR][logstash.monitoring.internalpipelinesource] Failed to fetch X-Pack information from Elasticsearch. This is likely due to failure to reach a live Elasticsearch cluster.

Im using the certificates generated while installing elk , for information kibana and elasticsearch are connected

Hi @Abdeljalil_El_Yousso

So logstash cant connect...

But you did not provide any other information...

Are Elasticsearch and Logstash separate containers or same compose?

You did not share your logstash configuration so hard to tell.

Could be connectivity
Could be using wrong / container IP
could be certs
Could be authentication

You need to share more...

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