How does the enrichment reload IP lookup data?

As the document here mentioned that

MaxMind also offer a method to download and update their databases programmatically.

Does it mean the enrichment service will automatically reload MaxMind file periodically by default? For example, the .mmdb file hosted in S3.

Thanks!

Hi @jayli ,

Enrich will not download the database from MaxMind directly, this needs to happen outside of enrich. But enrich will automatically reload the .mmdb file pointed by your configuration at the interval specified here.

2 Likes

@BenB

It’s great. Actually, I already created a cron job to daily download the latest version of MaxMind. Just not sure if the enrich also reloads the downloaded file.

Thank you so much!

1 Like