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
I tested in_exec using latest master
Refer to document, <parse> and <extract> are not required.
However below configuration causes error since keys of <parse> is missing. [error]: config error file="../b.conf" error_class=Fluent::ConfigError error="'keys' parameter is required"
Describe the bug
I tested in_exec using latest master
Refer to document,
<parse>
and<extract>
are not required.However below configuration causes error since
keys
of<parse>
is missing.[error]: config error file="../b.conf" error_class=Fluent::ConfigError error="'keys' parameter is required"
Link to the problematic documentation
https://docs.fluentd.org/input/exec#less-than-parse-greater-than-section
https://docs.fluentd.org/input/exec#less-than-extract-greater-than-section
Expected explanation
In my understanding,
<parse>
and<extract>
sections are required.I think below is minimum configuration for in_exec.
Additional context
Below is error report if we execute without
<extract>
section.So I think
<extract>
section are also required.The text was updated successfully, but these errors were encountered: