@leea From what I see in your configuration and the title of your post 'GEOIP' I believe it's problem with Logstash.
Can you add a bit more details about your issue, the behavior you are experiencing and the expected results? Also adding Logstash, Beats and Elasticsearch version can help to narrow down your problem.
@leea The "_geoip_lookup_failure" is generated by the geoip in Logstash, by looking at your configuration I see that you are parsing the src_ip field from and the example you provide the value of the src_ip is 192.168.0.148, this IP is from a private IP range. These IPs won't be resolvable by the geoip filter.
You can add a conditional in your filter block to skip them.
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.