Skip to content

/AWS1/CL_DOGANOMALOUSLOGGROUP

An Amazon CloudWatch log group that contains log anomalies and is used to generate an insight.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_loggroupname TYPE /AWS1/DOGLOGGROUPNAME /AWS1/DOGLOGGROUPNAME

The name of the CloudWatch log group.

iv_impactstarttime TYPE /AWS1/DOGTIMESTAMP /AWS1/DOGTIMESTAMP

The time the anomalous log events began. The impact start time indicates the time of the first log anomaly event that occurs.

iv_impactendtime TYPE /AWS1/DOGTIMESTAMP /AWS1/DOGTIMESTAMP

The time the anomalous log events stopped.

iv_numberofloglinesscanned TYPE /AWS1/DOGNUMOFLOGLINESSCANNED /AWS1/DOGNUMOFLOGLINESSCANNED

The number of log lines that were scanned for anomalous log events.

it_loganomalyshowcases TYPE /AWS1/CL_DOGLOGANOMALYSHOWCASE=>TT_LOGANOMALYSHOWCASES TT_LOGANOMALYSHOWCASES

The log anomalies in the log group. Each log anomaly displayed represents a cluster of similar anomalous log events.


Queryable Attributes

LogGroupName

The name of the CloudWatch log group.

Accessible with the following methods

Method Description
GET_LOGGROUPNAME() Getter for LOGGROUPNAME, with configurable default
ASK_LOGGROUPNAME() Getter for LOGGROUPNAME w/ exceptions if field has no value
HAS_LOGGROUPNAME() Determine if LOGGROUPNAME has a value

ImpactStartTime

The time the anomalous log events began. The impact start time indicates the time of the first log anomaly event that occurs.

Accessible with the following methods

Method Description
GET_IMPACTSTARTTIME() Getter for IMPACTSTARTTIME, with configurable default
ASK_IMPACTSTARTTIME() Getter for IMPACTSTARTTIME w/ exceptions if field has no val
HAS_IMPACTSTARTTIME() Determine if IMPACTSTARTTIME has a value

ImpactEndTime

The time the anomalous log events stopped.

Accessible with the following methods

Method Description
GET_IMPACTENDTIME() Getter for IMPACTENDTIME, with configurable default
ASK_IMPACTENDTIME() Getter for IMPACTENDTIME w/ exceptions if field has no value
HAS_IMPACTENDTIME() Determine if IMPACTENDTIME has a value

NumberOfLogLinesScanned

The number of log lines that were scanned for anomalous log events.

Accessible with the following methods

Method Description
GET_NUMBEROFLOGLINESSCANNED() Getter for NUMBEROFLOGLINESSCANNED

LogAnomalyShowcases

The log anomalies in the log group. Each log anomaly displayed represents a cluster of similar anomalous log events.

Accessible with the following methods

Method Description
GET_LOGANOMALYSHOWCASES() Getter for LOGANOMALYSHOWCASES, with configurable default
ASK_LOGANOMALYSHOWCASES() Getter for LOGANOMALYSHOWCASES w/ exceptions if field has no
HAS_LOGANOMALYSHOWCASES() Determine if LOGANOMALYSHOWCASES has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_ANOMALOUSLOGGROUPS

TYPES TT_ANOMALOUSLOGGROUPS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DOGANOMALOUSLOGGROUP WITH DEFAULT KEY
.