Class Max

  • All Implemented Interfaces:
    DetectionAgentInterface

    public class Max
    extends Object
    implements DetectionAgentInterface
    This operator keeps the highest score of evidences reports produced during a time window. It takes only one parameter:
    • time_window in seconds (default 3600 - 1h)
    Example configuration (2h.max.detection.yml):
     ---
     class_name:     be.cylab.mark.detection.Max
     label:          detection.2h.max
     trigger_label:  detection.2h.count
     parameters: {
       time_window : 7200
     }
     
    Author:
    Thibault Debatty