-
- Downloads
Fix: Configuration changes after MaxMind GeoIP service access policy changes.
MaxMind service changed its policy for downloading its free IP databases. This commit features necessary test code and configuration changes to make GeoIP enrichment plugin working again. There will be also documentation update to reflect necessary steps for upgrading, once these are finetuned. (Redmine issue: #6157)
Showing
- Makefile 3 additions, 2 deletionsMakefile
- conf/core/services.json.conf 3 additions, 3 deletionsconf/core/services.json.conf
- conf/cron/geoipupdate.cron 3 additions, 3 deletionsconf/cron/geoipupdate.cron
- conf/mentat-controller.py.conf 1 addition, 1 deletionconf/mentat-controller.py.conf
- lib/mentat/__init__.py 1 addition, 1 deletionlib/mentat/__init__.py
- lib/mentat/daemon/component/test_enricher.py 1 addition, 1 deletionlib/mentat/daemon/component/test_enricher.py
- lib/mentat/plugin/enricher/test_geoip.py 3 additions, 3 deletionslib/mentat/plugin/enricher/test_geoip.py
- lib/mentat/services/geoip.py 9 additions, 6 deletionslib/mentat/services/geoip.py
- lib/mentat/services/test_geoip.py 9 additions, 17 deletionslib/mentat/services/test_geoip.py
- lib/mentat/test_system.py 1 addition, 1 deletionlib/mentat/test_system.py
Loading
Please register or sign in to comment