Skip to content

Commit 46387ba

Browse files
committed
Update collect-multiline-logs.md
1 parent 5e6c985 commit 46387ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Sumo Logic Sources by default have multiline processing enabled. Multiline proc
88

99
Multiline processing requires your logs to have line breaks or carriage returns between messages. If the logs are part of a larger individual message (for example, JSON array or XML) Sumo Logic will in most cases not be able to break these into individual logs.
1010

11+
:::warning
12+
Line breaks or carriage returns are control characters (`\r`, `\r\n`) that create new lines but are often invisible in text editors.
13+
:::
14+
1115
## Multiline Processing Caveats
1216

1317
Multiline messages that are more than 2,000 lines or 512KB in size will get flushed and collected as single log lines due to the default log message size limitations. Depending on the Collector's available memory, you may be able to increase this limit. Contact Support for assistance by navigating to **Help** > **Support** in the Sumo Logic

0 commit comments

Comments
 (0)