How to use an HTTP/HTTPS POST connector to receive data from Data Stream

While configuring streams, you need to set up a specific endpoint to stream your Azion data.

You can use the Standard HTTP/HTTPS POST option to configure a stream with a third-party platform that isn’t available as a Data Stream connector that can receive data via HTTP or HTTPS POST requests.


Configuring the endpoint in Data Stream

Section titled Configuring the endpoint in Data Stream

You can find detailed steps for the entire configuration on the How to configure Data Stream main settings guide.

Follow the next steps to configure your Azion Data Stream endpoint.

In the Destination configurations:

  1. On the Connector dropdown menu, select Standard HTTP/HTTPS POST.
  2. On URL, add the URL of the platform that’ll receive the data. Example: http://myhost.com
  3. On Custom Headers (optional), you can provide additional data the third-party platform accepts or requires, such as an access key.
    • You can pass up to 5 headers.
  4. Click the Save button.

After saving the configurations, your data will be streamed to the newly configured endpoint.

You can keep track of the calls made by Data Stream to Datadog on Real-Time Events. To do so, select Data Source > Data Stream and choose the filters options as you wish.




Contributors