Updated Splunk component to include verify_ssl option (#7770)

* Updated Splunk component to include verify_ssl option

* fixed type in Splunk component
This commit is contained in:
FieldofClay 2018-12-27 20:48:31 +08:00 committed by Fabian Affolter
parent 8282dbd586
commit a7a19d6996

View File

@ -42,6 +42,11 @@ ssl:
required: false
default: false
type: boolean
verify_ssl:
description: Allows you do disable checking of the SSL certificate.
required: false
default: false
type: boolean
name:
description: This parameter allows you to specify a friendly name to send to Splunk as the host, instead of using the name of the HEC.
required: false