d1f5de1e0d
Change-Id: I81a4cc18a76b0ed8417825e8d6c3a9178ee026e6
1.3 KiB
1.3 KiB
Configuration option = Default value | Description |
---|---|
[dispatcher_http] | |
event_target = None |
(String) The target for event data where the http request will be sent to. If this is not set, it will default to same as Sample target. |
target = |
(String) The target where the http request will be sent. If this is not set, no data will be posted. For example: target = http://hostname:1234/path |
timeout = 5 |
(Integer) The max time in seconds to wait for a request to timeout. |
verify_ssl = None |
(String) The path to a server certificate or directory if the system CAs are not used or if a self-signed certificate is used. Set to False to ignore SSL cert verification. |