After an upgrade from 6.2 to 6.3, I am now getting indexing errors for apache logs.
[2018-06-13T16:12:18,782][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>nil, :_index=>"apache-2018.06.13", :_type=>"apache", :_routing=>nil}, #LogStash::Event:0x4db324f8], :response=>{"index"=>{"_index"=>"apache-2018.06.13", "_type"=>"apache", "_id"=>"tidr-2MB8IC994mx1_US", "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:970"}}}}}
[2018-06-13T16:12:18,790][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>nil, :_index=>"apache_error-2018.06.13", :_type=>"apache_error", :_routing=>nil}, #LogStash::Event:0x74e641ce], :response=>{"index"=>{"_index"=>"apache_error-2018.06.13", "_type"=>"apache_error", "_id"=>"tydr-2MB8IC994mx1_US", "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:175"}}}}}
Any ideas?