I have an Elastic cluster with Kibana on top (5.6.14).
I just added the filter GeoIp to Logstash and have all the desired data from the original IP I have from the source, indexed to Elastic.
Now I wanted to build a visualization from thoses info to see where those IP come from. Every tutorial I can find, I can see a bucket named "Geo Coordinate - Geo Hash". In my case I only have "Shape field.
Do this version is able to build a map from this kind of data ? Do I have to install a plugin or something ?
Thanks for your answer. The filter geoip on Logstash has construct a bunch of new fields but of the type string and number. Nothing as geo_point so not usable as it is on a map. How can I fix that ?
This blog post might be helpful for you. It goes over the entire configuration for Elasticsearch, Logstash, and Kibana. And there is a troubleshooting section for common issues at the end of the post. https://www.elastic.co/blog/geoip-in-the-elastic-stack
If you still have trouble can you also share your Logstash config?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.