Starts an HTTP Server that is used to receive FlowFiles from remote sources. The default URI of the Service will be http://{hostname}:{port}/contentListener
ingest, http, https, rest, listen
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.
Name | Default Value | Allowable Values | Description |
---|---|---|---|
Base Path | contentListener | Base path for incoming connections | |
Listening Port | The Port to listen on for incoming connections | ||
Max Data to Receive per Second | The maximum amount of data to receive per second; this allows the bandwidth to be throttled to a specified data rate; if not specified, the data rate is not throttled | ||
SSL Context Service | Controller Service API: SSLContextService Implementation: StandardSSLContextService | The Controller Service to use in order to obtain an SSL Context | |
Authorized DN Pattern | .* | A Regular Expression to apply against the Distinguished Name of incoming connections. If the Pattern does not match the DN, the connection will be refused. | |
Max Unconfirmed Flowfile Time | 60 secs | The maximum amount of time to wait for a FlowFile to be confirmed before it is removed from the cache | |
HTTP Headers to receive as Attributes (Regex) | Specifies the Regular Expression that determines the names of HTTP Headers that should be passed along as FlowFile attributes |
Name | Description |
---|---|
success | Relationship for successfully received FlowFiles |