Skip to content

Commit 73bd43c

Browse files
vishalbolludeliahu
authored andcommitted
Configure region cloudwatch YAML (#262)
1 parent ee65f10 commit 73bd43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manager/manifests/fluentd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ data:
105105
</filter>
106106
<match **>
107107
@type cloudwatch_logs
108-
region "#{ENV['CORTEX_REGION']}"
108+
region "#{ENV['AWS_REGION']}"
109109
log_group_name "#{ENV['LOG_GROUP_NAME']}"
110110
log_stream_name_key stream_name
111111
remove_log_stream_name_key true
@@ -147,7 +147,7 @@ data:
147147
<match **>
148148
@type cloudwatch_logs
149149
@id out_cloudwatch_logs_endpoints
150-
region "#{ENV['CORTEX_REGION']}"
150+
region "#{ENV['AWS_REGION']}"
151151
log_group_name "#{ENV['LOG_GROUP_NAME']}"
152152
log_stream_name_key stream_name
153153
remove_log_stream_name_key true

0 commit comments

Comments
 (0)