EventValve
Create custom events in execution flow of a PIPE
Properties
Example Configuration
{
"name":"EventValve",
"config":{
"event_key":"<event:key>"
}
}
Create custom events in execution flow of a PIPE
Name | Description | Default value | Mandatory | Supports property expansion |
severity | Sverity marker in log file. INFO, WARN, FATAL, ERROR is supported | INFO | No | No |
eve_key | Event key to use, see events list. | yes | No | |
parameters | Additional paramaters. Syntax used is JSONArray with JSON object contning key and values: "parameters":[{"paramter":"value"}] | No | Yes - "value" supports expansion |