Update splunk.markdown (#2808)
Adding the http:// directive forces the python module to try port 80 instead of the specified port
This commit is contained in:
parent
233e62921f
commit
08f0fe4161
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue