Description of HTTP dispatcher configuration options
Configuration option = Default value Description
[dispatcher_http]
= False (BoolOpt) The flag that indicates if only cadf message should be posted. If false, all meters will be posted.
= None (StrOpt) 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.
= (StrOpt) 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
= 5 (IntOpt) The max time in seconds to wait for a request to timeout.