Skip to content

Commit b74486b

Browse files
authored
Update splunk.markdown
1 parent f3d2479 commit b74486b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/splunk.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ splunk:
2222
host: SPLUNK_HOST_IP_ADDRESS_OR_HOST_NAME
2323
port: 8088
2424
token: B4415DFF-683C-5C6C-3994-4F6D4A5DB03A
25-
SSL: True
25+
ssl: True
2626
```
2727
2828
Configuration variables:
2929
3030
- **host** (*Optional*): IP address or host name of your Splunk host, eg. http://192.168.1.10. Will default to `localhost` if not supplied.
3131
- **port** (*Optional*): Port to use. Defaults to 8088.
3232
- **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.
33+
- **ssl** (*Optional*): Use https instead of http to connect. Defaults to False.

0 commit comments

Comments
 (0)