Hi everybody!
I have configured the following parameters on my elasticsearch server
http.host: elasticsearch.company.com
http.publish_host: elasticsearch.company.com
http.bind_host: elasticsearch.company.com
I thought my server would filter http requests with incorrect HOST header after these settings.
But everything remained the same.
Tell me if it is possible to configure the elasticsearch server so that the server responds only to http requests with the correct HOST header.