elasticsearch - logstash geoip filter returns _geoip_lookup_failure -


i working on logstash . have installed logstash-filter-geoip

but when tried use returns _geoip_lookup_failure thi in logstash.conf file

filter{     geoip {     source => "clientip"   } } 

this input logstash

 55.3.244.1 /index.html 15824 0.043 

it returns

{     "duration" => "0.043",     "request" => "/index.html",     "@timestamp" => 2017-07-25t14:33:30.495z,     "method" => "get",     "bytes" => "15824",     "@version" => "1",     "host" => "des-0033",     "client" => "55.3.244.1",     "message" => "55.3.244.1 /index.html 15824 0.043",     "tried use returns _geoip_lookup_failuretags" => [         [0] "_geoip_lookup_failure"     ] } 


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -