How to access Elasticsearch on a remote machine

Please format your code, logs or configuration files using </> icon as explained in this guide and not the citation button. It will make your post more readable.

Or use markdown style like:

```
CODE
```

This is the icon to use if you are not using markdown format:

There's a live preview panel for exactly this reasons.

Lots of people read these forums, and many of them will simply skip over a post that is difficult to read, because it's just too large an investment of their time to try and follow a wall of badly formatted text.
If your goal is to get an answer to your questions, it's in your interest to make it as easy to read and understand as possible.

I updated your post but think about it next time.

Here the problem is here:

[2019-05-22T08:00:36,042][INFO ][o.e.h.AbstractHttpServerTransport] [nhazvbelk01] publish_address {127.0.0.1:9200}, bound_addresses {127.0.0.1:9200}, {[::1]:9200}

It's only listening to 127.0.0.1 which is only accessible from the machine itself.
You need to change network.host to the IP Address of the network card you have I guess.