I am a Kibana newbie and i try to visualize my webserver-logs with geoip Information. I have a filter, which is creating the geoip Information, so I have a field geoip.location of type geo_point. But in the discovery page, this field is displayed as "Unindexed fields can not be searched"
geoip.location ["9","51"]
If I try to create a Tile map visualization, I can not select a field to create a map.
I found many threads with similar Problems but until now, I found no really working solution.
yes, if I re-create the indices, I get the same results. I also tried to create complete new indices (as you described in another similar thread). The result was, that the geoip.location field hat the type "number" instead of "geo_point".
I am loading the information from my webserver to elasticsearch using packetbeats and when I am trying your dashboards on the geopoint visualization I am getting an error saying the following: Visualize: Expected geo_point type on field [client_location], but got [string]
When I am going to the settings to change the format of the client_location I have only two options to string, or default which is string. Is there any way to disable the string into false?
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.