Created
September 14, 2018 23:19
-
-
Save nitin-rachabathuni/ef9f2f796ff182d50ec585374a8df27a to your computer and use it in GitHub Desktop.
logstash geo point helper
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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