-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
31 lines (30 loc) · 1.04 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"logs": {
"logs_collected": {
"files": {
"collect_list": [
{
"file_path": "/var/log/nginx/firefly-access.log",
"log_group_name": "firefly-application-logs",
"log_stream_name": "{instance_id}/var/log/nginx/firefly-access.log"
},
{
"file_path": "/var/log/nginx/firefly-error.log",
"log_group_name": "firefly-application-logs",
"log_stream_name": "{instance_id}/var/log/nginx/firefly-error.log"
},
{
"file_path": "/var/www/html/firefly-iii/storage/logs/ff3-audit-*.log",
"log_group_name": "firefly-application-logs",
"log_stream_name": "{instance_id}/var/www/html/firefly-iii/storage/logs/ff3-audit.log"
},
{
"file_path": "/var/www/html/firefly-iii/storage/logs/ff3-fpm-*.log",
"log_group_name": "firefly-application-logs",
"log_stream_name": "{instance_id}/var/www/html/firefly-iii/storage/logs/ff3-fpm.log"
}
]
}
}
}
}