forked from regel/loudml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
31 lines (31 loc) · 823 Bytes
/
settings.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
{
"type": "donut",
"default_datasource": "telegraf",
"name": "{{name}}",
"max_threshold": 0,
"min_threshold": 0,
"bucket_interval": "5m",
"interval": "60s",
"grace_period": 0,
"features": [
{
"measurement": "syslog",
"match_all": [
{
"tag": "host",
"value": "{{host}}"
}
],
"default": 0,
"metric": "count",
"anomaly_type": "low_high",
"field": "message",
"io": "io",
"name": "count_all"
}
],
"offset": "10s",
"max_evals": 21,
"span": 140,
"forecast": 1
}