From 74ee981bddce2312799889d37394c2e94d174172 Mon Sep 17 00:00:00 2001 From: Amee Lepcha Date: Tue, 2 Sep 2025 21:00:50 +0530 Subject: [PATCH] Update collect-multiline-logs.md --- docs/send-data/reference-information/collect-multiline-logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/send-data/reference-information/collect-multiline-logs.md b/docs/send-data/reference-information/collect-multiline-logs.md index 2deb28ba82..fd09696e5a 100644 --- a/docs/send-data/reference-information/collect-multiline-logs.md +++ b/docs/send-data/reference-information/collect-multiline-logs.md @@ -7,7 +7,7 @@ description: Sumo Logic Sources can be configured to detect log boundaries autom Sumo Logic Sources, by default, have multiline processing enabled. Multiline processing is used to ensure that a log message made up of multiple lines, with each line separated by a line break or carriage return, is correctly grouped as a single log message when ingested into Sumo Logic. :::warning -The line breaks or carriage returns are control characters used to create new lines, usually represented by the escape sequences `\r` and `\r\n`, but are often invisible in text editors. Sumo Logic will not be able to split your log messages that do not contain these characters. +The line breaks or carriage returns are control characters used to create new lines, usually represented by the escape sequences `\n` and `\r\n`, but are often invisible in text editors. Sumo Logic will not be able to split your log messages that do not contain these characters. ::: ## Multiline Processing Caveats