Skip to content

Kibana 4.5 GeoIP Map visualizations not working

Peter Manev edited this page Aug 10, 2016 · 6 revisions

There was a change introduced in the MapQuest api that resulted in Kibana 4.5.2 not displaying GeoIp map visualizations correctly.

A work around can be found here - https://github.com/elastic/kibana/issues/7717#issuecomment-232067946

Also the issue is fixed in the Kibana 4.5.3 package. To upgrade (from 4.5.2) you can do:

systemctl stop kibana.service
apt-get update && apt-get dist-upgrade
chown -R kibana /opt/kibana/optimize/
systemctl restart kibana
Clone this wiki locally