Connector configuration

    Webhook connectors have the following configuration properties:

    Name

    The name of the connector. The name is used to identify a connector in the management UI connector listing, or in the connector list when configuring an action.

    URL

    The request URL. If you are using the setting, make sure the hostname is whitelisted.

    Method

    HTTP request method, either post(default) or put.

    Headers

    User

    An optional username. If set, HTTP basic authentication is used. Currently only basic authentication is supported.

    Password

    An optional password. If set, HTTP basic authentication is used. Currently only basic authentication is supported.

    Preconfigured action type

    defines the action type specific to the configuration and contains the following properties:

    secrets defines sensitive information for the action type:

    user

    A string that corresponds to User.

    A string that corresponds to Password. Should be stored in the Kibana keystore.

    Action configuration

    Webhook actions have the following properties:

    A json payload sent to the request URL.