-
Notifications
You must be signed in to change notification settings - Fork 0
/
cfg.json
39 lines (34 loc) · 873 Bytes
/
cfg.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
31
32
33
34
35
36
37
38
39
{
"debug": true,
"http": {
"enabled": true,
"listen": "0.0.0.0:6380"
},
"pull": {
"kafka": {
"enabled": true,
"brokers": ["10.161.166.192:8301", "10.162.110.184:8301", "10.252.117.33:8301"],
"topics": ["packetbeat"],
"consumerId": "yfstream"
}
},
"dump": {
"es": {
"enabled": true,
"interval": 5,
"bulkUrl": "http://10.26.90.167:7759/_bulk",
"indexPrefix": "ys",
"indexSuffix": "2006.01.02"
},
"redis": {
"enabled": true,
"server": "127.0.0.1:3306"
}
},
"alert": {
"enabled": true,
"interval": 3,
"mysqlHost": "root:123456@tcp(127.0.0.1:3306)/hodor?loc=Local&parseTime=true",
"redisHost": "127.0.0.1:6379"
}
}