From 08f0fe41613557b91c482f052dc12493536e629e Mon Sep 17 00:00:00 2001 From: boojew Date: Wed, 14 Jun 2017 01:43:32 -0400 Subject: [PATCH] Update splunk.markdown (#2808) Adding the http:// directive forces the python module to try port 80 instead of the specified port --- source/_components/splunk.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/splunk.markdown b/source/_components/splunk.markdown index 8d0d4b6cf81..a472ec8c7c9 100644 --- a/source/_components/splunk.markdown +++ b/source/_components/splunk.markdown @@ -25,6 +25,6 @@ splunk: Configuration variables: - **token** (*Required*): The HTTP Event Collector Token already created in your Splunk instance. -- **host** (*Optional*): IP address or host name of your Splunk host, eg. http://192.168.1.10. Will default to `localhost` if not supplied. +- **host** (*Optional*): IP address or host name of your Splunk host, eg. 192.168.1.10. Will default to `localhost` if not supplied. - **port** (*Optional*): Port to use. Defaults to 8088. - **ssl** (*Optional*): Use https instead of http to connect. Defaults to False.