From 0aeda4e219040f6757fe4e6d69c3afb3e1e3a028 Mon Sep 17 00:00:00 2001 From: Grzegorz Banasiak Date: Thu, 15 Jul 2021 09:58:08 +0200 Subject: [PATCH 1/2] Adjust wording for delimiter setting documentation --- docs/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 768aa6c..fa61ddb 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -441,7 +441,7 @@ not include timezone information, this `default_timezone` is used instead. If your input puts a delimiter between each CEF event, you'll want to set this to be that delimiter. -For example, with the TCP input, you probably want to put this: +Note: Byte stream inputs such as TCP require delimiter to be specified. Otherwise input can be truncated or incorrectly split. input { tcp { From ab76ac85998424b2291d5b89683d0594582052ce Mon Sep 17 00:00:00 2001 From: Grzegorz Banasiak Date: Tue, 15 Mar 2022 08:40:57 +0100 Subject: [PATCH 2/2] Update docs/index.asciidoc Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com> --- docs/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index fa61ddb..3416bde 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -441,7 +441,7 @@ not include timezone information, this `default_timezone` is used instead. If your input puts a delimiter between each CEF event, you'll want to set this to be that delimiter. -Note: Byte stream inputs such as TCP require delimiter to be specified. Otherwise input can be truncated or incorrectly split. +NOTE: Byte stream inputs such as TCP require delimiter to be specified. Otherwise input can be truncated or incorrectly split. input { tcp {