Hi Rich
Sorry for the delay, been out for a few days.
The issue is still there when zoomed right in. Zooming has no effect on the anomaly points showing on the charts.
Here's the job configuration
{
"count": 1,
"jobs": [
{
"job_id": "aaabcclientmeanmetric1",
"job_type": "anomaly_detector",
"job_version": "5.5.1",
"create_time": 1503446832501,
"finished_time": 1503446834248,
"analysis_config": {
"bucket_span": "1d",
"summary_count_field_name": "doc_count",
"detectors": [
{
"detector_description": "mean(metric_1)",
"function": "mean",
"field_name": "metric_2",
"detector_rules": [],
"detector_index": 0
}
],
"influencers": []
},
"data_description": {
"time_field": "date_ordered",
"time_format": "epoch_ms"
},
"model_plot_config": {
"enabled": true
},
"model_snapshot_retention_days": 1,
"model_snapshot_id": "1503446833",
"results_index_name": "shared"
}
]
}
Here's a raw data row example obtained through GET orders-abcclientmeanmetric1/_search
{
"_index": "orders-aaabcclientmeanmetric1",
"_type": "forlearning",
"_id": "33557648",
"_score": 1,
"_source": {
"dimension_1": "33557648",
"dimension_2": "63276",
"dimension_3": "9334",
"date_ordered": 1487116800000,
"metric_1": "21",
"metric_2": "74",
"dimension_4": "NSW",
"dimension_5": "NSW Property Enquiries",
"dimension_6": "LEAP",
"dimension_7": "abcclient",
"dimension_8": "11444"
}
},
This is the response from the job, looking at the datapoint for April 28. This point is not out of the models prediction zone by much, I was trying to find a non-zero example.
{
"_index": ".ml-anomalies-shared",
"_type": "doc",
"_id": "aaabcclientmeanmetric1_bucket_1493337600000_86400",
"_score": 1,
"_source": {
"job_id": "aaabcclientmeanmetric1",
"timestamp": 1493337600000,
"anomaly_score": 0,
"bucket_span": 86400,
"initial_anomaly_score": 0,
"event_count": 22,
"is_interim": false,
"bucket_influencers": [],
"processing_time_ms": 0,
"result_type": "bucket"
}
},
{
"_index": ".ml-anomalies-shared",
"_type": "doc",
"_id": "aaabcclientmeanmetric1_model_plot_1493337600000_86400_'arithmetic mean value by person'_29791_0",
"_score": 1,
"_source": {
"job_id": "aaabcclientmeanmetric1",
"result_type": "model_plot",
"bucket_span": 86400,
"timestamp": 1493337600000,
"model_feature": "'arithmetic mean value by person'",
"model_lower": 7.30419,
"model_upper": 12.8753,
"model_median": 9.9138,
"actual": 13.9091
}
},
Anything else I can get to assist, please let me know