/AWS1/CL_CWLGETLOGANOMALYDET01¶
GetLogAnomalyDetectorResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_detectorname TYPE /AWS1/CWLDETECTORNAME /AWS1/CWLDETECTORNAME¶
The name of the log anomaly detector
it_loggrouparnlist TYPE /AWS1/CL_CWLLOGGROUPARNLIST_W=>TT_LOGGROUPARNLIST TT_LOGGROUPARNLIST¶
An array of structures, where each structure contains the ARN of a log group associated with this anomaly detector.
iv_evaluationfrequency TYPE /AWS1/CWLEVALUATIONFREQUENCY /AWS1/CWLEVALUATIONFREQUENCY¶
Specifies how often the anomaly detector runs and look for anomalies. Set this value according to the frequency that the log group receives new logs. For example, if the log group receives new log events every 10 minutes, then setting
evaluationFrequencytoFIFTEEN_MINmight be appropriate.
iv_filterpattern TYPE /AWS1/CWLFILTERPATTERN /AWS1/CWLFILTERPATTERN¶
filterPattern
iv_anomalydetectorstatus TYPE /AWS1/CWLANOMALYDETECTORSTATUS /AWS1/CWLANOMALYDETECTORSTATUS¶
Specifies whether the anomaly detector is currently active. To change its status, use the
enabledparameter in the UpdateLogAnomalyDetector operation.
iv_kmskeyid TYPE /AWS1/CWLKMSKEYID /AWS1/CWLKMSKEYID¶
The ARN of the KMS key assigned to this anomaly detector, if any.
iv_creationtimestamp TYPE /AWS1/CWLEPOCHMILLIS /AWS1/CWLEPOCHMILLIS¶
The date and time when this anomaly detector was created.
iv_lastmodifiedtimestamp TYPE /AWS1/CWLEPOCHMILLIS /AWS1/CWLEPOCHMILLIS¶
The date and time when this anomaly detector was most recently modified.
iv_anomalyvisibilitytime TYPE /AWS1/CWLANOMALYVISIBILITYTIME /AWS1/CWLANOMALYVISIBILITYTIME¶
The number of days used as the life cycle of anomalies. After this time, anomalies are automatically baselined and the anomaly detector model will treat new occurrences of similar event as normal.
Queryable Attributes¶
detectorName¶
The name of the log anomaly detector
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETECTORNAME() |
Getter for DETECTORNAME, with configurable default |
ASK_DETECTORNAME() |
Getter for DETECTORNAME w/ exceptions if field has no value |
HAS_DETECTORNAME() |
Determine if DETECTORNAME has a value |
logGroupArnList¶
An array of structures, where each structure contains the ARN of a log group associated with this anomaly detector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGROUPARNLIST() |
Getter for LOGGROUPARNLIST, with configurable default |
ASK_LOGGROUPARNLIST() |
Getter for LOGGROUPARNLIST w/ exceptions if field has no val |
HAS_LOGGROUPARNLIST() |
Determine if LOGGROUPARNLIST has a value |
evaluationFrequency¶
Specifies how often the anomaly detector runs and look for anomalies. Set this value according to the frequency that the log group receives new logs. For example, if the log group receives new log events every 10 minutes, then setting
evaluationFrequencytoFIFTEEN_MINmight be appropriate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATIONFREQUENCY() |
Getter for EVALUATIONFREQUENCY, with configurable default |
ASK_EVALUATIONFREQUENCY() |
Getter for EVALUATIONFREQUENCY w/ exceptions if field has no |
HAS_EVALUATIONFREQUENCY() |
Determine if EVALUATIONFREQUENCY has a value |
filterPattern¶
filterPattern
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILTERPATTERN() |
Getter for FILTERPATTERN, with configurable default |
ASK_FILTERPATTERN() |
Getter for FILTERPATTERN w/ exceptions if field has no value |
HAS_FILTERPATTERN() |
Determine if FILTERPATTERN has a value |
anomalyDetectorStatus¶
Specifies whether the anomaly detector is currently active. To change its status, use the
enabledparameter in the UpdateLogAnomalyDetector operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANOMALYDETECTORSTATUS() |
Getter for ANOMALYDETECTORSTATUS, with configurable default |
ASK_ANOMALYDETECTORSTATUS() |
Getter for ANOMALYDETECTORSTATUS w/ exceptions if field has |
HAS_ANOMALYDETECTORSTATUS() |
Determine if ANOMALYDETECTORSTATUS has a value |
kmsKeyId¶
The ARN of the KMS key assigned to this anomaly detector, if any.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEYID() |
Getter for KMSKEYID, with configurable default |
ASK_KMSKEYID() |
Getter for KMSKEYID w/ exceptions if field has no value |
HAS_KMSKEYID() |
Determine if KMSKEYID has a value |
creationTimeStamp¶
The date and time when this anomaly detector was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIMESTAMP() |
Getter for CREATIONTIMESTAMP |
lastModifiedTimeStamp¶
The date and time when this anomaly detector was most recently modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIMESTAMP() |
Getter for LASTMODIFIEDTIMESTAMP |
anomalyVisibilityTime¶
The number of days used as the life cycle of anomalies. After this time, anomalies are automatically baselined and the anomaly detector model will treat new occurrences of similar event as normal.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANOMALYVISIBILITYTIME() |
Getter for ANOMALYVISIBILITYTIME, with configurable default |
ASK_ANOMALYVISIBILITYTIME() |
Getter for ANOMALYVISIBILITYTIME w/ exceptions if field has |
HAS_ANOMALYVISIBILITYTIME() |
Determine if ANOMALYVISIBILITYTIME has a value |