github akvorado/akvorado v1.9.0

latest releases: v2.4.0, v2.3.0, v2.2.0...
2 years ago
  • 💥 cmd: use AKVORADO_CFG_ as a prefix for environment variables used to
    modify configuration (AKVORADO_CFG_ORCHESTRATOR_HTTP_LISTEN instead of
    AKVORADO_ORCHESTRATOR_HTTP_LISTEN)
  • 💥 inlet: inletmetadataprovider(snmp)ports is now a map from
    exporter subnets to ports, instead of a map from agent subnets to ports. This
    is aligned with how communities and security-parameters options behave.
  • inlet: support for IPinfo geo IP database and use
    it by default
  • inlet: metadata retrieval is now pluggable. In addition to SNMP, it is
    now possible to set exporter names, interface names and descriptions directly
    in the configuration file. See inletmetadata.
  • inlet: routing information is now pluggable. See inletrouting.
  • inlet: BioRIS provider to retrieve routing information
  • inlet: allow extraction of prefix length from routing information. See
    inletcorenet-providers.
  • inlet: add the following collected data (disabled by default):
    • IPTTL
    • IPTos
    • FragmentID and FragmentOffset
    • TCPFlags
    • ICMPv4Type, ICMPv4Code, ICMPv6Type, ICMPv6Code, ICMPv4, and ICMPv6
    • NextHop
  • orchestrator: add custom dictionaries for additional flow hydration. See
    orchestratorschemacustom-dictionaries. Currently, filtering on the
    generated data is not available.
  • 🩹 inlet: fix Netflow processing when template is received with data
  • 🩹 inlet: use sampling rate in Netflow data packet if available
  • 🩹 console: fix display when using “%” units and interface speed is 0
  • 🩹 orchestrator: create flows table with
    allow_suspicious_low_cardinality_types to ensure we can use
    LowCardinality(IPv6).
  • 🌱 inlet: update Expr, the language behind the
    classifiers: new builtins are available
  • 🌱 build: minimum supported Node version is now 16
  • 🌱 docker: move Docker-related files to docker/
  • 🌱 docker: update ClickHouse to 23.3 (not mandatory)
  • 🌱 docker: update to Zookeeper 3.8 (not mandatory)
  • 🌱 docker: update to Kafka 3.5 (not mandatory, but there is also a configuration change)
  • 🌱 docker: add healthchecks for Redis and Zookeeper
  • 🌱 console: emphasize trajectory on Sankey graphs

Docker image: docker pull ghcr.io/akvorado/akvorado:1.9.0
Full changelog: v1.8.3...v1.9.0

Don't miss a new akvorado release

NewReleases is sending notifications on new releases.