<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need help for line breaking in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-help-for-line-breaking/m-p/149187#M9052</link>
    <description>&lt;P&gt;Then:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[mysourcetype]
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\r\n]+)(?:XSET|XGET|START|\?|XKS|XDEL)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;may do it. Or,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[mysourcetype]
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\r\n]+)(?!(?:END|\t))
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 20 Nov 2013 07:24:00 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2013-11-20T07:24:00Z</dc:date>
    <item>
      <title>Need help for line breaking</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-help-for-line-breaking/m-p/149183#M9048</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;

&lt;P&gt;I have a problem with an logifle wich has over 95% single line events and a few multiline events.&lt;/P&gt;

&lt;P&gt;These multiline events have this format&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;START*A .....
   ....
   ....
   ....
END
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How can I configure I splunk to keep this lines together as a one multiline event?&lt;/P&gt;

&lt;P&gt;Thanks for your help&lt;BR /&gt;
Rob&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2013 06:54:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-help-for-line-breaking/m-p/149183#M9048</guid>
      <dc:creator>RobertRi</dc:creator>
      <dc:date>2013-11-20T06:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for line breaking</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-help-for-line-breaking/m-p/149184#M9049</link>
      <description>&lt;P&gt;what do the single line events look like?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2013 07:08:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-help-for-line-breaking/m-p/149184#M9049</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2013-11-20T07:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for line breaking</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-help-for-line-breaking/m-p/149185#M9050</link>
      <description>&lt;P&gt;The single lines are really different&lt;BR /&gt;
They begin with ..&lt;/P&gt;

&lt;P&gt;XSET&lt;BR /&gt;
XGET&lt;BR /&gt;
START ......... END&lt;BR /&gt;
?&lt;BR /&gt;
XKS&lt;BR /&gt;
XDEL&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2013 07:12:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-help-for-line-breaking/m-p/149185#M9050</guid>
      <dc:creator>RobertRi</dc:creator>
      <dc:date>2013-11-20T07:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for line breaking</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-help-for-line-breaking/m-p/149186#M9051</link>
      <description>&lt;P&gt;So, with the multi-line events, are the inner lines actually indented with spaces or tabs? Or is that just how you formatted it?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2013 07:23:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-help-for-line-breaking/m-p/149186#M9051</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2013-11-20T07:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for line breaking</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-help-for-line-breaking/m-p/149187#M9052</link>
      <description>&lt;P&gt;Then:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[mysourcetype]
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\r\n]+)(?:XSET|XGET|START|\?|XKS|XDEL)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;may do it. Or,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[mysourcetype]
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\r\n]+)(?!(?:END|\t))
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Nov 2013 07:24:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-help-for-line-breaking/m-p/149187#M9052</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2013-11-20T07:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for line breaking</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-help-for-line-breaking/m-p/149188#M9053</link>
      <description>&lt;P&gt;Yes, the inner multiline lines are indented with tabs&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2013 07:25:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-help-for-line-breaking/m-p/149188#M9053</guid>
      <dc:creator>RobertRi</dc:creator>
      <dc:date>2013-11-20T07:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for line breaking</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-help-for-line-breaking/m-p/149189#M9054</link>
      <description>&lt;P&gt;I have played around with the data preview in the UI (really cool thing!) and found that this works too.&lt;/P&gt;

&lt;P&gt;MUST_NOT_BREAK_AFTER=^START\*\w+\s&lt;BR /&gt;
MUST_BREAK_AFTER=^END&lt;BR /&gt;
SHOULD_LINEMERGE= true&lt;/P&gt;

&lt;P&gt;In case of performance, did you recommend your solution with the LINE_BREAKER or my way?&lt;/P&gt;

&lt;P&gt;Thank you very much for your help!&lt;BR /&gt;
Rob&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:19:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-help-for-line-breaking/m-p/149189#M9054</guid>
      <dc:creator>RobertRi</dc:creator>
      <dc:date>2020-09-28T15:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for line breaking</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Need-help-for-line-breaking/m-p/149190#M9055</link>
      <description>&lt;P&gt;for best performance, you want to set SHOULD_LINEMERGE = false, which disables all rules other than LINE_BREAKER. but generally indexing performance is not a problem and so a clearer rule may be better.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:19:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Need-help-for-line-breaking/m-p/149190#M9055</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2020-09-28T15:19:30Z</dc:date>
    </item>
  </channel>
</rss>

