You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Neha Sinha (JIRA)" <ji...@apache.org> on 2016/09/19 09:31:21 UTC

[jira] [Created] (METRON-430) Ability to load specific GeoIP data to mysql server

Neha Sinha created METRON-430:
---------------------------------

             Summary: Ability to load specific GeoIP data to mysql server 
                 Key: METRON-430
                 URL: https://issues.apache.org/jira/browse/METRON-430
             Project: Metron
          Issue Type: Improvement
    Affects Versions: 0.2.2BETA
            Reporter: Neha Sinha


With the current implementation, the latest geoip data gets loaded to MySQl db as the url in geoip.yml is made to point to :- http://geolite.maxmind.com/download/geoip/database/GeoLiteCity_CSV/GeoLiteCity-latest.tar.xz

- name: Download GeoIP databases
  unarchive:
    src:  http://geolite.maxmind.com/download/geoip/database/GeoLiteCity_CSV/GeoLiteCity-latest.tar.xz
    dest: /tmp/geoip
    copy: no
    creates: /tmp/geoip/*/GeoLiteCity-Blocks.csv

However, we would like to provide the user with the ability to specify the geodata that he wishes to load to the mysql and build metron project.
The user can specify the URL or the filename directly that should be picked up for loading the geo data.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)