SawmillTransformJSON 2.3.0.4.10.0.0-147

Bundle
com.cloudera | nifi-cdf-sawmill-nar
Description
Applies a Sawmill transformation to the FlowFile JSON payload. A new FlowFile is created with transformed content and is routed to the 'success' relationship. If the transform fails, the original FlowFile is routed to the 'failure' relationship. Note that the input is expected to be a top-level JSON object not an array. If the input is an array use SawmillTransformRecord instead, and the transformation will be applied to each object. It is not currently possible to apply a Sawmill transformation to an entire top-level array.
Tags
grok, json, sawmill, tag, transform
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
System Resource Considerations
Resource Description
MEMORY An instance of this component can cause high usage of this system resource. Multiple instances or high concurrency settings may result a degradation of performance.
Relationships
Name Description
success The FlowFile with transformed content will be routed to this relationship
failure If a FlowFile fails processing for any reason (for example, the FlowFile is not valid JSON), it will be routed to this relationship
Writes Attributes
Name Description
mime.type Always set to application/json