Closed willthames closed 2 years ago
Hi @willthames,
sorry for veeery late response. This is true and in order to keep multilines as they are we recommend to use json
log format.
We cannot send every log as separate message, because it's not efficient for larger environments
I believe the #78 would be used to cover that case when you would like to use text
format and send every log as separate request
I'm closing due to inactivity.
Joining records back together while batching sends causes problems for multiline parsing.
For example, with the records
if multiline parsing is set correctly, we expect this to be split into two records, the first of two lines and the second of one line. However, if records are joined at the point of sumo publishing, then we may well get all three lines as a single record.
This is mostly a problem for multiline parsing as you can treat each line as an individual message if multiline is not used, but you cannot do that if needing to do the multiline separation before sending to sumo.