[ANNOUNCEMENT] Httpbeat 1.1.0 released

I'm happy to announce the availability of Httpbeat 1.1.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 Logstash.

Example use cases are:

Changes in version 1.1.0:

  • Support to output the HTTP response directly in JSON format. This can be convenient if you want to send the document directly to Elasticsearch instead of sending first to Logstash and doing there filter and transformation into JSON.

More information can be found on github.
For ideas, bug reports etc please create an issue on the github project page and/or create a pull request.

1 Like