PostProcessor operators apply labels on anomalies returned by AnomalyDetector operators. Labels can be filters, priorities or any metadata that can help when investigating an anomaly. Filtered anomalies are not notified, and by default they are hidden in the anomalies list and charts.
PostProcessor can use side inputs and be chained.
There are many types of post-processors detectors. The type is given in the node parameters.
Inputs
Anomalies inputs are passed with thesourcePlanNode name only:
Shared parameters
Post-processors share a set of parameters. Type specific parameters are described in the sub-sections.| name | description | default value |
|---|---|---|
type | The type of post-processor. | |
component.ignore | If true, anomalies that match the rule will be filtered. The default behaviour depends on the post-processor. |

