Hello everyone,
I have seen this question posted in other ways, but a lot of them were about Elasticsearch inside of a docker container. I hope this question is not truly a duplicate.
My situation is that I have a DMZ and a core DC. In the core DC, I can curl my client node and get the appropriate cluster overview. From my DMZ node, I have opened up port 9200 TCP traffic. The Logstash node in the DMZ ends up connecting but receiving the "connection reset by peer"
I have followed some other forums where others suggested updating the network.host
and I have since set mine to network.host: _site_
.
Does anyone have any debugging suggestions?
Thank you for your time!