Anomaly
This structure represents one anomaly that has been found by a logs anomaly detector.
For more information about patterns and anomalies, see CreateLogAnomalyDetector.
Types
Properties
The ARN of the anomaly detector that identified this anomaly.
A human-readable description of the anomaly. This description is generated by CloudWatch Logs.
If this anomaly is suppressed, this field is true
if the suppression is because the pattern is suppressed. If false
, then only this particular anomaly is suppressed.
An array of ARNS of the log groups that contained log events considered to be part of this anomaly.
An array of sample log event messages that are considered to be part of this anomaly.
The pattern used to help identify this anomaly, in regular expression format.
The pattern used to help identify this anomaly, in string format.
An array of structures where each structure contains information about one token that makes up the pattern.
Indicates the current state of this anomaly. If it is still being treated as an anomaly, the value is Active
. If you have suppressed this anomaly by using the UpdateAnomaly operation, the value is Suppressed
. If this behavior is now considered to be normal, the value is Baseline
.
Indicates whether this anomaly is currently suppressed. To suppress an anomaly, use UpdateAnomaly.
If the anomaly is suppressed, this indicates when it was suppressed.
If the anomaly is suppressed, this indicates when the suppression will end. If this value is 0
, the anomaly was suppressed with no expiration, with the INFINITE
value.