fluent-plugins-nursery / fluent-plugin-cloudwatch-logs

CloudWatch Logs Plugin for Fluentd
MIT License
201 stars 141 forks source link

Fix a typo of the description #161

Closed kaidotdev closed 4 years ago

kaidotdev commented 5 years ago

I found a typo in remove_retention_in_days description.

I think retention_in_days_key is correct, not retention_in_days. see: https://github.com/fluent-plugins-nursery/fluent-plugin-cloudwatch-logs/blob/51eccdb2a6f22951e542bcef22ebbd769bdcf663/lib/fluent/plugin/out_cloudwatch_logs.rb#L192

kaidotdev commented 5 years ago

Oops, I've mistake. The actual problem was that non-existent parameter is specified.