Thank you all for your assistance. I got it working.
Obviously, the GeoIP package included in Centos base is not the same DB that the plugin needs/uses. What needs to be done is that GeoIP package included with Centos base also includes geoipupdate, and if you edit /etc/GeoIP.conf and add: GeoLite2-City # cat /etc/GeoIP.conf | egrep -v "^$|^#" LicenseKey 000000000000 UserId 999999 ProductIds GeoLite2-City 506 533 You then can point the Geo-Location Processor to /usr/share/GeoIP/GeoLite2-City.mmdb And follow the instrucions on https://dev.maxmind.com/geoip/geoipupdate/ to autoupdate the file with crontab. -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/f7f5558a-eb53-45f9-ab40-37d70a6fc854%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
