Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lat_long anomaly job function produces incorrect results #124682

Open
r0ot opened this issue Mar 12, 2025 · 0 comments
Open

lat_long anomaly job function produces incorrect results #124682

r0ot opened this issue Mar 12, 2025 · 0 comments
Labels
>bug needs:triage Requires assignment of a team area label

Comments

@r0ot
Copy link

r0ot commented Mar 12, 2025

Elasticsearch Version

8.17.1

Installed Plugins

No response

Java Version

bundled

OS Version

Darwin Thumper.local 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:03:11 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6020 arm64

Problem Description

A series of geo_point values all within the continental US results in a lat_long anomaly detector providing "typical" values out in the Atlantic Ocean. In other words, the way the centroid is calculated by the lat_long model appears to be incorrect or bugged. The screenshot below includes every data point fed to the model and the resulting incorrect "typical" values.

Image

Steps to Reproduce

PUT /test_index

PUT test_index/_mapping
{
  "properties": {
    "@timestamp": {
      "type": "date"
    },
    "location": {
      "type": "geo_point"
    }
  }
}

PUT /_bulk
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-02-04T21:50:51.222Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-02-05T12:22:28.087Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-02-06T11:34:29.579Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-02-06T16:05:48.285Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-02-07T19:12:48.236Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-02-01T13:18:18.881Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-02-01T17:39:29.896Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-02-03T13:57:11.335Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-02-03T18:54:04.229Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-02-04T12:32:36.699Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-02-04T18:01:05.219Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-29T15:57:42.206Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-29T15:58:33.505Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-29T16:00:13.551Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-29T16:28:08.770Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-29T16:29:45.952Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-29T16:29:15.286Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-29T20:26:44.941Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-29T20:27:33.950Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-29T20:28:03.250Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-29T20:28:14.611Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-29T20:30:28.972Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-29T20:41:25.347Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-30T12:06:31.995Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-30T17:50:32.214Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-21T15:38:19.421Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-22T16:34:06.306Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-23T14:51:20.105Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-24T11:29:00.354Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-24T18:48:10.666Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-25T15:17:37.585Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-25T21:40:30.640Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-27T18:44:10.414Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -71.3908,
    "lat": 42.6347
  },
  "@timestamp": "2025-01-27T22:59:44.614Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-28T13:16:19.118Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-18T13:25:07.974Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-19T11:47:43.219Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-20T14:06:09.590Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-20T19:55:00.182Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-01-21T11:06:12.666Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2203,
    "lat": 40.7119
  },
  "@timestamp": "2025-01-14T14:02:10.968Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2203,
    "lat": 40.7119
  },
  "@timestamp": "2025-01-14T18:55:55.709Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2203,
    "lat": 40.7119
  },
  "@timestamp": "2025-01-15T14:36:35.321Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2024-12-18T21:11:52.901Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2024-12-19T13:18:12.472Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -72.6212,
    "lat": 41.8237
  },
  "@timestamp": "2024-12-19T18:56:07.115Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2024-12-19T23:06:34.803Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2024-12-20T15:27:44.258Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -72.6212,
    "lat": 41.8237
  },
  "@timestamp": "2024-12-20T22:19:34.551Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2024-12-21T14:24:57.642Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2024-12-21T18:49:28.275Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -71.0882,
    "lat": 42.3912
  },
  "@timestamp": "2024-12-22T22:28:15.191Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -71.0882,
    "lat": 42.3912
  },
  "@timestamp": "2024-12-22T22:28:02.349Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -71.0882,
    "lat": 42.3912
  },
  "@timestamp": "2024-12-22T22:29:44.480Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2024-12-23T11:30:15.714Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2024-12-23T18:44:57.745Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -71.0798,
    "lat": 42.2903
  },
  "@timestamp": "2025-01-03T10:59:02.474Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -71.0798,
    "lat": 42.2903
  },
  "@timestamp": "2025-01-03T10:59:42.560Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2025-01-03T14:41:30.295Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2025-01-03T14:41:45.569Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2025-01-03T14:41:51.247Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2025-01-03T14:42:34.781Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2025-01-03T14:42:59.942Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2025-01-03T14:44:25.403Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2025-01-03T14:45:14.779Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -72.75,
    "lat": 41.6187
  },
  "@timestamp": "2025-01-03T17:10:56.088Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -72.75,
    "lat": 41.6187
  },
  "@timestamp": "2025-01-03T17:11:02.640Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -72.75,
    "lat": 41.6187
  },
  "@timestamp": "2025-01-03T17:11:50.809Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -72.75,
    "lat": 41.6187
  },
  "@timestamp": "2025-01-03T17:14:32.457Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -72.75,
    "lat": 41.6187
  },
  "@timestamp": "2025-01-03T17:12:40.783Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2025-01-04T11:37:06.569Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2025-01-04T15:43:33.192Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2025-01-06T13:26:54.566Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2025-01-07T13:12:51.710Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2025-01-07T17:22:51.321Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2025-01-08T12:04:05.759Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2025-01-09T12:22:03.793Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.2027,
    "lat": 40.7066
  },
  "@timestamp": "2025-01-10T12:22:41.890Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -112.0748,
    "lat": 33.4532
  },
  "@timestamp": "2025-03-12T19:55:47.491Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -115.1446,
    "lat": 36.0383
  },
  "@timestamp": "2025-03-12T15:47:30.181Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -115.1446,
    "lat": 36.0383
  },
  "@timestamp": "2025-03-11T13:16:22.140Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -115.1446,
    "lat": 36.0383
  },
  "@timestamp": "2025-03-11T17:20:38.352Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -115.1446,
    "lat": 36.0383
  },
  "@timestamp": "2025-03-11T21:27:47.686Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -72.6632,
    "lat": 41.5557
  },
  "@timestamp": "2025-03-05T14:48:43.972Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -72.6632,
    "lat": 41.5557
  },
  "@timestamp": "2025-03-05T14:49:59.538Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -72.6632,
    "lat": 41.5557
  },
  "@timestamp": "2025-03-05T14:51:45.640Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -72.6632,
    "lat": 41.5557
  },
  "@timestamp": "2025-03-05T14:51:35.164Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -111.6343,
    "lat": 33.2487
  },
  "@timestamp": "2025-03-10T13:48:48.173Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -111.6343,
    "lat": 33.2487
  },
  "@timestamp": "2025-03-10T13:48:43.008Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -111.6343,
    "lat": 33.2487
  },
  "@timestamp": "2025-03-10T13:50:23.374Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -111.6343,
    "lat": 33.2487
  },
  "@timestamp": "2025-03-10T13:50:44.654Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -111.6343,
    "lat": 33.2487
  },
  "@timestamp": "2025-03-10T13:51:42.717Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -111.6343,
    "lat": 33.2487
  },
  "@timestamp": "2025-03-10T13:51:44.309Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -111.6343,
    "lat": 33.2487
  },
  "@timestamp": "2025-03-10T13:55:36.247Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -111.6343,
    "lat": 33.2487
  },
  "@timestamp": "2025-03-10T13:57:08.681Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -111.6343,
    "lat": 33.2487
  },
  "@timestamp": "2025-03-10T13:59:25.277Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -111.6343,
    "lat": 33.2487
  },
  "@timestamp": "2025-03-10T14:01:45.338Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -115.1446,
    "lat": 36.0383
  },
  "@timestamp": "2025-03-10T18:07:05.931Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-02-13T19:30:57.361Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -74.1691,
    "lat": 40.7399
  },
  "@timestamp": "2025-02-14T17:34:15.297Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -71.3908,
    "lat": 42.6347
  },
  "@timestamp": "2025-02-14T23:44:30.711Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -71.3908,
    "lat": 42.6347
  },
  "@timestamp": "2025-02-14T23:46:41.611Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -97.822,
    "lat": 37.751
  },
  "@timestamp": "2025-02-16T16:23:09.894Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -97.822,
    "lat": 37.751
  },
  "@timestamp": "2025-02-17T14:28:02.848Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -97.822,
    "lat": 37.751
  },
  "@timestamp": "2025-02-19T12:49:14.488Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -97.822,
    "lat": 37.751
  },
  "@timestamp": "2025-02-19T18:30:11.704Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -97.822,
    "lat": 37.751
  },
  "@timestamp": "2025-02-20T13:55:27.025Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -97.822,
    "lat": 37.751
  },
  "@timestamp": "2025-02-20T13:57:46.377Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -71.3571,
    "lat": 42.5945
  },
  "@timestamp": "2025-02-20T22:48:14.654Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -72.5283,
    "lat": 41.776
  },
  "@timestamp": "2025-02-21T22:14:59.790Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -97.822,
    "lat": 37.751
  },
  "@timestamp": "2025-02-22T11:18:10.204Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -97.822,
    "lat": 37.751
  },
  "@timestamp": "2025-02-22T12:04:40.826Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -97.822,
    "lat": 37.751
  },
  "@timestamp": "2025-02-23T11:57:32.490Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -97.822,
    "lat": 37.751
  },
  "@timestamp": "2025-02-23T16:11:09.192Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -97.822,
    "lat": 37.751
  },
  "@timestamp": "2025-02-25T14:55:27.123Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -97.822,
    "lat": 37.751
  },
  "@timestamp": "2025-02-25T16:14:38.539Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -97.822,
    "lat": 37.751
  },
  "@timestamp": "2025-02-26T18:36:09.423Z"
}
{"index":{"_index":"test_index"}}
{
  "location": {
    "lon": -97.822,
    "lat": 37.751
  },
  "@timestamp": "2025-02-28T12:42:30.809Z"
}

PUT /_ml/anomaly_detectors/bugged_lat_long_anomaly_job
{
  "allow_lazy_open": true,
  "analysis_config": {
    "bucket_span": "1h",
    "detectors": [
      {
        "detector_index": 0,
        "field_name": "location",
        "function": "lat_long"
      }
    ],
    "influencers": [],
    "model_prune_window": "30d"
  },
  "analysis_limits": {
    "categorization_examples_limit": 4,
    "model_memory_limit": "10mb"
  },
  "custom_settings": {
    "custom_urls": [],
    "job_revision": 5,
    "security_app_display_name": "Broken location anomaly detector"
  },
  "daily_model_snapshot_retention_after_days": 1,
  "data_description": {
    "time_field": "@timestamp",
    "time_format": "epoch_ms"
  },
  "datafeed_config": {
    "chunking_config": {
      "mode": "auto"
    },
    "delayed_data_check_config": {
      "enabled": true
    },
    "indices": [
      "test_index"
    ],
    "indices_options": {
      "allow_no_indices": true,
      "expand_wildcards": [
        "open"
      ],
      "ignore_throttled": true,
      "ignore_unavailable": true
    },
    "max_empty_searches": 10,
    "query": {
      "bool": {
        "must": [{
          "match_all": {}
        }]
      }
    },
    "query_delay": "500m",
    "scroll_size": 1000,
    "job_id": "bugged_lat_long_anomaly_job",
    "datafeed_id": "datafeed-bugged_lat_long_anomaly_job"
  },
  "description": "",
  "groups": [],
  "model_plot_config": {
    "annotations_enabled": false,
    "enabled": false
  },
  "model_snapshot_retention_days": 10,
  "results_index_name": "shared"
}

POST /_ml/anomaly_detectors/bugged_lat_long_anomaly_job/_open

POST /_ml/datafeeds/datafeed-bugged_lat_long_anomaly_job/_start?start=1732122000000

Logs (if relevant)

No response

@r0ot r0ot added >bug needs:triage Requires assignment of a team area label labels Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug needs:triage Requires assignment of a team area label
Projects
None yet
Development

No branches or pull requests

1 participant