From 3711560de2218f7ba24d02be0c9d433e36406c18 Mon Sep 17 00:00:00 2001 From: watal Date: Thu, 20 Jul 2023 16:32:20 +0900 Subject: [PATCH] Fix sample config --- docs/sources/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/getting-started.md b/docs/sources/getting-started.md index 116c1b5..9af472f 100644 --- a/docs/sources/getting-started.md +++ b/docs/sources/getting-started.md @@ -16,7 +16,7 @@ Specify the IP address and port number for IPFIX collector ```yaml --- ipfix: - addr: 192.0.2.1 + address: 192.0.2.1 port: 4739 ingress-interface: ens192 ```