<?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: entire file to a single event in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/entire-file-to-a-single-event/m-p/306978#M160096</link>
    <description>&lt;P&gt;SHOULD_LINEMERGE= TRUE, try with that &lt;/P&gt;</description>
    <pubDate>Mon, 17 Jul 2017 05:39:34 GMT</pubDate>
    <dc:creator>bic</dc:creator>
    <dc:date>2017-07-17T05:39:34Z</dc:date>
    <item>
      <title>entire file to a single event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/entire-file-to-a-single-event/m-p/306975#M160093</link>
      <description>&lt;P&gt;SHOULD_LINEMERGE = true&lt;BR /&gt;
MAX_EVENTS = 99999&lt;BR /&gt;
TRUNCATE = 9999999&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;SHOULD_LINEMERGE = false&lt;BR /&gt;
LINE_BREAKER = ((FAIL*))&lt;/P&gt;

&lt;P&gt;I have tried both of above (trying each one at a time) in indexer props.conf ...and restarted splunk..to have a simple text file , entire file to go to single event but whatever I do splunk automatically splitting the file into 2 events&lt;BR /&gt;
Is there any way to have the entire file to single event&lt;/P&gt;

&lt;P&gt;Thank you in advance&lt;BR /&gt;
AB&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:52:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/entire-file-to-a-single-event/m-p/306975#M160093</guid>
      <dc:creator>722624</dc:creator>
      <dc:date>2020-09-29T14:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: entire file to a single event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/entire-file-to-a-single-event/m-p/306976#M160094</link>
      <description>&lt;P&gt;in the LINE_BREAKER you can use regular expression to match end of file , something like (.*?) . Hope that should not break your file into two parts&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 08:59:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/entire-file-to-a-single-event/m-p/306976#M160094</guid>
      <dc:creator>bic</dc:creator>
      <dc:date>2017-07-14T08:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: entire file to a single event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/entire-file-to-a-single-event/m-p/306977#M160095</link>
      <description>&lt;P&gt;[sourcetype]&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;
LINE_BREAKER = (.*?)&lt;/P&gt;

&lt;P&gt;I tried the above... still file is split into two events....the same regex (.*?) in regex101.com is selecting the entire file&lt;/P&gt;

&lt;P&gt;Thank you&lt;BR /&gt;
AB&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:53:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/entire-file-to-a-single-event/m-p/306977#M160095</guid>
      <dc:creator>722624</dc:creator>
      <dc:date>2020-09-29T14:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: entire file to a single event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/entire-file-to-a-single-event/m-p/306978#M160096</link>
      <description>&lt;P&gt;SHOULD_LINEMERGE= TRUE, try with that &lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 05:39:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/entire-file-to-a-single-event/m-p/306978#M160096</guid>
      <dc:creator>bic</dc:creator>
      <dc:date>2017-07-17T05:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: entire file to a single event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/entire-file-to-a-single-event/m-p/306979#M160097</link>
      <description>&lt;P&gt;Actually documentation asked to have SHOULD_LINEMERGE= false for LINE_BREAKER ...&lt;BR /&gt;
anyways tried your suggestion also ...&lt;BR /&gt;
No Luck &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Thank you&lt;BR /&gt;
AB&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:53:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/entire-file-to-a-single-event/m-p/306979#M160097</guid>
      <dc:creator>722624</dc:creator>
      <dc:date>2020-09-29T14:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: entire file to a single event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/entire-file-to-a-single-event/m-p/306980#M160098</link>
      <description>&lt;P&gt;surprisingly...If i download the file to my PC and upload with same source type then it is reading entire file as single event....&lt;BR /&gt;
But if the same log file is coming from forwarder, then file is being split into 2 event...&lt;/P&gt;

&lt;P&gt;Anybody?  please help&lt;/P&gt;

&lt;P&gt;Thank you&lt;BR /&gt;
AB&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 07:44:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/entire-file-to-a-single-event/m-p/306980#M160098</guid>
      <dc:creator>722624</dc:creator>
      <dc:date>2017-07-17T07:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: entire file to a single event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/entire-file-to-a-single-event/m-p/306981#M160099</link>
      <description>&lt;P&gt;please check the queue size from the forwarder , try indexing a smaller file and see if that is coming through in one piece &lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 07:48:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/entire-file-to-a-single-event/m-p/306981#M160099</guid>
      <dc:creator>bic</dc:creator>
      <dc:date>2017-07-17T07:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: entire file to a single event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/entire-file-to-a-single-event/m-p/306982#M160100</link>
      <description>&lt;P&gt;this file is 90 lines only hardly 4kb in size....&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 08:07:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/entire-file-to-a-single-event/m-p/306982#M160100</guid>
      <dc:creator>722624</dc:creator>
      <dc:date>2017-07-17T08:07:47Z</dc:date>
    </item>
  </channel>
</rss>

