<?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: How do I configure Splunk to prevent 3 separate events from being merged as a single event? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-Splunk-to-prevent-3-separate-events-from/m-p/274156#M52575</link>
    <description>&lt;P&gt;use LINE_BREAKER =  to break your lines if it does not have default line breaking based on timestamp and new line.&lt;/P&gt;

&lt;P&gt;Refer to &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.2/Data/Indexmulti-lineevents"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.2/Data/Indexmulti-lineevents&lt;/A&gt; for details&lt;/P&gt;</description>
    <pubDate>Tue, 08 Dec 2015 07:18:35 GMT</pubDate>
    <dc:creator>renjith_nair</dc:creator>
    <dc:date>2015-12-08T07:18:35Z</dc:date>
    <item>
      <title>How do I configure Splunk to prevent 3 separate events from being merged as a single event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-Splunk-to-prevent-3-separate-events-from/m-p/274154#M52573</link>
      <description>&lt;P&gt;When I search on one of the indexes, I get the data in a single event.&lt;BR /&gt;
It should be three separate events. How can we deal with it?&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Event returned in Splunk:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;maintainCSAAContract,maintainCSAAContract,SOAUSER,,,479244912373535201,0,,9,2015-12-02 23:22:15.35,2015-12-02 23:22:15.709,359,,,,2,89501422,87549234,,,,67,121154630,5849501,,,,,, validateCSAAContractPartyRole,validateCSAAContractPartyRole,SOAUSER,Realtime,,973244912373550901,300,31696,0,2015-12-02 23:22:15.507,2015-12-02 23:22:15.766,259,,,,,,,,,,13,215066973,85403412,,,,,, maintainCSAAContractRoleIdentifier,maintainCSAAContractRoleIdentifier,TestUser,PROFILE_INSERT_UPDATE,,339944912373599301,300,1698,0,2015-12-02 23:22:15.992,2015-12-02 23:22:16.293,301,2,14557745,12844709,,,,,,,38,122412057,20411825,,,,,,
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;This should be 3 separate events&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Event 1:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;maintainCSAAContract,maintainCSAAContract,SOAUSER,,,479244912373535201,0,,9,2015-12-02 23:22:15.35,2015-12-02 23:22:15.709,359,,,,2,89501422,87549234,,,,67,121154630,5849501,,,,,,
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Event 2: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;validateCSAAContractPartyRole,validateCSAAContractPartyRole,SOAUSER,Realtime,,973244912373550901,300,31696,0,2015-12-02 23:22:15.507,2015-12-02 23:22:15.766,259,,,,,,,,,,13,215066973,85403412,,,,,,
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Event 3:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;maintainCSAAContractRoleIdentifier,maintainCSAAContractRoleIdentifier,TestUser,PROFILE_INSERT_UPDATE,,339944912373599301,300,1698,0,2015-12-02 23:22:15.992,2015-12-02 23:22:16.293,301,2,14557745,12844709,,,,,,,38,122412057,20411825,,,,,,
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 07 Dec 2015 23:53:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-Splunk-to-prevent-3-separate-events-from/m-p/274154#M52573</guid>
      <dc:creator>athorat</dc:creator>
      <dc:date>2015-12-07T23:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure Splunk to prevent 3 separate events from being merged as a single event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-Splunk-to-prevent-3-separate-events-from/m-p/274155#M52574</link>
      <description>&lt;P&gt;how are the events in the log file? Are these in separate lines? In other words, each event in a separate line?  What's in your &lt;CODE&gt;props.conf&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Try adding the following to your &lt;CODE&gt;props.conf&lt;/CODE&gt;&lt;BR /&gt;
    SHOULD_LINEMERGE = false&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 01:39:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-Splunk-to-prevent-3-separate-events-from/m-p/274155#M52574</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2015-12-08T01:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure Splunk to prevent 3 separate events from being merged as a single event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-Splunk-to-prevent-3-separate-events-from/m-p/274156#M52575</link>
      <description>&lt;P&gt;use LINE_BREAKER =  to break your lines if it does not have default line breaking based on timestamp and new line.&lt;/P&gt;

&lt;P&gt;Refer to &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.2/Data/Indexmulti-lineevents"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.2/Data/Indexmulti-lineevents&lt;/A&gt; for details&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 07:18:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-Splunk-to-prevent-3-separate-events-from/m-p/274156#M52575</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2015-12-08T07:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure Splunk to prevent 3 separate events from being merged as a single event?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-Splunk-to-prevent-3-separate-events-from/m-p/274157#M52576</link>
      <description>&lt;P&gt;Thanks for the suggestion, but that did not work.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 23:35:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-configure-Splunk-to-prevent-3-separate-events-from/m-p/274157#M52576</guid>
      <dc:creator>athorat</dc:creator>
      <dc:date>2015-12-10T23:35:42Z</dc:date>
    </item>
  </channel>
</rss>

