HTTP Event Publisher plugin

This plugin allows to send system generated events via HTTP POST to a specific endpoint.

To properly function, the parameters that should be configured are the following:

  • Url is the target endpoint where to send data. The Url must be specified for the correct functioning of the plugin.
  • Upload retries on failure, in case of failures when uploading data, it is the number of upload attempts that will be made by the system.
  • Use basic authentication flag allows to decide whether using no authentication or a basic one. In case Basic authentication is chosen the user has to specify the Username and Password to use in HTTP request.
  • Custom additional header that will be added to the post requests.
  • Mode to choose between:
    • Post all events to post all the events generated by the system;
    • Post selected events to post only the selected events, among the possible generated by the system;
    • Skip selected events to not to post selected events.

HTTP Event publisher Settings