Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试通过更改 http.port no 来更改弹性搜索的默认端口。但是没有解决。我正在使用 php 弹性库。
由于安全原因,我网站上的默认端口被阻止。
任何人都可以建议我如何继续在我的服务器上运行弹性搜索。
谢谢你。
您是否尝试通过终端连接?
curl -XGET 'http://localhost:8080/_count?pretty' -d ' { "query": { "match_all": {} } }'
替换您的端口而不是 8080。 确保您已在系统中安装 curl