Update splunk.markdown

This commit is contained in:
Paulus Schoutsen 2016-09-24 10:14:34 -07:00 committed by GitHub
parent f3d247987e
commit b74486be74

View File

@ -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.