diff --git a/_source/logzio_collections/_log-sources/cloudwatch.md b/_source/logzio_collections/_log-sources/cloudwatch.md index 55041082f..a86fd0bf3 100644 --- a/_source/logzio_collections/_log-sources/cloudwatch.md +++ b/_source/logzio_collections/_log-sources/cloudwatch.md @@ -195,7 +195,7 @@ collection_interval: 10 | `log_groups.path` | The AWS Cloudwatch log group you want to tail | **Required** | | `log_groups.custom_fields` | Array of key-value pairs, for adding custom fields to the logs from the log group | - | | `aws_region` | The AWS region your log groups are in. **Note** that all log groups should be in the same region | **Required** | -| `collection_interval` | Interval **IN MINUTES** to fetch logs from Cloudwatch | Default: `5` | +| `collection_interval` | Interval **IN MINUTES** to fetch logs from Cloudwatch. Minimum value is 5, maximum is 1380. | Default: `5` | ##### Deploy the Chart @@ -297,11 +297,11 @@ In the directory you created in the previous step, create a configuration file a | Field | Description | Required/Default | |----------------------------|--------------------------------------------------------------------------------------------------|------------------| -| `aws_region` | The AWS region your log groups are in. **Note** that all log groups should be in the same region. | **Required** | +| `aws_region` | The AWS region your log groups are in. **Note** that all log groups should be in the same region.| **Required** | | `log_groups` | An array of log group configuration | **Required** | | `log_groups.path` | The AWS Cloudwatch log group you want to tail | **Required** | | `log_groups.custom_fields` | Array of key-value pairs, for adding custom fields to the logs from the log group | - | -| `collection_interval` | Interval **IN MINUTES** to fetch logs from Cloudwatch | Default: `5` | +| `collection_interval` | Interval **IN MINUTES** to fetch logs from Cloudwatch. Minimum value is 5, maximum is 1380. | Default: `5` | ###### Configuration example