queryda
Version:
watch/report/alert tool for elasticsearch
35 lines (34 loc) • 674 B
JSON
{
"name": "SimpleJob-5m",
"info": "This job simply queries some values and compares them to a given min and max range",
"elasticsearch": {
"host": "localhost",
"port": "9200",
"index": "monitoring",
"type": "rum"
},
"query": {
"range": {
"timestamp": {
"gte": "2017-01-06T12:00:00",
"lte": "2017-12-07T00:00:00"
}
}
},
"aggs": {},
"validators": {
"range" : {
"fieldName": "renderTime",
"min": 0,
"max": 500,
"tolerance": 1
},
"anomalies" : {
"fieldName": "renderTime",
"tolerance": 2
}
},
"reporters": {
"console": {}
}
}