ElasticSearch instance not reachable from outside the server - Azure Windows 2012

前端 未结 5 1659
春和景丽
春和景丽 2020-12-19 01:37

I have set up Elastic Search 2.3.0 as a service in an Azure VM with Windows Server 2012 R2. I can access elastic search instance from within the server using



        
5条回答
  •  抹茶落季
    2020-12-19 02:27

    Resolved for me on Windows server 2012 with Elasticsearch 7.1.1 adding in C:\ProgramData\Elastic\Elasticsearch\config\elasticsearch.yml the following config:

    http.host: 0.0.0.0
    

提交回复
热议问题