youtubebeat/vendor/github.com/elastic/beats/metricbeat/module/elasticsearch/ml_job/_meta/test/test_job.json

18 lines
402 B
JSON

{
"description" : "Total sum of requests",
"analysis_config" : {
"bucket_span":"10m",
"detectors": [
{
"detector_description": "Sum of total",
"function": "sum",
"field_name": "total"
}
]
},
"data_description" : {
"time_field":"timestamp",
"time_format": "epoch_ms"
}
}