You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Jon Zeolla (JIRA)" <ji...@apache.org> on 2017/10/11 16:20:00 UTC

[jira] [Created] (METRON-1245) Make the GeoIP DB download proxy-aware

Jon Zeolla created METRON-1245:
----------------------------------

             Summary: Make the GeoIP DB download proxy-aware
                 Key: METRON-1245
                 URL: https://issues.apache.org/jira/browse/METRON-1245
             Project: Metron
          Issue Type: Improvement
    Affects Versions: 0.4.1
            Reporter: Jon Zeolla


Currently, if you try to start/install Metron Enrichment it will download the maxmind database and place it in HDFS.  However, this process is not proxy-aware.

https://github.com/apache/metron/blob/master/metron-platform/metron-data-management/src/main/java/org/apache/metron/dataloads/nonbulk/geo/GeoEnrichmentLoader.java

A workaround is to download the database, put it in hdfs at /apps/metron/geo/default/, change ownership to be your metron user, and then `touch /usr/metron/${METRON_VER}/config/metron_enrichment_geo_configured`.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)