- Add custom formatter support
- accept array request body
- Add verify ssl option
- Restrict ruby version to more than 2.1.0
- Specify http status codes with witch this plugin does not raise error
- Add headers directive
- Add use_ssl directive
- #11 Updated Fluentd dependency to: [">= 0.10.0", "< 2"]
- #10
password
is now marked as a secret option
- Added a new configuration option:
raise_on_error
(default: true)- In order to let the plugin raise exceptions like it did in 0.1.1: keep using your configuration as-is
- In order to suppress all exceptions: add
raise_on_error false
to your configuration
- #6 Catch all
StandardError
s during HTTP request to prevent td-agent from freezing
- #2 Use yajl instead of json as json serializer
- #1 Fix a bug where a nil HTTP response caused the plugin to stop working
- Initial release