After upgrading ES stack from 6.2.4 => 6.3.0 Logstash isn't producing any data.
In LS log I've found:
[2018-06-26T13:44:05,968][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>"SIKSKL2017-05-19T05:46:36.000Z1140994898", :_index=>"transakcije_kv", :_type=>"log_transakcije", :_routing=>nil}, #<LogStash::Event:0x40f46392>], :response=>{"index"=>{"_index"=>"transakcije_kv", "_type"=>"log_transakcije", "_id"=>"SIKSKL2017-05-19T05:46:36.000Z1140994898", "status"=>400, "error"=>{"type"=>"mapper_parsing_exception", "reason"=>"failed to parse [host]", "caused_by"=>{"type"=>"illegal_state_exception", "reason"=>"Can't get text on a START_OBJECT at 1:980"}}}}}
But host is produced by FB.
Can anyone advice me, how to fix this?