@@ -184,7 +184,7 @@ containerLogs:
184
184
requests :
185
185
cpu : 50m
186
186
memory : 25Mi
187
- priorityClassName : " system-node-critical"
187
+ priorityClassName : system-node-critical
188
188
config :
189
189
service : |
190
190
[SERVICE]
@@ -204,14 +204,14 @@ containerLogs:
204
204
Regex ^(?<time>[^ ]* {1,2}[^ ]* [^ ]*) (?<host>[^ ]*) (?<ident>[a-zA-Z0-9_\/\.\-]*)(?:\[(?<pid>[0-9]+)\])?(?:[^\:]*\:)? *(?<message>.*)$
205
205
Time_Key time
206
206
Time_Format %b %d %H:%M:%S
207
-
207
+
208
208
[PARSER]
209
209
Name container_firstline
210
210
Format regex
211
211
Regex (?<log>(?<="log":")\S(?!\.).*?)(?<!\\)".*(?<stream>(?<="stream":").*?)".*(?<time>\d{4}-\d{1,2}-\d{1,2}T\d{2}:\d{2}:\d{2}\.\w*).*(?=})
212
212
Time_Key time
213
213
Time_Format %Y-%m-%dT%H:%M:%S.%LZ
214
-
214
+
215
215
[PARSER]
216
216
Name cwagent_firstline
217
217
Format regex
@@ -233,7 +233,7 @@ containerLogs:
233
233
Rotate_Wait 30
234
234
storage.type filesystem
235
235
Read_from_Head ${READ_FROM_HEAD}
236
-
236
+
237
237
[INPUT]
238
238
Name tail
239
239
Tag application.*
@@ -244,7 +244,7 @@ containerLogs:
244
244
Skip_Long_Lines On
245
245
Refresh_Interval 10
246
246
Read_from_Head ${READ_FROM_HEAD}
247
-
247
+
248
248
[INPUT]
249
249
Name tail
250
250
Tag application.*
@@ -255,14 +255,14 @@ containerLogs:
255
255
Skip_Long_Lines On
256
256
Refresh_Interval 10
257
257
Read_from_Head ${READ_FROM_HEAD}
258
-
258
+
259
259
[FILTER]
260
260
Name aws
261
261
Match application.*
262
262
az false
263
263
ec2_instance_id false
264
264
Enable_Entity true
265
-
265
+
266
266
[FILTER]
267
267
Name kubernetes
268
268
Match application.*
@@ -278,7 +278,7 @@ containerLogs:
278
278
Kubelet_Port 10250
279
279
Buffer_Size 0
280
280
Use_Pod_Association On
281
-
281
+
282
282
[OUTPUT]
283
283
Name cloudwatch_logs
284
284
Match application.*
@@ -298,7 +298,7 @@ containerLogs:
298
298
DB /var/fluent-bit/state/systemd.db
299
299
Path /var/log/journal
300
300
Read_From_Tail ${READ_FROM_TAIL}
301
-
301
+
302
302
[INPUT]
303
303
Name tail
304
304
Tag dataplane.tail.*
@@ -311,20 +311,20 @@ containerLogs:
311
311
Rotate_Wait 30
312
312
storage.type filesystem
313
313
Read_from_Head ${READ_FROM_HEAD}
314
-
314
+
315
315
[FILTER]
316
316
Name modify
317
317
Match dataplane.systemd.*
318
318
Rename _HOSTNAME hostname
319
319
Rename _SYSTEMD_UNIT systemd_unit
320
320
Rename MESSAGE message
321
321
Remove_regex ^((?!hostname|systemd_unit|message).)*$
322
-
322
+
323
323
[FILTER]
324
324
Name aws
325
325
Match dataplane.*
326
326
imds_version v2
327
-
327
+
328
328
[OUTPUT]
329
329
Name cloudwatch_logs
330
330
Match dataplane.*
@@ -1012,7 +1012,7 @@ containerLogs:
1012
1012
Daemon off
1013
1013
net.dns.resolver LEGACY
1014
1014
Parsers_File parsers.conf
1015
-
1015
+
1016
1016
@INCLUDE application-log.conf
1017
1017
@INCLUDE dataplane-log.conf
1018
1018
@INCLUDE host-log.conf
@@ -1022,14 +1022,14 @@ containerLogs:
1022
1022
Format json
1023
1023
Time_Key time
1024
1024
Time_Format %b %d %H:%M:%S
1025
-
1025
+
1026
1026
[PARSER]
1027
1027
Name container_firstline
1028
1028
Format regex
1029
1029
Regex (?<log>(?<="log":")\S(?!\.).*?)(?<!\\)".*(?<stream>(?<="stream":").*?)".*(?<time>\d{4}-\d{1,2}-\d{1,2}T\d{2}:\d{2}:\d{2}\.\w*).*(?=})
1030
1030
Time_Key time
1031
1031
Time_Format %Y-%m-%dT%H:%M:%S.%LZ
1032
-
1032
+
1033
1033
[PARSER]
1034
1034
Name dataplane_firstline
1035
1035
Format regex
@@ -1050,7 +1050,7 @@ containerLogs:
1050
1050
Rotate_Wait 30
1051
1051
Refresh_Interval 10
1052
1052
Read_from_Head ${READ_FROM_HEAD}
1053
-
1053
+
1054
1054
[INPUT]
1055
1055
Name tail
1056
1056
Tag application.*
@@ -1062,7 +1062,7 @@ containerLogs:
1062
1062
Rotate_Wait 30
1063
1063
Refresh_Interval 10
1064
1064
Read_from_Head ${READ_FROM_HEAD}
1065
-
1065
+
1066
1066
[INPUT]
1067
1067
Name tail
1068
1068
Tag application.*
@@ -1074,7 +1074,7 @@ containerLogs:
1074
1074
Rotate_Wait 30
1075
1075
Refresh_Interval 10
1076
1076
Read_from_Head ${READ_FROM_HEAD}
1077
-
1077
+
1078
1078
[OUTPUT]
1079
1079
Name cloudwatch_logs
1080
1080
Match application.*
@@ -1095,7 +1095,7 @@ containerLogs:
1095
1095
Rotate_Wait 30
1096
1096
Refresh_Interval 10
1097
1097
Read_from_Head ${READ_FROM_HEAD}
1098
-
1098
+
1099
1099
[INPUT]
1100
1100
Name tail
1101
1101
Tag dataplane.tail.C.ProgramData.Amazon.EKS.logs.vpc-bridge
@@ -1114,7 +1114,7 @@ containerLogs:
1114
1114
Channels EKS
1115
1115
DB C:\\var\\fluent-bit\\state\\flb_eks_winlog.db
1116
1116
Interval_Sec 60
1117
-
1117
+
1118
1118
[FILTER]
1119
1119
Name aws
1120
1120
Match dataplane.*
@@ -1124,7 +1124,7 @@ containerLogs:
1124
1124
Name aws
1125
1125
Match winlog.*
1126
1126
imds_version v2
1127
-
1127
+
1128
1128
[OUTPUT]
1129
1129
Name cloudwatch_logs
1130
1130
Match dataplane.*
@@ -1148,12 +1148,12 @@ containerLogs:
1148
1148
Channels System
1149
1149
DB C:\\var\\fluent-bit\\state\\flb_system_winlog.db
1150
1150
Interval_Sec 60
1151
-
1151
+
1152
1152
[FILTER]
1153
1153
Name aws
1154
1154
Match winlog.*
1155
1155
imds_version v2
1156
-
1156
+
1157
1157
[OUTPUT]
1158
1158
Name cloudwatch_logs
1159
1159
Match winlog.*
@@ -1162,14 +1162,13 @@ containerLogs:
1162
1162
log_stream_name ${HOST_NAME}.windows.system.events
1163
1163
auto_create_group true
1164
1164
extra_user_agent container-insights
1165
-
1166
1165
# # Provide CloudWatchAgent Operator manager container image and resources.
1167
1166
# #
1168
1167
manager :
1169
1168
name :
1170
1169
image :
1171
1170
repository : cloudwatch-agent-operator
1172
- tag : 2.0.0
1171
+ tag : 2.0.1
1173
1172
repositoryDomainMap :
1174
1173
public : public.ecr.aws/cloudwatch-agent
1175
1174
cn-north-1 : 934860584483.dkr.ecr.cn-north-1.amazonaws.com.cn
@@ -1311,11 +1310,9 @@ admissionWebhooks:
1311
1310
secretAnnotations : {}
1312
1311
# # Secret labels
1313
1312
secretLabels : {}
1314
-
1315
1313
# # List of AmazonCloudWatchAgent workloads to install & manage, each representing an independent installation of the AmazonCloudWatchAgent CustomResource. Each entry in this list uses the schema & the defaults from $.agent, so only provide any overrides here.
1316
1314
agents :
1317
1315
- name : cloudwatch-agent
1318
-
1319
1316
agent :
1320
1317
name :
1321
1318
mode : # represents the mode the cloudwatch-agent will run in (deployment, daemonset or statefulset)
@@ -1330,7 +1327,7 @@ agent:
1330
1327
us-gov-east-1 : 743662458514.dkr.ecr.us-gov-east-1.amazonaws.com
1331
1328
us-gov-west-1 : 743662458514.dkr.ecr.us-gov-west-1.amazonaws.com
1332
1329
enabled : true
1333
- priorityClassName : " system-node-critical"
1330
+ priorityClassName : system-node-critical
1334
1331
resources :
1335
1332
requests :
1336
1333
memory : 128Mi
@@ -1391,7 +1388,6 @@ agent:
1391
1388
us-gov-west-1 : 743662458514.dkr.ecr.us-gov-west-1.amazonaws.com
1392
1389
prometheusCR :
1393
1390
enabled : false
1394
-
1395
1391
dcgmExporter :
1396
1392
name :
1397
1393
image :
@@ -1448,4 +1444,4 @@ neuronMonitor:
1448
1444
add :
1449
1445
- SYS_ADMIN
1450
1446
serviceAccount :
1451
- name : # override exporter service account name
1447
+ name : # override exporter service account name
0 commit comments