Skip to content

Commit e44a61a

Browse files
authored
Merge pull request #72 from superfly/cloudwatch-encoding
fixing codec.
2 parents 049b16b + 210acd7 commit e44a61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector-configs/sinks/aws_cloudwatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
stream_name = "{{ fly.app.name }}/{{ host }}"
1010

1111
[sinks.aws_cloudwatch.encoding]
12-
encoding.codec = "${CLOUDWATCH_ENCODING_CODEC:-json}"
12+
codec = "${CLOUDWATCH_ENCODING_CODEC:-json}"

0 commit comments

Comments
 (0)