运维的那点事

Elasticsearch出现{"error"

2019-08-08  本文已影响8人  无字天书

错误:

[root@elk212 filebeat]# curl -XPUT 192.168.68.212:9200/_settings -d '{

"index" : {

"number_of_replicas" : 0

}

}'

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

解决办法:

[root@elk212 filebeat]# curl -H "Content-Type: application/json" -XPUT 192.168.68.212:9200/_settings -d '{

"index" : {

"number_of_replicas" : 0

}

}'

结束语:


更多精彩内容持续更新中,关注微信公众号,有你更精彩。

上一篇 下一篇

猜你喜欢

热点阅读