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
When using in_monitor_agent with out_null plugin a unbuffered plugin (which @buffer is nil), NoMethodError will occur each time http://0.0.0.0:24220/api/plugins is accessed.
Turns out that, not only out_null but some plugins witch @buffer is nil will cause the same problem.
I will update my issue title and comment.
shuji-koike
changed the title
NoMethodError when using in_monitor_agent with out_null plugin
NoMethodError when using in_monitor_agent with a unbuffered plugin
Dec 16, 2016
When using
in_monitor_agent
witha unbuffered plugin (whichout_null
plugin@buffer
isnil
), NoMethodError will occur each timehttp://0.0.0.0:24220/api/plugins
is accessed.Minimal config to reproduce the problem.
start fluentd and, kick monitor_agent.
NoMethodError occurs.
The text was updated successfully, but these errors were encountered: