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

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -