pfelk/docker

logstash.yml still refers to http://es01:9200

panks21 opened this issue · 4 comments

xpack.monitoring.elasticsearch.hosts: [ "http://es01:9200" ]

Shouldn't it be

xpack.monitoring.elasticsearch.hosts: [ "http://pfelk:9200" ]

The Elasticsearch hosts are es01, es02, and es03. pfelk is not a defined host....additionally, these settings can be configured within the docker-compose.yml file, if desired.

Reference: https://www.elastic.co/guide/en/logstash/current/docker-config.html

Apologies for my ignorance
In https://github.com/pfelk/docker/blob/main/scale/docker-compose.yml
I see the host defined as pfelk.. hence asked

@panks21 - no apologies needed. I didn't realize that you were referring to the scalable instance and you are correct if utilizing the scalable.

Thanks. Closing the issue