Skip to content

Commit 1d66ef8

Browse files
committed
Change to Amazon CloudWatch
1 parent 3837433 commit 1d66ef8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/docs/getting-started/adot-eks-add-on/config-container-logs.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Pipelines can be enabled by setting their `enabled` field to `true`.
5454
### Logs
5555

5656
- #### cloudwatchLogs
57-
Logs collected by a filelog receiver are sent to AWS Cloudwatch Logs.
57+
Logs collected by a filelog receiver are sent to Amazon CloudWatch Logs.
5858

5959
### Container Logs Advanced Configuration pipeline
6060
```yaml
@@ -75,10 +75,10 @@ The following exporters can be configured for the Container Logs preconfigured c
7575
### awscloudwatchlogs
7676

7777
- #### log_group_name
78-
The name for the AWS Cloudwatch log group. Must follow pattern: `[\\.\\-_/#A-Za-z0-9]+`
78+
The name for the Amazon CloudWatch log group. Must follow pattern: `[\\.\\-_/#A-Za-z0-9]+`
7979

8080
- #### log_stream_name
81-
The name for the AWS Cloudwatch log stream. Must follow pattern: `[^:*]*`
81+
The name for the Amazon CloudWatch log stream. Must follow pattern: `[^:*]*`
8282

8383
### Container Logs Advanced Configuration exporters
8484
```yaml

0 commit comments

Comments
 (0)