From b74486be7466b58e0c320d55ec7f916f93a9039e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 24 Sep 2016 10:14:34 -0700 Subject: [PATCH] Update splunk.markdown --- source/_components/splunk.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.