aws.devops_guru.list_anomalous_log_groups
Example SQL Queries
SELECT * FROMaws.devops_guru.list_anomalous_log_groupsWHERE"insight_id" = 'VALUE';Description
Returns the list of log groups that contain log anomalies.
Table Definition
| Column Name | Column Data Type |
|---|---|
| insight_id Required Input Column The ID of the insight containing the log groups. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| anomalous_log_groups The list of Amazon CloudWatch log groups that are related to an insight. | STRUCT( |
Show child fields
| |