I'm happy to announce the availability of Httpbeat 3.0.0.
Httpbeat is a Beat which polls HTTP endpoints in a regular interval and sends the HTTP request and response as an event to a configured shipper, e.g. elasticsearch and log stash.
Example use cases are:
- Monitoring of Apache Stats
- Monitoring of Java application with Jolokia
- Monitoring of Spring Boot Actuators
Release 3.0.0 contains the following changes:
Features:
- Output format of response body is now defined via output_format parameter. Default is 'string'
Bugfixes:
More information can be found on github.
For ideas, bug reports etc. please create an issue on github and/or create a pull request.