Skip to content

EndsWith Plugin

This plugin checks if data field ends with defined prefix.

JSON Configuration

Example input:

{
  "field": "payload@field",
  "prefix": "string"
}

Output:

Plugin outputs the payload on ports TRUE if field contains prefix or FALSE if otherwise.