ConsumeBoxEnterpriseEvents 2.3.0¶
BUNDLE¶
org.apache.nifi | nifi-box-nar
DESCRIPTION¶
Consumes Enterprise Events from Box admin_logs_streaming Stream Type.The content of the events is sent to the ‘success’ relationship as a JSON array.The last known position of the Box stream is stored in the processor state and is used toresume the stream from the last known position when the processor is restarted.
INPUT REQUIREMENT¶
FORBIDDEN
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
Event Types |
A comma separated list of Enterprise Events to consume. If not set, all Events are consumed.See Additional Details for more information. |
Start Event Position |
What position to consume the Events from. |
Start Offset |
The offset to start consuming the Events from. |
box-client-service |
Controller Service used to obtain a Box API connection. |
STATE MANAGEMENT¶
SCOPES |
DESCRIPTION |
---|---|
CLUSTER |
The last known position of the Box Event stream is stored in the processor state and is used to resume the stream from the last known position when the processor is restarted. |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
success |
Events received successfully will be sent out this relationship. |