Integrating ip2geo locally using *.mmdb files

13 views
Skip to first unread message

Murali Krishna

unread,
Feb 28, 2021, 4:03:42 AM2/28/21
to divolte-collector
Hi, I am new to divolte-collector, and I'm trying to integrate multiple ip2geoLite files (.mmdb) in the " .config " file. By using documentation, I was successfully included one .mmdb file called GeoLite2-City.mmdb but I want to add the other 2 files(GeoLite2-Country.mmdb, GeoLite2-ASN.mmdb as well .

Can anyone please help me with is this problem. Thanking you in advance.


code:-

divolte-collector.conf file
-----------------
divolte.global.mapper {
  ip2geo_database = ${DIVOLTE_CONF_DIR}/GeoLite2-City.mmdb
}

docker-compose.yml file
----------------------
divolte:
    build: .
    container_name: divolte
    environment:
      DIVOLTE_KAFKA_TOPIC: divolte
      DIVOLTE_KAFKA_BROKER_LIST: kafka:9093
      DIVOLTE_CONF_DIR: /opt/divolte/divolte-collector/conf
    ports:
      - 8290:8290
    depends_on:
      - kafka

Thanks & Regards
Murali Krishna

Reply all
Reply to author
Forward
0 new messages