From 3b2d123ba31c7b3c3a43402bdb7503a1ba6c4830 Mon Sep 17 00:00:00 2001 From: "Eric D. Schabell" Date: Mon, 7 Jul 2025 15:03:35 +0200 Subject: [PATCH] Fixing missing close tab code for parsers decoders doc. Part of issue #1865. Signed-off-by: Eric D. Schabell --- pipeline/parsers/decoders.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pipeline/parsers/decoders.md b/pipeline/parsers/decoders.md index a2260cc9a..585f1c0ea 100644 --- a/pipeline/parsers/decoders.md +++ b/pipeline/parsers/decoders.md @@ -61,6 +61,9 @@ parsers: Decode_Field_As escaped log ``` +{% endtab %} +{% endtabs %} + Each line in the parser with a key `Decode_Field` instructs the parser to apply a specific decoder on a given field. Optionally, it offers the option to take an extra action if the decoder doesn't succeed.