Sha256: 6f5c0a24d0c926561ce1c8f42ddd67bca929f742df9709cc6ad231c8b8527b1e

Contents?: true

Size: 706 Bytes

Versions: 2

Compression:

Stored size: 706 Bytes

Contents

<source>
  @type forward
  port 24224
</source>

<filter messages>
  @type geoip

  enable_auto_download true
  md5_url http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.md5
  download_url http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz
  md5_path ./geoip/database/GeoLite2-City.md5
  database_path ./geoip/database/GeoLite2-City.mmdb

  lookup_field clientip
  output_field geoip
  field_delimiter .
  flatten false

  locale en

  continent true
  country true
  city true
  location true
  postal true
  registered_country true
  represented_country true
  subdivisions true
  traits true
  connection_type true
</filter>

<match messages>
  type stdout
</match>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-filter-geoip-1.0.0 fluent.conf
fluent-plugin-filter-geoip-0.5.3 fluent.conf