Logstash cannot index data from weather API to elasticsearch

I started with docker-compose up
I can reach
localhost:9200
localhost:5601
localhost:9600

but there is no data in elasticsearch.

The error I get is:
error=>"Elasticsearch Unreachable: [http://localhost:9200/][Manticore::SocketException] Connection refused (Connection refused)"}

What my goal is to get the data from openweatherorg and store it in elasticsearch.

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