Sending HTTP notifications

This page describes how to send reports via the HTTP protocol

The most versatile reporting option is the ability to send messages via the HTTP(s) protocol. By default messages are sent as a form url encoded body in a request with the POST verb.

To use the option, you only need to provide the url to send to:

Configuring a HTTP notification

Besides the URL it is also possible to configure:

  • The message body and type (JSON is supported)

  • The HTTP verb used

  • Conditions on when to send emails

  • Conditions on what log elements to include

For details on how to customize the notification message, see the section on customizing message content.

New in 2.0.9.106

You can now specify multiple urls, using the options:

--send-http-form-urls=
--send-http-json-urls=

These two options greatly simplify sending notifications to multiple destinations. Additionally, the options make it possible to send both the form-encoded result in text format as well as in JSON format.

Last updated

Was this helpful?