Hi Everyone,
I am installing elasticsearch on a VM (vmware workstation - NIC: bridged) Host machine (Windows Server) I am getting an error after trying to curl to the IP address of the machine running elasticsearch. I was hoping to get some direction.
After installing using the directions on https://www.elastic.co/guide/en/elasticsearch/reference/7.10/setup.html
I tested using curl. locally on the machine and noticed that I was able to get a response just fine. I switched over to another host on the same subnet and I was able to ping but curl 172.16.128.208:9200fails
I have tried several modifications to the elasticsearch.yml file and have had no luck so far.
I have the logs and current .yml config in a pastebin if anyone would like to check it out. (forgive me for the logs... I have been here for a couple of hours, researching and modifying settings)
/var/Log/elasticsearch.log: https://pastebin.com/Gm8xLCG3
Elasticsearch.yml: https://pastebin.com/yEDNcrwP

