Override
This filter allows you to change a field of a Message, before sending it to the next filter. Template can be used.
Parameters
Parameter | Type | Default | Description |
---|---|---|---|
name | STRING | empty | name of the field to change (supports Golang templates) |
value | STRING | empty | new value to assign to the Message’s field specified (supports Golang templates) |
... | override(name="description", value="{{ .title }}") | ...
Output
The propagated Message will be identical to the original, with only the specified field changed.
Examples
Soon…