- Changed
scheduleentry to show that it is required #102
- Docs: Set the default_codec doc attribute.
- Update gemspec summary
- Docs: Remove row in overview table to fix build error
- Don't bleed URLs credentials on startup and on exception #82
- Fix some documentation issues
- Mark deprecated field
intervalas obsolete - bump dependency in logstash-mixin-http_client
- Add top level user/password options that apply to all URLs by default.
- Make user/password configurable per-URL nested at the top level without the extra auth hash to make them more consistent with the global opts
- Bump mixin-http_client version
- Use eager auth. This means the client will send any credentials in its first request rather than waiting for a 401 challenge
- Handle empty bodies correctly
- Use rufus-scheduler for more flexible scheduling. Many thanks to @hummingV for this contribution. (#58)
- Require logstash-mixin-http_client 4.0.3 which fixes error messaging around key/trust-stores when no password supplied
- Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
- Republish all the gems under jruby.
- Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See elastic/logstash#5141
- Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
- New dependency requirements for logstash-core for the 5.0 release
- Bump http_client mixin to use better stale check for keepalives
- Bump http_client mixin to default to 1 retry for idempotent actions
- Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully, instead of using Thread.raise on the plugins' threads. Ref: elastic/logstash#3895
- Dependency on logstash-core update to 2.0
- 1.1.2
- Correctly default to zero connection retries
- Revert old ineffective code for connection retries
- 1.1.1
- Default to zero connection retries
- 1.1.0
- Error metadata no longer '_' prefixed for kibana compat
- HTTP metadata now normalized to prevent conflicts with ES schemas
- 1.0.2
- Bug fix: Decorating the event before pushing it to the queue
- 1.0.1
- Add 'target' option
- 1.0.0
- Initial release