lib/fluent/plugin/in_cloudwatch_logs.rb in fluent-plugin-cloudwatch-logs-0.3.8 vs lib/fluent/plugin/in_cloudwatch_logs.rb in fluent-plugin-cloudwatch-logs-0.4.0

- old
+ new

@@ -1,4 +1,6 @@ +require 'fluent/input' + module Fluent require 'fluent/mixin/config_placeholders' class CloudwatchLogsInput < Input Plugin.register_input('cloudwatch_logs', self)