<?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 line breaking in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/line-breaking/m-p/86773#M4722</link>
    <description>&lt;P&gt;Need to break a log file into multiple events while indexing if there are no newline characters&lt;BR /&gt;
sample log file data: &lt;BR /&gt;
\xE1\xA\x01\x00RFD \x00\x00\x00\x1\x00\x00\x7\x00\x00\x00\x3\x11\x00\x00\x33MQSIR   \x00\x00\x00\x00\x00\x00\x4\xB8\x00\x00\x01H&lt;PSC&gt;&lt;CMD&gt;Test&lt;/CMD&gt;&lt;TOPIC&gt;INF/LI/Item/Tested&lt;/TOPIC&gt;&lt;/PSC&gt; \x00\x00\x6\x7C&lt;CONTEXT&gt;Y&lt;/CONTEXT&gt;&lt;TESTTYPE&gt;SRINATH &lt;/TESTTYPE&gt; 00000153311234ABCD      2013-10-03-02.33.51.750348ANDHRA IND AP  12.123+ 12.123+                                               &lt;STRONG&gt;\xE2\xB\x02\x00RFO&lt;/STRONG&gt; \x00\x00\x00\x2\x00\x00\x7\x00\x00\x00\x3\x12\x00\x00\x34MQSJR   \x00\x00\x00\x00\x00\x00\x4\xB8\x00\x00\x02H&lt;PSC&gt;&lt;CMD&gt;Test&lt;/CMD&gt;&lt;TOPIC&gt;INF/LI/Item/Tested&lt;/TOPIC&gt;&lt;/PSC&gt; \x00\x00\x6\x8C&lt;CONTEXT&gt;Y&lt;/CONTEXT&gt;&lt;TESTTYPE&gt;SRINATH &lt;/TESTTYPE&gt; 00001483531234ABCD      2013-10-03-02.33.52.033155ANDHRA IND AP  12.123+ 12.123+&lt;/P&gt;

&lt;P&gt;Highlighted text is the starting of second event in the log&lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2013 11:21:35 GMT</pubDate>
    <dc:creator>srinathd</dc:creator>
    <dc:date>2013-10-08T11:21:35Z</dc:date>
    <item>
      <title>line breaking</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/line-breaking/m-p/86773#M4722</link>
      <description>&lt;P&gt;Need to break a log file into multiple events while indexing if there are no newline characters&lt;BR /&gt;
sample log file data: &lt;BR /&gt;
\xE1\xA\x01\x00RFD \x00\x00\x00\x1\x00\x00\x7\x00\x00\x00\x3\x11\x00\x00\x33MQSIR   \x00\x00\x00\x00\x00\x00\x4\xB8\x00\x00\x01H&lt;PSC&gt;&lt;CMD&gt;Test&lt;/CMD&gt;&lt;TOPIC&gt;INF/LI/Item/Tested&lt;/TOPIC&gt;&lt;/PSC&gt; \x00\x00\x6\x7C&lt;CONTEXT&gt;Y&lt;/CONTEXT&gt;&lt;TESTTYPE&gt;SRINATH &lt;/TESTTYPE&gt; 00000153311234ABCD      2013-10-03-02.33.51.750348ANDHRA IND AP  12.123+ 12.123+                                               &lt;STRONG&gt;\xE2\xB\x02\x00RFO&lt;/STRONG&gt; \x00\x00\x00\x2\x00\x00\x7\x00\x00\x00\x3\x12\x00\x00\x34MQSJR   \x00\x00\x00\x00\x00\x00\x4\xB8\x00\x00\x02H&lt;PSC&gt;&lt;CMD&gt;Test&lt;/CMD&gt;&lt;TOPIC&gt;INF/LI/Item/Tested&lt;/TOPIC&gt;&lt;/PSC&gt; \x00\x00\x6\x8C&lt;CONTEXT&gt;Y&lt;/CONTEXT&gt;&lt;TESTTYPE&gt;SRINATH &lt;/TESTTYPE&gt; 00001483531234ABCD      2013-10-03-02.33.52.033155ANDHRA IND AP  12.123+ 12.123+&lt;/P&gt;

&lt;P&gt;Highlighted text is the starting of second event in the log&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2013 11:21:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/line-breaking/m-p/86773#M4722</guid>
      <dc:creator>srinathd</dc:creator>
      <dc:date>2013-10-08T11:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: line breaking</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/line-breaking/m-p/86774#M4723</link>
      <description>&lt;P&gt;You can try setting the line breaker in props.conf. This regex will look for whitespace at least 35 characters long, and then split the line. This will require a restart of Splunk.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[my_sourcetype]&lt;BR /&gt;
LINE_BREAKER = (\s{35,})&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2013 13:12:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/line-breaking/m-p/86774#M4723</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-10-08T13:12:44Z</dc:date>
    </item>
  </channel>
</rss>

