<?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 Multiple lines in a single event CSV in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-lines-in-a-single-event-CSV/m-p/439555#M99362</link>
    <description>&lt;P&gt;Hi.&lt;/P&gt;

&lt;P&gt;I have the following CSV entry. The problem is that splunk take events from every line, but i have to merge multiple lines in a single event.&lt;/P&gt;

&lt;P&gt;101,102,103&lt;/P&gt;

&lt;P&gt;104,105,106&lt;/P&gt;

&lt;P&gt;107,108,109&lt;BR /&gt;
,,,RA,FA,DA&lt;BR /&gt;
,,,TE,TS,POL&lt;/P&gt;

&lt;P&gt;110,111,112&lt;/P&gt;</description>
    <pubDate>Mon, 12 Aug 2019 21:46:41 GMT</pubDate>
    <dc:creator>rdgg97</dc:creator>
    <dc:date>2019-08-12T21:46:41Z</dc:date>
    <item>
      <title>Multiple lines in a single event CSV</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-lines-in-a-single-event-CSV/m-p/439555#M99362</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;

&lt;P&gt;I have the following CSV entry. The problem is that splunk take events from every line, but i have to merge multiple lines in a single event.&lt;/P&gt;

&lt;P&gt;101,102,103&lt;/P&gt;

&lt;P&gt;104,105,106&lt;/P&gt;

&lt;P&gt;107,108,109&lt;BR /&gt;
,,,RA,FA,DA&lt;BR /&gt;
,,,TE,TS,POL&lt;/P&gt;

&lt;P&gt;110,111,112&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 21:46:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-lines-in-a-single-event-CSV/m-p/439555#M99362</guid>
      <dc:creator>rdgg97</dc:creator>
      <dc:date>2019-08-12T21:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple lines in a single event CSV</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-lines-in-a-single-event-CSV/m-p/439556#M99363</link>
      <description>&lt;P&gt;how does splunk show the events now and how do you want it?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 04:36:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-lines-in-a-single-event-CSV/m-p/439556#M99363</guid>
      <dc:creator>Sukisen1981</dc:creator>
      <dc:date>2019-08-13T04:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple lines in a single event CSV</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-lines-in-a-single-event-CSV/m-p/439557#M99364</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;
You should use this settings you may need to specify in your props.conf.&lt;/P&gt;

&lt;P&gt;SHOULD_LINEMERGE = true &lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 06:55:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-lines-in-a-single-event-CSV/m-p/439557#M99364</guid>
      <dc:creator>Kawtar</dc:creator>
      <dc:date>2019-08-13T06:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple lines in a single event CSV</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-lines-in-a-single-event-CSV/m-p/439558#M99365</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;There are other settings you may need to specify in your props.conf.&lt;/P&gt;

&lt;P&gt;Make sure SHOULD_LINEMERGE is set to true.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;     ## props.conf ##

     SHOULD_LINEMERGE = TRUE
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 07:02:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-lines-in-a-single-event-CSV/m-p/439558#M99365</guid>
      <dc:creator>Kawtar</dc:creator>
      <dc:date>2019-08-13T07:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple lines in a single event CSV</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-lines-in-a-single-event-CSV/m-p/439559#M99366</link>
      <description>&lt;P&gt;Splunk shows the events as follow:&lt;/P&gt;

&lt;P&gt;Event)                               INFO&lt;/P&gt;

&lt;P&gt;1)                                   101,102,103&lt;BR /&gt;
2)                                   104,105,106&lt;BR /&gt;
3)                                   107,108,109&lt;BR /&gt;
4)                                          ,        ,          RA, FA,  DA&lt;BR /&gt;
5)                                          ,        ,          TE,  TS,  POL&lt;BR /&gt;
6)                                   110,111,112&lt;/P&gt;

&lt;P&gt;And I want to splunk take events 3,4 &amp;amp; 5 as one&lt;/P&gt;

&lt;P&gt;1)                                   101,102,103&lt;BR /&gt;
2)                                   104,105,106&lt;BR /&gt;
3)                                   107,108,109&lt;BR /&gt;
                                              ,        ,          RA, FA,  DA&lt;BR /&gt;
                                              ,        ,          TE,  TS,  POL&lt;BR /&gt;
6)                                   110,111,112&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 14:42:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-lines-in-a-single-event-CSV/m-p/439559#M99366</guid>
      <dc:creator>rdgg97</dc:creator>
      <dc:date>2019-08-13T14:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple lines in a single event CSV</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-lines-in-a-single-event-CSV/m-p/439560#M99367</link>
      <description>&lt;P&gt;Thank you. I tried but nothing changed.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 14:46:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-lines-in-a-single-event-CSV/m-p/439560#M99367</guid>
      <dc:creator>rdgg97</dc:creator>
      <dc:date>2019-08-13T14:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple lines in a single event CSV</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-lines-in-a-single-event-CSV/m-p/439561#M99368</link>
      <description>&lt;P&gt;try this in your props.conf&lt;BR /&gt;
Add a new stanza for your sourcetype, make sure to save your sourcetype while uploading the csv as a unique name&lt;BR /&gt;
[your unique sourcetype]&lt;BR /&gt;
BREAK_ONLY_BEFORE = ^\d+\s*$&lt;BR /&gt;
make&lt;BR /&gt;
   SHOULD_LINEMERGE = FALSE, revert back the default settings for SHOULD_LINEMERGE&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:45:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-lines-in-a-single-event-CSV/m-p/439561#M99368</guid>
      <dc:creator>Sukisen1981</dc:creator>
      <dc:date>2020-09-30T01:45:38Z</dc:date>
    </item>
  </channel>
</rss>

