[Survey] The 2025 Observability Survey - Share your opinion and earn $10.Take the survey

How to configure webhooks in NetFlow Analyzer

Step 1

Navigate to Settings > NetFlow >Notification Template > Add in NetFlow Analyzer

Click Invoke a Webhook.

Webhook Netflow Analyzer 

  • Choose the Hook URL method type (for example: GET) from the drop-down. When you choose a method type other than GET/HEAD/DELETE such as POST, PUT, PATCH , you will need to specify certain other parameters.
  • Enter the Hook URL of the application.

Webhook Netflow Analyzer 

Step 2: Applicable only if the Hook URL method type is POST/PUT/PATCH

  • Data Type: Choose a type from the three given categories: form-data, form url-encoded, or raw.
  • For form-data or form url-encoded, add the custom HTTP parameters as per your request if any. Enter the appropriate values and click the Add icon.
  • For the data type raw, mention the Payload Type.
  • Provide the payload content in the format of selected payload type in the Body Content.
  • Specify the Content-Type.

Step 3:

  • Specify the User Agent if needed.
  • Enter the value for Time Out (in seconds).
  • Note: A browser's user agent (UA) string helps identify the browser in use, its version, and the operating system on which it is used.

Step 4:

Finally, click Save.

In general, the mandatory fields that should be mentioned while configuring Webhooks are:

  • The method type of Hook URL.
  • The Hook URL of the application.
  • The Time-out duration.
  • The Content-Type( if POST/PUT/PATCH method type is chosen)
  • The Payload Type and Body Content (if the raw data type is chosen).

Now, Webhooks is configured with NetFlow Analyzer.

Back to Top