Creates alerts as bulletins based on a provided action (usually created by a rules engine). Action objects executed with this Handler should contain "category", "message", and "logLevel" attributes.
rules, rules engine, action, action handler, logging, alerts, bulletins
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, and whether a property supports the NiFi Expression Language.
Display Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
Default Alert Log Level | alert-default-log-level | info |
| The default Log Level that will be used to log an alert message if a log level was not provided in the received action's attributes. |
Default Category | alert-default-category | Rules Triggered Alert | The default category to use when logging alert message if a category was not provided in the received action's attributes. | |
Default Message | alert-default-message | An alert was triggered by a rules-based action. | The default message to include in alert if an alert message was not provided in the received action's attributes | |
Include Fact Data | alert-include-facts | true |
| If true, the alert message will include the facts which triggered this action. Default is false. |
Enforce Action Type | action-handler-enforce-type | The Action Type(s) that should be supported by this handler. If provided any other type an exception will be thrown. This can support a comma delimited list of types (e.g. ALERT,LOG) Supports Expression Language: true (will be evaluated using variable registry only) | ||
Enforce Level | action-handler-enforce-type-level | IGNORE |
| If specific action types are enforced, this setting specifies whether the action should be ignored, a warning should be logged or if an exception is thrown. Default is to ignore the received action. |