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 824f21a commit 2ebad55Copy full SHA for 2ebad55
ansible/roles/cloudwatch-agent/files/config.json
@@ -51,6 +51,16 @@
51
"file_path": "/var/log/audit/audit.log",
52
"log_group_name": "selinux",
53
"log_stream_name": "{instance_id}"
54
+ },
55
+ {
56
+ "file_path": "/var/log/nginx/access.log",
57
+ "log_group_name": "nginx-access",
58
+ "log_stream_name": "{instance_id}"
59
60
61
+ "file_path": "/var/log/nginx/error.log",
62
+ "log_group_name": "nginx-error",
63
64
}
65
]
66
0 commit comments