geoip{
source => "IP"
}
how can i covert geo ip to geo point, as map is not accepting geoip
what i need to add in logstash or fields.yml, i am using elk stack 7.X
Need help
geoip{
source => "IP"
}
how can i covert geo ip to geo point, as map is not accepting geoip
what i need to add in logstash or fields.yml, i am using elk stack 7.X
Need help
geoip{
source => "IP"
fields => ["longitude","latitude"]
target => "client.geo.location"
}
Used above config for geoip as per doc, fetched longitude and latitude and mapped it to a geo_point(client.geo.location) still i dont see it in maps of kibana it says no results found after i select the field client.geo.location which is a geo_point
In kibana the field client.geo.location looks like:
© 2020. All Rights Reserved - Elasticsearch
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.