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 identified the root cause of this problem: out_forward has a bug to crash when it's used as secondary plugin.
I pushed a fix for this problem #1313. @suzukaze Thank you for reporting!
Environment
OS: macOS Sierra version 10.12.1
ruby version: ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin15]
fluentd version: fluentd-0.14.8
How to reproduction
I executed the process of 'Quick Start' in README.md.
$ gem install fluentd
$ fluentd -s conf
fluentd -s conf
generates conf/fluent.conf.fluent.conf is:
Error
Error logs are:
Solution Plan
Quick Start works when the configure bellow is cmmented.
Should we comment this configure('match tag=system.** and forward to another fluent server') by default?
The text was updated successfully, but these errors were encountered: