Skip to content

Commit 7d2ed0b

Browse files
authored
Update collect-multiline-logs.md (#5743)
1 parent edcfccf commit 7d2ed0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/send-data/reference-information/collect-multiline-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Sumo Logic Sources can be configured to detect log boundaries autom
77
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.
88

99
:::warning
10-
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.
10+
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.
1111
:::
1212

1313
## Multiline Processing Caveats

0 commit comments

Comments
 (0)