Philippe Weber
Philippe Weber
@mohamednizar do you mean it **works using the workaround** of triggering window resize ? because I cannot make the codepen working just by upgrading to 1.1.11 @Splaktar could you please...
Hello, can this be considered solved with version 0.18.0, or do you plan to release a 0.17.x too ?
@suyograo rebase done
@suyograo rebase done
Strange report as the default list of field is already quite exhaustive and contains the city_name : https://github.com/logstash-plugins/logstash-filter-geoip/blob/master/lib/logstash/filters/geoip.rb#L67 Also this is configurable by you to add the desired level of...
@keefeleen I'm sorry but this is how MaxMind DatabaseReader seems to work, logstash is simply calling this method @Override public CityResponse city(InetAddress ipAddress) throws IOException, GeoIp2Exception { return this.get(ipAddress, CityResponse.class,...
@joewreschnig so you mean this assumption is wrong ? # if location is empty, there is no point populating geo data # and most likely all other fields are empty...
@joewreschnig very interesting, it's true that the history of the geoip filter was mainly to retrieve the lat/lon and use it with a map widget in kibana, but that should...
Potentially related to https://github.com/elasticsearch/logstash/issues/2262 and https://github.com/elasticsearch/logstash/issues/2262#issuecomment-67448930
@suyograo rebase done