# Pastebin iEPyyp0v POST _template/test { "index_patterns": ["test-*"], "mappings" : { "_doc": { "properties": { "geoip" : { "dynamic": true, "properties" : { "location" : { "type" : "geo_point" } } } } } } }