You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending events from an ArcSight SmartConnector with cefsyslog to a Filebeat agent, via Logstash, Logstash gets mapper_parsing_exception when trying to index the events.
Index Template from Filebeats has been imported in to Elasticsearch successfully.
Feb 24 15:54:55 server.utv.m logstash[31272]: [2020-02-24T15:54:55,501][WARN ][logstash.outputs.elasticsearch][beats] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>nil, :_index=>"filebeat-7.6.0-cef-2020.02.24", :routing=>nil, :_type=>"_doc"}, #LogStash::Event:0x667d2782], :response=>{"index"=>{"_index"=>"filebeat-7.6.0-cef-2020.02.24", "_type"=>"_doc", "_id"=>"BuCxd3ABlGu3p_9DogkU", "status"=>400, "error"=>{"type"=>"mapper_parsing_exception", "reason"=>"object mapping for [source.user.group] tried to parse field [group] as object, but found a concrete value"}}}}
Mar 19 05:58:47 server.utv.m logstash[29409]: [2020-03-19T05:58:47,767][WARN ][logstash.outputs.elasticsearch][beats] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>nil, :_index=>"filebeat-7.6.0-cef-2020.03.17", :routing=>nil, :_type=>"_doc"}, #LogStash::Event:0x167d0435], :response=>{"index"=>{"_index"=>"filebeat-7.6.0-cef-2020.03.17", "_type"=>"_doc", "_id"=>"6uAo8XABlGu3p_9DfYia", "status"=>400, "error"=>{"type"=>"mapper_parsing_exception", "reason"=>"object mapping for [destination.user.group] tried to parse field [group] as object, but found a concrete value"}}}}
When sending events from an ArcSight SmartConnector with cefsyslog to a Filebeat agent, via Logstash, Logstash gets mapper_parsing_exception when trying to index the events.
Index Template from Filebeats has been imported in to Elasticsearch successfully.
Feb 24 15:54:55 server.utv.m logstash[31272]: [2020-02-24T15:54:55,501][WARN ][logstash.outputs.elasticsearch][beats] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>nil, :_index=>"filebeat-7.6.0-cef-2020.02.24", :routing=>nil, :_type=>"_doc"}, #LogStash::Event:0x667d2782], :response=>{"index"=>{"_index"=>"filebeat-7.6.0-cef-2020.02.24", "_type"=>"_doc", "_id"=>"BuCxd3ABlGu3p_9DogkU", "status"=>400, "error"=>{"type"=>"mapper_parsing_exception", "reason"=>"object mapping for [source.user.group] tried to parse field [group] as object, but found a concrete value"}}}}
Mar 19 05:58:47 server.utv.m logstash[29409]: [2020-03-19T05:58:47,767][WARN ][logstash.outputs.elasticsearch][beats] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>nil, :_index=>"filebeat-7.6.0-cef-2020.03.17", :routing=>nil, :_type=>"_doc"}, #LogStash::Event:0x167d0435], :response=>{"index"=>{"_index"=>"filebeat-7.6.0-cef-2020.03.17", "_type"=>"_doc", "_id"=>"6uAo8XABlGu3p_9DfYia", "status"=>400, "error"=>{"type"=>"mapper_parsing_exception", "reason"=>"object mapping for [destination.user.group] tried to parse field [group] as object, but found a concrete value"}}}}
Index template for Filebeat 7.60 looks like this:
By changing the default index template to not have [group] for these values the mapping_parsing_exceptions disappear.
Same index mapping in ECS is made for:
host, server, client and user. But I have not encountered errors for these yet.
For confirmed bugs, please report:
type: tcp
host: "{{.syslog_host}}:{{.syslog_port}}"
The text was updated successfully, but these errors were encountered: