gpt4 book ai didi

linux - curl in command in elasticsearch,错误信息404没有意义

转载 作者:太空狗 更新时间:2023-10-29 12:23:08 24 4
gpt4 key购买 nike

我在 linux 终端中键入以下命令:

curl -XGET http://something_here.net:5005

我得到: var hashRoute = '/app/kibana'; var defaultRoute = '/app/kibana';

var hash = window.location.hash;
if (hash.length) {
window.location = hashRoute + hash;
} else {
window.location = defaultRoute;

然后我试试:curl -XGET http://something_here.net:5005/_all/_mappings

我得到:{"statusCode":404,"error":"Not Found","message":"Not Found"}

我尝试在 Elastic Search 中编写相同的命令(ES 自动删除关键字并替换为 )。我确实收到了结果!

{
"statistic-[...]": {
"mappings": {
"statistic": {
"properties": {

[...]

为什么我在 Linux 中通过 curl 没有得到相同的结果?

最佳答案

您的网址 http://something_here.net:5005指向您的 Kibana Web 控制台。这不是您的 elasticsearch API,它将在其他地方。默认端口 9200。

关于linux - curl in command in elasticsearch,错误信息404没有意义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51419154/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com