Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cloudwatch.md #2359

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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