mentat.plugin.enricher.geoip module

IDEA message enrichment plugin for the mentat-enricher.py daemon module performing lookup of all Source/IPx addresses within configured geoip service.

Note

This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.

Todo

Documentation is still work in progress, please refer to the source code for details.

class mentat.plugin.enricher.geoip.GeoipEnricherPlugin[source]

Bases: EnricherPlugin

Enricher plugin performing lookup of all Source/IPx addresses within configured geoip service.

process(daemon, message_id, message)[source]

Process and enrich given message.

setup(daemon, config_updates=None)[source]

Setup plugin.