我正在端口9200中的AWS t2.micro实例中运行弹性搜索,它有一个安全组launch-wizard-7
,并且该安全组在任何位置都具有所有端口中的所有入站流量。但我仍然无法使用公共IPv4或公共DNS访问它。
嗨,您需要配置您的elasticsearch以使用您的公共IP默认情况下使用环回地址,这可以在elasticsearch配置文件中设置属性network.host以获取更多详细信息,请参阅
https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html
我希望这有帮助