Skip to content

Instantly share code, notes, and snippets.

@rmoff
Created June 16, 2015 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmoff/cd158282f620a4fa4d4b to your computer and use it in GitHub Desktop.
Save rmoff/cd158282f620a4fa4d4b to your computer and use it in GitHub Desktop.
Kibana won't show geoip field in dropdown - solution

For Kibana to create a Tile map it needs geo-encoded data, which logstash does easily with the geoid plugin, BUT the field mapping in Elasticsearch must be geopoint. Logstash does this dynamically so long as the index being written to matches the elasticsearch-template.json template, which is any prefixed with logstash. Otherwise, you need to update the index field mapping yourself for this to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment