forked from kopurando/better-faster-elastic-beanstalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathharvester_front.conf
41 lines (41 loc) · 845 Bytes
/
harvester_front.conf
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
31
32
33
34
35
36
37
38
39
40
41
exports.config = {
nodeName: "IO_LOG_NODE",
logStreams: {
deploy: [
"/var/log/cfn-init.log",
"/var/log/eb-tools.log"
],
systemCron: [
"/var/log/cron",
"/var/log/secure"
],
PhantomJS:[
"/var/log/phantomjs/phantomjs.log"
],
PhantomMonitor:[
"/var/log/phantomjs/phantom_monitor.log"
],
nodejs:[
"/var/log/nodejs/nodejs.log"
],
nginxDirect:[
"/var/log/nginx/access_.log",
"/var/log/nginx/error.log"
],
nginxNode:[
"/var/log/nginx/access_nodejs.log",
],
nginxMobile:[
"/var/log/nginx/access_mobile.log",
],
nginxPhantom:[
"/var/log/nginx/access_phantomjs.log",
],
nginxLocalPhantom:[
"/var/log/nginx/access_localphantomjs.log",
]},
server: {
host: '0.0.0.0',
port: 28777
}
}