在批量导入的时候报错
#curl -XPOST '0.0.0.0:9200/test/fulltext/_bulk?pretty' --data-binary @news_content.txt
curl: (56) failure when receiving data from the peer
文本格式是正确的。
后经查询得知文本超大了,修改配置文件如下参数即可
http.max_content_length
转载于:https://blog.51cto.com/cobweb/1850631