example/fluentd.conf in fluent-plugin-cloudwatch-logs-0.4.4 vs example/fluentd.conf in fluent-plugin-cloudwatch-logs-0.4.5
- old
+ new
@@ -1,23 +1,23 @@
<source>
- type forward
+ @type forward
</source>
<source>
- type cloudwatch_logs
+ @type cloudwatch_logs
tag test.cloudwatch_logs.in
log_group_name fluent-plugin-cloudwatch-example
log_stream_name fluent-plugin-cloudwatch-example
state_file /tmp/fluent-plugin-cloudwatch-example.state
</source>
<match test.cloudwatch_logs.out>
- type cloudwatch_logs
+ @type cloudwatch_logs
log_group_name fluent-plugin-cloudwatch-example
log_stream_name fluent-plugin-cloudwatch-example
auto_create_stream true
</match>
<match test.cloudwatch_logs.in>
- type stdout
+ @type stdout
</match>