We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d2479 commit b74486bCopy full SHA for b74486b
source/_components/splunk.markdown
@@ -22,12 +22,12 @@ splunk:
22
host: SPLUNK_HOST_IP_ADDRESS_OR_HOST_NAME
23
port: 8088
24
token: B4415DFF-683C-5C6C-3994-4F6D4A5DB03A
25
- SSL: True
+ ssl: True
26
```
27
28
Configuration variables:
29
30
- **host** (*Optional*): IP address or host name of your Splunk host, eg. http://192.168.1.10. Will default to `localhost` if not supplied.
31
- **port** (*Optional*): Port to use. Defaults to 8088.
32
- **token** (*Required*): The HTTP Event Collector Token already created in your Splunk instance.
33
-- **SSL** (*Optional*): Use https instead of http to connect. Defaults to False.
+- **ssl** (*Optional*): Use https instead of http to connect. Defaults to False.
0 commit comments