Looks like a protocol mismatch - logstash is using http, elasticsearch is expecting https. Set in logstash.conf: output { elasticsearch { ssl => ...
確定! 回上一頁