Skip to content

Instantly share code, notes, and snippets.

@nitin-rachabathuni
Created September 14, 2018 23:19
Show Gist options
  • Save nitin-rachabathuni/ef9f2f796ff182d50ec585374a8df27a to your computer and use it in GitHub Desktop.
Save nitin-rachabathuni/ef9f2f796ff182d50ec585374a8df27a to your computer and use it in GitHub Desktop.
logstash geo point helper
PUT zomato_6
{
"mappings": {
"doc": {
"properties": {
"location" : { "type": "geo_point"}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment