logstash-plugins/logstash-filter-geoip

Add option to choose default database that we load

suyograo opened this issue · 1 comments

  • Include new GeoIPLite-ASN database by default. It adds 5mb to the downloadable, which is a bummer, but LS default download size is already big.
  • Add new option called default_database_type to choose a default database. Options include GeoIPLite-City or GeoIPLite-ASN.

#127 should cover this.