您的位置:首页 > 其它

ES添加数据失败

2020-07-14 05:16 302 查看

{"error":"Content-Type header [application/x-www-form-urlencoded] is not supported

curl -XPUT ‘http://192.168.150.101:9200/store/books/2’ -d ‘{
“title”: “",
“name” : {
“first” : "
",
“last” : ""
},
“publish_date”:"
”,
“price”:“35222.99”
}’
在curl后面加上
-H "Content-Type: application/json"
就可以了

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: