We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check CONTRIBUTING guideline first and here is the list to help us investigate the problem.
in_tcp plugin requires to specify <parse> section but its error message does not have explicit information due to lack of <parse> section.
in_tcp
<parse>
ArgumentError: parse: init is specified, but there're parameters without default values:@type /home/hhatake/GitHub/fluentd/lib/fluent/config/section.rb:178:in `block in generate' /home/hhatake/GitHub/fluentd/lib/fluent/config/section.rb:169:in `each' /home/hhatake/GitHub/fluentd/lib/fluent/config/section.rb:169:in `generate' /home/hhatake/GitHub/fluentd/lib/fluent/configurable.rb:94:in `configure' /home/hhatake/GitHub/fluentd/lib/fluent/plugin/base.rb:57:in `configure' /home/hhatake/GitHub/fluentd/lib/fluent/plugin_id.rb:39:in `configure' /home/hhatake/GitHub/fluentd/lib/fluent/log.rb:580:in `configure' /home/hhatake/GitHub/fluentd/lib/fluent/plugin_helper/event_emitter.rb:73:in `configure' /home/hhatake/GitHub/fluentd/lib/fluent/plugin_helper/extract.rb:78:in `configure' /home/hhatake/GitHub/fluentd/lib/fluent/plugin_helper/parser.rb:83:in `configure' /home/hhatake/GitHub/fluentd/lib/fluent/plugin_helper/server.rb:312:in `configure' /home/hhatake/GitHub/fluentd/lib/fluent/plugin/in_tcp.rb:44:in `configure' /home/hhatake/GitHub/fluentd/lib/fluent/plugin.rb:164:in `configure' /home/hhatake/GitHub/fluentd/lib/fluent/root_agent.rb:282:in `add_source' /home/hhatake/GitHub/fluentd/lib/fluent/root_agent.rb:122:in `block in configure' /home/hhatake/GitHub/fluentd/lib/fluent/root_agent.rb:118:in `each' /home/hhatake/GitHub/fluentd/lib/fluent/root_agent.rb:118:in `configure' /home/hhatake/GitHub/fluentd/lib/fluent/engine.rb:131:in `configure' /home/hhatake/GitHub/fluentd/lib/fluent/engine.rb:96:in `run_configure' /home/hhatake/GitHub/fluentd/lib/fluent/supervisor.rb:795:in `run_configure' /home/hhatake/GitHub/fluentd/lib/fluent/supervisor.rb:579:in `dry_run' /home/hhatake/GitHub/fluentd/lib/fluent/supervisor.rb:597:in `supervise' /home/hhatake/GitHub/fluentd/lib/fluent/supervisor.rb:502:in `run_supervisor' /home/hhatake/GitHub/fluentd/lib/fluent/command/fluentd.rb:310:in `<top (required)>' /home/hhatake/GitHub/fluentd/bin/fluentd:8:in `require' /home/hhatake/GitHub/fluentd/bin/fluentd:8:in `<top (required)>' /home/hhatake/GitHub/fluentd/vendor/bundle/ruby/2.4.0/bin/fluentd:22:in `load' /home/hhatake/GitHub/fluentd/vendor/bundle/ruby/2.4.0/bin/fluentd:22:in `<top (required)>'
This is originally reported in uken/fluent-plugin-elasticsearch#527.
The text was updated successfully, but these errors were encountered:
5e299b4
Merge pull request #2267 from fluent/add-parse-section-checking-in-tc…
162d20e
…p-in-udp in_tcp: in_udp: Add <parse> section checking. Fix #2266
No branches or pull requests
Check CONTRIBUTING guideline first and here is the list to help us investigate the problem.
Debian/GNU Linux Stretch
in_tcp
plugin requires to specify<parse>
section but its error message does not have explicit information due to lack of<parse>
section.This is originally reported in uken/fluent-plugin-elasticsearch#527.
The text was updated successfully, but these errors were encountered: