Releases: akvorado/akvorado
Releases · akvorado/akvorado
v1.5.1
- 🩹 cmd: do not merge user-provided lists with defaults when parsing configuration
- 🩹 docker-compose: make
docker-compose.yml
work with Docker Compose v2/v3 - 🩹 inlet: update UDP packet counters when receiving packets, not after decoding
- 🌱 console: add configuration for default options of the visualize
tab and the top widgets to display on the home page.
Docker image: docker pull ghcr.io/vincentbernat/akvorado:1.5.1
Full changelog: v1.5.0...v1.5.1
v1.5.0
This release introduce a new protobuf schema. When using
docker-compose
, a restart of ClickHouse is needed after upgrading
the orchestrator to load this new schema.
- ✨ inlet: add sflow support PR #23
- ✨ inlet: classify exporters to group, role, site, region, and tenant PR #14
- ✨ orchestrator: add role, site, region, and tenant attributes to networks PR #15
- ✨ docker-compose: clean conntrack entries when inlet container starts
- 🩹 console: fix use of
InIfBoundary
andOutIfBoundary
as dimensions PR #11 - 🩹 build: make Akvorado compile on MacOS
- 🌱 inlet: ask the kernel to timestamp incoming packets
- 🌱 orchestrator: limit number of Kafka consumers in ClickHouse to the number of CPUs
- 🌱 doc: add configuration for Juniper devices
- 🌱 docker-compose: add UI for Apache Kafka to help debug starter issues
Docker image: docker pull ghcr.io/vincentbernat/akvorado:1.5.0
Full changelog: v1.4.2...v1.5.0
v1.4.2
- ✨ inlet: add an option to ignore ASN received from flows PR #7
- 🩹 console: fix maximum value for the grid view
- 🌱 orchestrator: adapt partition key for each consolidated flow
tables in ClickHouse to limit the number of partitions (this change
won't be applied on an existing installation) - 🌱 inlet: add
default-sampling-rate
as an option - 🌱 inlet: only require either input or output interface for a valid flow
- 🌱 build: switch from Yarn to npm as a Javascript package manager PR #4
- 🌱 docker-compose: pull image from GitHub instead of building it
- 🌱 doc: add more tips to the troubleshooting section
Docker image: docker pull ghcr.io/vincentbernat/akvorado:1.4.2
Full changelog: v1.4.1...v1.4.2