opensearch maps setup

basic test

simply proceed with the example

advanced

make sure your geo mapping fields do not contain a dot

    "source_location": {
      "ignore_malformed": true,
      "ignore_z_value": true,
      "type": "geo_point"
    },

    "destination_location": {
      "ignore_malformed": true,
      "ignore_z_value": true,
      "type": "geo_point"
    },

–or– in case it’s too late, eventually consider a field rename or a field alias.

resources

https://opensearch.org/docs/latest/field-types/supported-field-types/geo-point/


HOME | GUIDES | LECTURES | LAB | SMTP HEALTH | HTML5 | CONTACT
Copyright © 2024 Pierre-Philipp Braun