diff --git a/source/_components/splunk.markdown b/source/_components/splunk.markdown index 514b908b14a..92f588561e6 100644 --- a/source/_components/splunk.markdown +++ b/source/_components/splunk.markdown @@ -22,7 +22,7 @@ splunk: host: SPLUNK_HOST_IP_ADDRESS_OR_HOST_NAME port: 8088 token: B4415DFF-683C-5C6C-3994-4F6D4A5DB03A - SSL: True + ssl: True ``` Configuration variables: @@ -30,4 +30,4 @@ Configuration variables: - **host** (*Optional*): IP address or host name of your Splunk host, eg. http://192.168.1.10. Will default to `localhost` if not supplied. - **port** (*Optional*): Port to use. Defaults to 8088. - **token** (*Required*): The HTTP Event Collector Token already created in your Splunk instance. -- **SSL** (*Optional*): Use https instead of http to connect. Defaults to False. +- **ssl** (*Optional*): Use https instead of http to connect. Defaults to False.