mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
docker: switch to IPinfo database by default
This is useful as it is CC-BY-SA 4.0 licensed and it is OK to share my access token. Fix #455
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
*Akvorado*[^name] receives flows (currently Netflow/IPFIX and sFlow), enriches
|
||||
them with interface names (using SNMP), geo information (using
|
||||
MaxMind), and exports them to Kafka, then ClickHouse. It also exposes
|
||||
a web interface to browse the result.
|
||||
[IPinfo](https://ipinfo.io/) or MaxMind), and exports them to Kafka, then
|
||||
ClickHouse. It also exposes a web interface to browse the result.
|
||||
|
||||
[^name]: [Akvorado][] means "water wheel" in Esperanto.
|
||||
|
||||
@@ -51,10 +51,6 @@ You can get all the expanded configuration (with default values) with
|
||||
`docker-compose exec akvorado-orchestrator akvorado orchestrator
|
||||
--check --dump /etc/akvorado/akvorado.yaml`.
|
||||
|
||||
Take a look at the `docker-compose.yml` file if you want to setup the
|
||||
GeoIP database. It requires two environment variables to fetch them
|
||||
from [MaxMind](https://dev.maxmind.com/geoip/geolite2-free-geolocation-data).
|
||||
|
||||
Once you are ready, you can run everything in the background with
|
||||
`docker-compose up -d`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user