reNotifyPercentageThreshold
and reNotifyAbsoluteThreshold
parameters. For more information, see
the AnomalyMerger documentation.
By default, ThirdEye only runs detection jobs on data that it hasn’t analyzed before. It does not
consider potential mutations in previously analyzed data.
For example, if ThirdEye analyzed data up until Thursday, at the next scheduled detection job, it
will analyze data from Friday.
However, there are two methods to make ThirdEye re-process data that has already been analyzed:
/api/alerts/{id}/run
endpoint. This can be done programmatically or via
the Swagger interface. The detection timeframe can be configured.mutabilityPeriod
alert configuration parameter.
At each scheduled
detection job, ThirdEye will re-process the data that falls in the mutable period.
For instance, if the mutable period is set to 3 days, and ThirdEye processed data up to Thursday, then at the
next detection job ThirdEye will run from Tuesday (Friday - 3 days).
The following day, ThirdEye will process data from Wednesday (Saturday - 3 days), and so on./api/alerts/{id}/run
endpoint to re-run the detection. ThirdEye is
up-to-date.
mutabilityPeriod=P2D
. This way, at each detection job, the detection will be re-run on the last two days of data, and ThirdEye results will stay up-to-date with the mutated data.