ELK发送数据报错 curl: (35) Encountered end of file

[root@kibana ~]# curl -X “POST” “https://192.168.1.61:9200/_bulk” –data-binary @shakespeare.json
curl: (35) Encountered end of file

这个原因完全是疏忽大意了,很简单,因为服务器443端口没开放。

其实就是因为我把http打成了https。改成http发送就对了

This entry was posted in ELK and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *