Untitled

mail@pastecode.io avatar
unknown
plain_text
a month ago
326 B
2
Indexable
Never
{
  "dynamic_templates": [
    {
      "geo-point": {
        "path_match": "*.geo.location",
        "mapping": {
          "type": "geo_point"
        }
      }
    },
    {
      "ip": {
        "mapping": {
          "type": "ip"
        },
        "match": "ip"
      }
    }
  ],
  "properties": {}
}
Leave a Comment