I have 2 web servers already running filebeats - everything works as expected, I can see the indices. I now added another web server, making it three. The issue is that I configured the filebeat excatly as the previous servers, but for some reason I keep seeing this error.
[2019-05-14T12:11:42,085][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>nil, :_index=>"logstash-2019.05.14", :_type=>"doc", :routing=>nil}, #LogStash::Event:0x4f0fc4a7], :response=>{"index"=>{"_index"=>"logstash-2019.05.14", "_type"=>"doc", "_id"=>"R_1BtmoB45ihaa1VbEeD", "status"=>400, "error"=>{"type"=>"mapper_parsing_exception", "reason"=>"failed to parse field [agent] of type [text]", "caused_by"=>{"type"=>"illegal_state_exception", "reason"=>"Can't get text on a START_OBJECT at 1:177"}}}}}
Could someone tell me what I may be doing wrong?