Supports Expression Language: true (will be evaluated using variable registry only)Input Port Name | Input Port Name | | | The name of the Input Port to deliver data to. Supports Expression Language: true (will be evaluated using variable registry only) |
SSL Context Service | SSL Context Service | | Controller Service API: RestrictedSSLContextService Implementation: StandardRestrictedSSLContextService | The SSL Context Service to use when communicating with the destination. If not specified, communications will not be secure. |
Instance URL | Instance URL | http://${hostname(true)}:8080/nifi | | The URL of this instance to use in the Content URI of each event. Supports Expression Language: true (will be evaluated using variable registry only) |
Compress Events | Compress Events | true | | Indicates whether or not to compress the data being sent. |
Communications Timeout | Communications Timeout | 30 secs | | Specifies how long to wait to a response from the destination before deciding that an error has occurred and canceling the transaction |
Batch Size | Batch Size | 1000 | | Specifies how many records to send in a single batch, at most. |
Transport Protocol | s2s-transport-protocol | RAW | | Specifies which transport protocol to use for Site-to-Site communication. |
HTTP Proxy hostname | s2s-http-proxy-hostname | | | Specify the proxy server's hostname to use. If not specified, HTTP traffics are sent directly to the target NiFi instance. |
HTTP Proxy port | s2s-http-proxy-port | | | Specify the proxy server's port number, optional. If not specified, default port 80 will be used. |
HTTP Proxy username | s2s-http-proxy-username | | | Specify an user name to connect to the proxy server, optional. |
HTTP Proxy password | s2s-http-proxy-password | | | Specify an user password to connect to the proxy server, optional. Sensitive Property: true |
Record Writer | record-writer | | Controller Service API: RecordSetWriterFactory Implementations: JsonRecordSetWriter RecordSetWriterLookup AvroRecordSetWriter XMLRecordSetWriter FreeFormTextRecordSetWriter CSVRecordSetWriter ParquetRecordSetWriter ScriptedRecordSetWriter | Specifies the Controller Service to use for writing out the records. |
Include Null Values | include-null-values | false | | Indicate if null values should be included in records. Default will be false |
Platform | Platform | nifi | | The value to use for the platform field in each event. Supports Expression Language: true (will be evaluated using variable registry only) |
Event Type to Include | s2s-prov-task-event-filter | | | Comma-separated list of event types that will be used to filter the provenance events sent by the reporting task. Available event types are [CREATE, RECEIVE, FETCH, SEND, REMOTE_INVOCATION, DOWNLOAD, DROP, EXPIRE, FORK, JOIN, CLONE, CONTENT_MODIFIED, ATTRIBUTES_MODIFIED, ROUTE, ADDINFO, REPLAY, UNKNOWN]. If no filter is set, all the events are sent. If multiple filters are set, the filters are cumulative. Supports Expression Language: true (will be evaluated using variable registry only) |
Event Type to Exclude | s2s-prov-task-event-filter-exclude | | | Comma-separated list of event types that will be used to exclude the provenance events sent by the reporting task. Available event types are [CREATE, RECEIVE, FETCH, SEND, REMOTE_INVOCATION, DOWNLOAD, DROP, EXPIRE, FORK, JOIN, CLONE, CONTENT_MODIFIED, ATTRIBUTES_MODIFIED, ROUTE, ADDINFO, REPLAY, UNKNOWN]. If no filter is set, all the events are sent. If multiple filters are set, the filters are cumulative. If an event type is included in Event Type to Include and excluded here, then the exclusion takes precedence and the event will not be sent. Supports Expression Language: true (will be evaluated using variable registry only) |
Component Type to Include | s2s-prov-task-type-filter | | | Regular expression to filter the provenance events based on the component type. Only the events matching the regular expression will be sent. If no filter is set, all the events are sent. If multiple filters are set, the filters are cumulative. Supports Expression Language: true (will be evaluated using variable registry only) |
Component Type to Exclude | s2s-prov-task-type-filter-exclude | | | Regular expression to exclude the provenance events based on the component type. The events matching the regular expression will not be sent. If no filter is set, all the events are sent. If multiple filters are set, the filters are cumulative. If a component type is included in Component Type to Include and excluded here, then the exclusion takes precedence and the event will not be sent. Supports Expression Language: true (will be evaluated using variable registry only) |
Component ID to Include | s2s-prov-task-id-filter | | | Comma-separated list of component UUID that will be used to filter the provenance events sent by the reporting task. If no filter is set, all the events are sent. If multiple filters are set, the filters are cumulative. Supports Expression Language: true (will be evaluated using variable registry only) |
Component ID to Exclude | s2s-prov-task-id-filter-exclude | | | Comma-separated list of component UUID that will be used to exclude the provenance events sent by the reporting task. If no filter is set, all the events are sent. If multiple filters are set, the filters are cumulative. If a component UUID is included in Component ID to Include and excluded here, then the exclusion takes precedence and the event will not be sent. Supports Expression Language: true (will be evaluated using variable registry only) |
Component Name to Include | s2s-prov-task-name-filter | | | Regular expression to filter the provenance events based on the component name. Only the events matching the regular expression will be sent. If no filter is set, all the events are sent. If multiple filters are set, the filters are cumulative. Supports Expression Language: true (will be evaluated using variable registry only) |
Component Name to Exclude | s2s-prov-task-name-filter-exclude | | | Regular expression to exclude the provenance events based on the component name. The events matching the regular expression will not be sent. If no filter is set, all the events are sent. If multiple filters are set, the filters are cumulative. If a component name is included in Component Name to Include and excluded here, then the exclusion takes precedence and the event will not be sent. Supports Expression Language: true (will be evaluated using variable registry only) |
Start Position | start-position | Beginning of Stream | - Beginning of Stream
- End of Stream
| If the Reporting Task has never been run, or if its state has been reset by a user, specifies where in the stream of Provenance Events the Reporting Task should start |
State management:
Scope | Description |
---|
LOCAL | Stores the Reporting Task's last event Id so that on restart the task knows where it left off. |
Restricted:
Required Permission | Explanation |
---|
export nifi details | Provides operator the ability to send sensitive details contained in Provenance events to any external system. |
System Resource Considerations:
None specified.