LogAnomalyClass

Information about an anomalous log event found within a log group.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The explanation for why the log event is considered an anomaly.

Link copied to clipboard

The token where the anomaly was detected. This may refer to an exception or another location, or it may be blank for log anomalies such as format anomalies.

Link copied to clipboard

The type of log anomaly that has been detected.

Link copied to clipboard

The ID of the log event.

Link copied to clipboard

The time of the first occurrence of the anomalous log event.

Link copied to clipboard

The name of the Amazon CloudWatch log stream that the anomalous log event belongs to. A log stream is a sequence of log events that share the same source.

Link copied to clipboard

The number of log lines where this anomalous log event occurs.

Functions

Link copied to clipboard
inline fun copy(block: LogAnomalyClass.Builder.() -> Unit = {}): LogAnomalyClass
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String