LogAttribute 2.3.0¶
BUNDLE¶
org.apache.nifi | nifi-standard-nar
DESCRIPTION¶
Emits attributes of the FlowFile at the specified log level
INPUT REQUIREMENT¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
Attributes to Ignore |
A comma-separated list of Attributes to ignore. If not specified, no attributes will be ignored unless |
Attributes to Log |
A comma-separated list of Attributes to Log. If not specified, all attributes will be logged unless |
Log FlowFile Properties |
Specifies whether or not to log FlowFile “properties”, such as Entry Date, Lineage Start Date, and content size |
Log Level |
The Log Level to use when logging the Attributes |
Log Payload |
If true, the FlowFile’s payload will be logged, in addition to its attributes; otherwise, just the Attributes will be logged. |
Log prefix |
Log prefix appended to the log lines. It helps to distinguish the output of multiple LogAttribute processors. |
Output Format |
Specifies the format to use for logging FlowFile attributes |
attributes-to-ignore-regex |
A regular expression indicating the Attributes to Ignore. If not specified, no attributes will be ignored unless |
attributes-to-log-regex |
A regular expression indicating the Attributes to Log. If not specified, all attributes will be logged unless |
character-set |
The name of the CharacterSet to use |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
success |
All FlowFiles are routed to this relationship |