We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ff215 commit 1049e45Copy full SHA for 1049e45
lib/fluent/plugin/in_forward.rb
@@ -55,7 +55,7 @@ class ForwardInput < Input
55
desc 'Received chunk is dropped if it is larger than this value.'
56
config_param :chunk_size_limit, :size, default: nil
57
desc 'Skip an event if incoming event is invalid.'
58
- config_param :skip_invalid_event, :bool, default: false
+ config_param :skip_invalid_event, :bool, default: true
59
60
desc "The field name of the client's source address."
61
config_param :source_address_key, :string, default: nil
0 commit comments