pluginLabel is defined in pipeline configuration, it's the named processor if you put one, or httpout by default
URI is defined in plugin configuration (see below)
Synopsys
SETTING
TYPE
REQUIRED
DEFAULT VALUE
Codec
codec
false
"json"
Uri
string
false
"out"
Headers
hash
false
{}
Details
Codec
Value type is codec
Default value is "json"
The codec used for input data. Input codecs are a convenient method for decoding
your data before it enters the input, without needing a separate filter in your bitfan pipeline
* webhookhost is defined by bitfan at startup
* pluginLabel is defined in pipeline configuration, it's the named processor if you put one, or `httpout` by default
* URI is defined in plugin configuration (see below)