Closed warmfusion closed 8 years ago
Errors seen when running on Ruby 2.1.5 with the following fluent plugins installed
fluent-plugin-amqp (0.8.2, 0.8.1) fluent-plugin-elasticsearch (1.6.0) fluent-plugin-forest (0.3.1) fluent-plugin-record-reformer (0.8.2) fluentd (0.14.2) 2016-08-22 16:25:48 +0000 [error]: unexpected error error="uninitialized constant Fluent::Input" ... 2016-08-22 16:29:45 +0000 [error]: unexpected error error="uninitialized constant Fluent::TextParser" Underlying cause;
Fluent doesn't auto include fluent/input or fluent/parser anymore - so need to add to the input and output plugins.
See https://github.com/giraffi/fluent-plugin-amqp/pull/24
Errors seen when running on Ruby 2.1.5 with the following fluent plugins installed
fluent-plugin-amqp (0.8.2, 0.8.1) fluent-plugin-elasticsearch (1.6.0) fluent-plugin-forest (0.3.1) fluent-plugin-record-reformer (0.8.2) fluentd (0.14.2) 2016-08-22 16:25:48 +0000 [error]: unexpected error error="uninitialized constant Fluent::Input" ... 2016-08-22 16:29:45 +0000 [error]: unexpected error error="uninitialized constant Fluent::TextParser" Underlying cause;
Fluent doesn't auto include fluent/input or fluent/parser anymore - so need to add to the input and output plugins.