GeoIP is a great feature, using which we can take beat data, normal log files, or any Logstash data and transform them with geo-locations. After transformation, we can use that data to plot a map in Kibana. We can easily get information like from where users are accessing our website.
If we are getting the IP address or hostname in the request, this information can be transformed into a latitude and longitude point, using which we can get more insight about the data.