elastic / ml-cpp

Machine learning C++ code
Other
149 stars 62 forks source link

[ML] Force time shift with detection rule #2695

Closed valeriy42 closed 4 weeks ago

valeriy42 commented 1 month ago

This PR implements a new time of customer rule force_time_shift. Execution of the detection rule action force_time_shift will shift the time inside the anomaly detector by a specified amount. This is useful, e.g. to quickly adapt to the daylight saving time events that are known beforehand.