Documentation ¶
Overview ¶
Code generated by "bitfanDoc "; DO NOT EDIT
Listen and read a http request to build events with it.
Processor respond with a HTTP code as :
* `202` when request has been accepted, in body : the total number of event created * `500` when an error occurs, in body : an error description
Use codecs to process body content as json / csv / lines / json lines / ....
URL is available as http://webhookhost/pluginLabel/URI
* webhookhost is defined by bitfan at startup * pluginLabel is defined in pipeline configuration, it's the named processor if you put one, or `input_httpserver` by default * URI is defined in plugin configuration (see below)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() processors.Processor
Types ¶
This section is empty.