From 7826a82cbb77cf6d27d650cb4e0f711c07ed36a0 Mon Sep 17 00:00:00 2001 From: Daniel Jaglowski Date: Fri, 30 Jun 2023 09:19:53 -0400 Subject: [PATCH 1/3] Update .chloggen/add-udp-tokenize-flag.yaml --- .chloggen/add-udp-tokenize-flag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chloggen/add-udp-tokenize-flag.yaml b/.chloggen/add-udp-tokenize-flag.yaml index 43916590231b..c8d6a56a0598 100644 --- a/.chloggen/add-udp-tokenize-flag.yaml +++ b/.chloggen/add-udp-tokenize-flag.yaml @@ -2,7 +2,7 @@ change_type: enhancement # The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) -component: stanza/udp +component: pkg/stanza # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). note: add option to skip log tokenization. use the 'OneLogPerPacket' to skip log tokenization if multiline is not used. this will boost the components performance. From 65299b908f0095af18c1bf3eee0848fcf46cbcb0 Mon Sep 17 00:00:00 2001 From: Daniel Jaglowski Date: Fri, 30 Jun 2023 09:19:58 -0400 Subject: [PATCH 2/3] Update .chloggen/add-udp-tokenize-flag.yaml --- .chloggen/add-udp-tokenize-flag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chloggen/add-udp-tokenize-flag.yaml b/.chloggen/add-udp-tokenize-flag.yaml index c8d6a56a0598..71fcd222b16d 100644 --- a/.chloggen/add-udp-tokenize-flag.yaml +++ b/.chloggen/add-udp-tokenize-flag.yaml @@ -5,7 +5,7 @@ change_type: enhancement component: pkg/stanza # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: add option to skip log tokenization. use the 'OneLogPerPacket' to skip log tokenization if multiline is not used. this will boost the components performance. +note: Add option to skip log tokenization. use the 'one_log_per_packet' setting to skip log tokenization if multiline is not used. # One or more tracking issues related to the change issues: [] From 9ea78f0093f999e3db6c8a3e25ea30306a3d8c50 Mon Sep 17 00:00:00 2001 From: Daniel Jaglowski Date: Fri, 30 Jun 2023 09:29:20 -0400 Subject: [PATCH 3/3] Update .chloggen/add-udp-tokenize-flag.yaml --- .chloggen/add-udp-tokenize-flag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chloggen/add-udp-tokenize-flag.yaml b/.chloggen/add-udp-tokenize-flag.yaml index 71fcd222b16d..3e3a9c4334c8 100644 --- a/.chloggen/add-udp-tokenize-flag.yaml +++ b/.chloggen/add-udp-tokenize-flag.yaml @@ -8,7 +8,7 @@ component: pkg/stanza note: Add option to skip log tokenization. use the 'one_log_per_packet' setting to skip log tokenization if multiline is not used. # One or more tracking issues related to the change -issues: [] +issues: [23440] # (Optional) One or more lines of additional information to render under the primary note. # These lines will be padded with 2 spaces and then inserted directly into the document.