You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should allow reading from a geo_point piece of data when using the lat_long detector. The Datafeed needs to automatically account for either a raw geo_point or a geo_centroid (in the event of aggregated data) data point. The formatting (comma delimited string) should happen automatically in the Datafeed before it sends the data back to the ML process.
In short, for the lat_long detector, a Datafeed should support data from: geo_point field, geo_centroid agg, geo_shape field (point type only), and the legacy (current) scripted field option.
This will require a fair bit of work within the extractor logic and some within the validation logic.
The text was updated successfully, but these errors were encountered:
We should allow reading from a
geo_point
piece of data when using thelat_long
detector. The Datafeed needs to automatically account for either a rawgeo_point
or ageo_centroid
(in the event of aggregated data) data point. The formatting (comma delimited string) should happen automatically in the Datafeed before it sends the data back to the ML process.In short, for the
lat_long
detector, a Datafeed should support data from:geo_point
field,geo_centroid
agg,geo_shape
field (point type only), and the legacy (current) scripted field option.This will require a fair bit of work within the extractor logic and some within the validation logic.
The text was updated successfully, but these errors were encountered: