From 16c1d7aca399fa4a040814bebd799397ca0ce0a0 Mon Sep 17 00:00:00 2001 From: Helio Machado <0x2b3bfa0+git@googlemail.com> Date: Wed, 24 Sep 2025 21:27:51 +0200 Subject: [PATCH] Fix configuration in vector.md --- docs/shipping/Other/vector.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/shipping/Other/vector.md b/docs/shipping/Other/vector.md index 4c09c684..c816c472 100644 --- a/docs/shipping/Other/vector.md +++ b/docs/shipping/Other/vector.md @@ -44,6 +44,7 @@ Find the complete configuration docs at [http sink](https://vector.dev/docs/refe type = "http" # Don't change this setting inputs = ["YOUR_SOURCE_ID"] encoding.codec = "json" # enum: "json" or "text" + framing.method = "newline_delimited" # More information on uri below this code block uri = "https://<>:8071/?token=<>&type=vector"