You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
824 B

# This is an example webhooks.conf. Use this file to configure
# webhook episode action.
#
# To use one or more of these configurations, copy the configuration block
# into webhooks.conf in $SPLUNK_HOME/etc/apps/SA-ITOA/local.
# You must restart Splunk to enable configurations.
# Or simply use UI to create/update/delete the webhooks.
#
# To learn more about configuration files please see
# the documentation located at
# <Link of documentation>
#
# This example is for webhook.
[<webhook name>]
uri = <string> Webhook URL, for example, https://myaccount.com.
username = <string> Webhook account username.
description = <string> Webhook description.
auth_type = <string> Type of authentication used. {No Auth|Bearer Token|Basic Auth}
should_ssl_verified = <bool> Whether to disable SSL certificate validation or not.