Skip to content

Pipeline: outputs: cloudwatch: fix auto_create_group value #1966

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

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
10 changes: 5 additions & 5 deletions pipeline/outputs/cloudwatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pipeline:
region: us-east-1
log_group_name: fluent-bit-cloudwatch
log_stream_prefix: from-fluent-bit-
auto_create_group: on
auto_create_group: true
```

{% endtab %}
Expand All @@ -78,7 +78,7 @@ pipeline:
region us-east-1
log_group_name fluent-bit-cloudwatch
log_stream_prefix from-fluent-bit-
auto_create_group On
auto_create_group true
```

{% endtab %}
Expand All @@ -100,7 +100,7 @@ pipeline:
region: us-east-1
log_group_name: fluent-bit-cloudwatch
log_stream_prefix: from-fluent-bit-
auto_create_group: on
auto_create_group: true
endpoint: localhost
port: 4566
```
Expand Down Expand Up @@ -187,7 +187,7 @@ pipeline:
region: us-east-1
log_group_name: fallback-group
log_stream_prefix: fallback-stream
auto_create_group: on
auto_create_group: true
log_group_template: application-logs-$kubernetes['host'].$kubernetes['namespace_name']
log_stream_template: $kubernetes['pod_name'].$kubernetes['container_name']
```
Expand All @@ -202,7 +202,7 @@ pipeline:
region us-east-1
log_group_name fallback-group
log_stream_prefix fallback-stream
auto_create_group On
auto_create_group true
log_group_template application-logs-$kubernetes['host'].$kubernetes['namespace_name']
log_stream_template $kubernetes['pod_name'].$kubernetes['container_name']
```
Expand Down