elasticsearch “儿童”;路径“;失败是因为;路径“;不允许为空,elasticsearch,kibana,elasticsearch,Kibana" /> elasticsearch “儿童”;路径“;失败是因为;路径“;不允许为空,elasticsearch,kibana,elasticsearch,Kibana" />

elasticsearch “儿童”;路径“;失败是因为;路径“;不允许为空

elasticsearch “儿童”;路径“;失败是因为;路径“;不允许为空,elasticsearch,kibana,elasticsearch,Kibana,我试图在elastic中通过kibana发布下面的json,但得到以下错误。是我的json格式正确还是kibana不支持这种类型的请求 put {"index":{"_index":"insights-201806051143","_type":"doc","_id":"63AADB8C-9F84-4B84-90FB-A0E98F2FF927"}} {"industry":"abc", "geographiestaxonomysearch":["Americas","North America

我试图在elastic中通过kibana发布下面的json,但得到以下错误。是我的json格式正确还是kibana不支持这种类型的请求

put 
{"index":{"_index":"insights-201806051143","_type":"doc","_id":"63AADB8C-9F84-4B84-90FB-A0E98F2FF927"}}
{"industry":"abc",
"geographiestaxonomysearch":["Americas","North America","United States"]}
下面是我得到的错误:

{
  "statusCode": 400,
  "error": "Bad Request",
  "message": "child \"path\" fails because [\"path\" is not allowed to be empty]",
  "validation": {
    "source": "query",
    "keys": [
      "path"
    ]
  }
}

您需要为PUT命令指定路径,例如
PUT/myIndex