Skip to content

Commit ec3d04d

Browse files
Tim Lanetilne
authored andcommitted
Omit cfn-init-cmd.log and cfn-wire.log from CW Logs integration
In an effort to reduce the cost of enabling the CloudWatch Logs integration, two of the cfn-* logs are being removed from the config file used to ultimately instruct the CloudWatch agent which files to log data for on a cluster's instances.
1 parent 784a256 commit ec3d04d

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

files/default/cloudwatch_logs/cloudwatch_log_files.json

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -48,27 +48,6 @@
4848
],
4949
"feature_conditions": []
5050
},
51-
{
52-
"timestamp_format_key": "default",
53-
"file_path": "/var/log/cfn-init-cmd.log",
54-
"log_stream_name": "cfn-init-cmd",
55-
"schedulers": [
56-
"awsbatch",
57-
"sge",
58-
"slurm",
59-
"torque"
60-
],
61-
"platforms": [
62-
"amazon",
63-
"centos",
64-
"ubuntu"
65-
],
66-
"node_roles": [
67-
"ComputeFleet",
68-
"MasterServer"
69-
],
70-
"feature_conditions": []
71-
},
7251
{
7352
"timestamp_format_key": "default",
7453
"file_path": "/var/log/cfn-init.log",
@@ -90,27 +69,6 @@
9069
],
9170
"feature_conditions": []
9271
},
93-
{
94-
"timestamp_format_key": "default",
95-
"file_path": "/var/log/cfn-wire.log",
96-
"log_stream_name": "cfn-wire",
97-
"schedulers": [
98-
"awsbatch",
99-
"sge",
100-
"slurm",
101-
"torque"
102-
],
103-
"platforms": [
104-
"amazon",
105-
"centos",
106-
"ubuntu"
107-
],
108-
"node_roles": [
109-
"ComputeFleet",
110-
"MasterServer"
111-
],
112-
"feature_conditions": []
113-
},
11472
{
11573
"timestamp_format_key": "month_first",
11674
"file_path": "/var/log/cloud-init.log",

0 commit comments

Comments
 (0)