New filters
property for targets configuration
- filter results send to a configured target by exclude and include rules for namesapces, priorities and policies
- supports wildcards for policies and namespaces
New channels
property for targets configuration
- channels allow you to define multiple configurations of the same type of target. Thus, in combination with filters, you can route your notifications to different target configurations. Channels have the same configuration properties as the root target configuration.
See the Documentation for more details and examples.
New webhook target
- this target is a simple way to send notifications to custom tools and APIs
- results are send as POST requests with a JSON representation of the result
- the headers properties allows you to send custom header with the request to allow for example authentication