[DOCS] Add anomaly layer in Maps (#126397)

This commit is contained in:
Lisa Cawley 2022-03-01 07:43:46 -08:00 committed by GitHub
parent dc351ce4d9
commit e72dafc038
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,10 @@ When a tile exceeds `index.max_result_window`, results exceeding `index.max_resu
*EMS Boundaries*:: Administrative boundaries from https://www.elastic.co/elastic-maps-service[Elastic Maps Service].
*ML Anomalies*:: Points and lines associated with anomalies. The {anomaly-job}
must use a `lat_long` function. Go to
{ml-docs}/geographic-anomalies.html[Detecting anomalous locations in geographic data] for an example.
*Point to point*:: Aggregated data paths between the source and destination.
The index must contain at least 2 fields mapped as {ref}/geo-point.html[geo_point], source and destination.