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
"Could not emit the event. The parser returned multiple results, but currently filter_parser plugin only returns the first parsed result. Raw data: '#{raw_value}'"
"Could not emit the event. The parser returned multiple results, but currently filter_parser plugin only returns the first parsed result. Raw data: '#{raw_value}'"
97
-
))
98
+
else
99
+
if@emit_invalid_record_to_error
100
+
router.emit_error_event(tag,time,record,Fluent::Plugin::Parser::ParserError.new("pattern not matched with data '#{raw_value}'"))
101
+
end
102
+
103
+
nextunless@reserve_data
104
+
nextunlessresult_record.nil?
105
+
106
+
result_time=time
107
+
result_record=handle_parsed(tag,record,time,{})
98
108
end
109
+
new_es.add(result_time,result_record)
99
110
end
100
-
else
111
+
112
+
rescueFluent::Plugin::Parser::ParserError=>e
101
113
if@emit_invalid_record_to_error
102
-
router.emit_error_event(tag,time,record,Fluent::Plugin::Parser::ParserError.new("pattern not matched with data '#{raw_value}'"))
0 commit comments