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
Using type in the ruby configuration DSL gives "'type' is deprecated" warning, even though there is no alternative. All tests in test/config/test_dsl.rb use the "type" parameter, and @type would be a reserved ruby keyword for instance variables.
Minimal config.rb example:
source{type:forward}match('**'){type:null}
Running with fluent/fluentd:v1.0.2-debian docker image in dry-run mode, get the log warning:
Using type in the ruby configuration DSL gives "'type' is deprecated" warning, even though there is no alternative. All tests in test/config/test_dsl.rb use the "type" parameter, and
@type
would be a reserved ruby keyword for instance variables.Minimal config.rb example:
Running with fluent/fluentd:v1.0.2-debian docker image in dry-run mode, get the log warning:
The text was updated successfully, but these errors were encountered: