We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee65f10 commit 73bd43cCopy full SHA for 73bd43c
manager/manifests/fluentd.yaml
@@ -105,7 +105,7 @@ data:
105
</filter>
106
<match **>
107
@type cloudwatch_logs
108
- region "#{ENV['CORTEX_REGION']}"
+ region "#{ENV['AWS_REGION']}"
109
log_group_name "#{ENV['LOG_GROUP_NAME']}"
110
log_stream_name_key stream_name
111
remove_log_stream_name_key true
@@ -147,7 +147,7 @@ data:
147
148
149
@id out_cloudwatch_logs_endpoints
150
151
152
153
0 commit comments