Instantly share code, notes, and snippets.

Embed
What would you like to do?
PUT _template/template_1
{
"index_patterns": ["master-data"],
"mappings": {
"location_mapping": {
"type1": {
"properties": {
"location": {
"type": "geo_point"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment