Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _source/logzio_collections/_log-sources/cloudwatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down