Github user justinleet commented on the issue:
https://github.com/apache/metron/pull/791
One more config I can think of that should be added.
`geo.hdfs.file` is also in the global config. It's in Ambari as
`geoip_url`.
It looks like a small blurb should probably be added to metron-enrichment.
Something along the lines of:
## GeoIP
Metron supports enrichment of IP information using
[GeoLite2](https://dev.maxmind.com/geoip/geoip2/geolite2/). The location of the
file is managed in the global config.
## Properties
### `geo.hdfs.file`
The location on HDFS of the GeoLite2 database file to use for GeoIP lookups.
---