File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"appName" : " elastalert-server" ,
3
3
"port" : 3030 ,
4
+ "wsport" : 3333 ,
4
5
"elastalertPath" : " /opt/elastalert" ,
5
6
"start" : " 2014-01-01T00:00:00" ,
6
7
"end" : " 2016-01-01T00:00:00" ,
14
15
"templatesPath" : {
15
16
"relative" : true ,
16
17
"path" : " /rule_templates"
17
- }
18
+ },
19
+ "es_host" : " elasticsearch" ,
20
+ "es_port" : 9200 ,
21
+ "writeback_index" : " elastalert_status"
22
+
18
23
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"appName" : " elastalert-server" ,
3
3
"port" : 3030 ,
4
+ "wsport" : 3333 ,
4
5
"elastalertPath" : " /opt/elastalert" ,
5
6
"verbose" : false ,
6
7
"es_debug" : false ,
12
13
"templatesPath" : {
13
14
"relative" : false ,
14
15
"path" : " /opt/elastalert/rule_templates"
15
- }
16
+ },
17
+ "es_host" : " elasticsearch" ,
18
+ "es_port" : 9200 ,
19
+ "writeback_index" : " elastalert_status"
20
+
16
21
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"appName" : " elastalert-server" ,
3
3
"port" : 3030 ,
4
- "elastalertPath" : " /opt/elastalert" ,
5
4
"wsport" : 3333 ,
5
+ "elastalertPath" : " /opt/elastalert" ,
6
6
"verbose" : false ,
7
7
"es_debug" : false ,
8
8
"debug" : false ,
14
14
"relative" : true ,
15
15
"path" : " /rule_templates"
16
16
},
17
- "es_host" : " localhost " ,
17
+ "es_host" : " elasticsearch " ,
18
18
"es_port" : 9200 ,
19
19
"writeback_index" : " elastalert_status"
20
20
}
You can’t perform that action at this time.
0 commit comments