From 96d29524df3eff960b5018e5141ff794e7c122f1 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 14 Nov 2025 11:23:39 +0100 Subject: [PATCH] docs: fix static provider configuration in "Operations" chapter --- console/data/docs/04-operations.md | 31 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/console/data/docs/04-operations.md b/console/data/docs/04-operations.md index aadb6a44..533ad4d8 100644 --- a/console/data/docs/04-operations.md +++ b/console/data/docs/04-operations.md @@ -598,21 +598,22 @@ avoid running an SNMP daemon. Use the static metadata provider to match the exporter and provide interface names and descriptions to Akvorado: ```yaml -inlet: - providers: - - type: static - exporters: - 2001:db8:1::1: - name: exporter1 - ifindexes: - 3: - name: eth0 - description: PNI Google - speed: 10000 - 4: - name: eth1 - description: PNI Netflix - speed: 10000 +outlet: + metadata: + providers: + - type: static + exporters: + 2001:db8:1::1: + name: exporter1 + ifindexes: + 3: + name: eth0 + description: PNI Google + speed: 10000 + 4: + name: eth1 + description: PNI Netflix + speed: 10000 ``` #### ipfixprobe