Getting Data In

Why is Splunk not maintaining line breaks as in the original log?

spsrasru
Path Finder

splunk enterprise 6.1.1

In search view on the Splunk search head web front end, as well as in table view in the email alerts, Splunk is not maintaining line breaks as in the original log.

Tags (2)

edoardo_vicendo
Contributor

Ciao,

Please check my answer reported here:

https://answers.splunk.com/answers/494716/how-to-split-a-multi-line-raw-to-a-multivalue-with.html?ch...

basically you can do in this way:

your base search | rex max_match=0 "^(?<lines>.+)\n+" | eval raw2=mvindex(lines,0,-1) | table raw2

Best Regards,
Edoardo

0 Karma

maimonoded
New Member

anyone have a solution/workaround for this issue?

0 Karma

adamw
Communicator

Other users are reporting the same thing since the upgrade to 6.1:
http://answers.splunk.com/answers/138053/line-breaks-being-removed-from-raw-data-in-email-alerts-aft...

yuanliu
SplunkTrust
SplunkTrust

@adamw the link points to this question itself. This said, I have seen this before 6, too. Does it have to do with overload? I am under the impression that this tends to happen when volume is extremely high, although I do not have direct measurement.

0 Karma

adamw
Communicator

@yuanliu sorry, copy and paste fail. Updated the link to the other question.

The alert I see it on is one where the output in each _raw cell is around 20 lines. Under 6.0 it showed the _raw field in the table with the proper line breaks, but since our 6.1 upgrade, it ignores newlines in _raw and mashes all of the log data into one text blob.

It still looks properly line break'ed in the search UI.

0 Karma

strive
Influencer

Can you post the original log samples and also explain where Splunk is not maintaining line breaks

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...