forked from sentinl/sentinl
-
Notifications
You must be signed in to change notification settings - Fork 0
KAAE Config Example
Lorenzo Mangani edited this page Sep 12, 2016
·
5 revisions
Custom KaaE settings can be stored and loaded from: /etc/kaae.json
{
"es": {
"timefield": "@timestamp",
"default_index": "watcher",
"type": "watch",
"alarm_index": "watcher_alarms"
},
"kaae": {
"history": 20
},
"settings" : {
"email" : {
"user": "username",
"password": "password",
"host": "smtp.server.com",
"ssl": true,
"active": false
},
"slack" : {
"username": "KAAE",
"hook": "https://hooks.slack.com/services/<token>",
"channel": "#kaae",
"active": false
},
"report" : {
"tmp_path" : "/tmp/",
"active": false
}
}
}