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

前端 未结 5 1683
春和景丽
春和景丽 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:06

    I would suggest to set the network.host to special values

    eg.

    network.host: [_local_, _site_]
    

    This works for me.

提交回复
热议问题