ItemRemoveValve
Valve to remove items from the current item set.
Uses common valve configuration property ‘item_include_expr’ to decide which items that should be removed.
Example Configuration
{
"name": "ItemRemoveValve",
"enabled": "true",
"config": {
"item_include_expr": "item.remove === 'true'",
}
}