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 2f3ee0e commit 1cdea8cCopy full SHA for 1cdea8c
config/config.json
@@ -0,0 +1,16 @@
1
+{
2
+ "appName": "elastalert-server",
3
+ "port": 3030,
4
+ "elastalertPath": "/opt/elastalert",
5
+ "verbose": false,
6
+ "es_debug": false,
7
+ "debug": false,
8
+ "rulesPath": {
9
+ "relative": true,
10
+ "path": "/rules"
11
+ },
12
+ "templatesPath": {
13
14
+ "path": "/rule_templates"
15
+ }
16
+}
0 commit comments