Skip to content

How do I use MaxMind after first install failure #283

Closed Answered by a3ilson
TidalWave123 asked this question in Q&A
Discussion options

You must be logged in to vote

@TidalWave123 -

You do not need MaxMind to leverage the GeoIP as Logstash has a built-in GeoIP database. Selecting MaxMind will simple leverage and utilize MaxMind's databases vs the built-in provided by Logstash.

However, if you utilized the script and provided your MaxMind it should be working as without the presence of those files, logstash will crash but check the following:

  • Lines 7 and 8 of /etc/GeoIP.conf should contain your AccountID and LicenseKey
    • Confirm they are correct
  • Line 13 should contain the following: EditionIDs GeoLite2-City GeoLite2-Country GeoLite2-ASN
  • Line 18 should contain the following: DatabaseDirectory /var/lib/GeoIP/

If all the above is correct, check to see …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by a3ilson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants