<?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: Disabling line breaking not working in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Disabling-line-breaking-not-working/m-p/53069#M10252</link>
    <description>&lt;P&gt;Any way that you could post some of the data? Can you clean it up if there is anything company specific in it? Just post a couple of events. &lt;/P&gt;</description>
    <pubDate>Tue, 17 Jan 2012 22:42:35 GMT</pubDate>
    <dc:creator>tgow</dc:creator>
    <dc:date>2012-01-17T22:42:35Z</dc:date>
    <item>
      <title>Disabling line breaking not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disabling-line-breaking-not-working/m-p/53066#M10249</link>
      <description>&lt;P&gt;I'm trying to index a bunch of plugin files such that each file is a single event.  I've tried almost every combination of the following options without success.  Splunk still treats every line as a separate event.  I'm running the latest 4.2.3 build.  I feel like this was working eight months ago when last I played with it, but it seems to be broken now.&lt;/P&gt;

&lt;P&gt;[nessus_plugins]&lt;BR /&gt;&lt;BR /&gt;
TRUNCATE = 0&lt;BR /&gt;&lt;BR /&gt;
SHOULD_LINEMERGE = false&lt;BR /&gt;&lt;BR /&gt;
BREAK_ONLY_BEFORE = ABCDEFGHIJKLMNOP1234567890&lt;BR /&gt;&lt;BR /&gt;
LINE_BREAKER = (?!)  &lt;/P&gt;

&lt;P&gt;I'm noticing that events indexed last year are working, but newly indexed events are not being broken properly.  &lt;/P&gt;

&lt;P&gt;The files are XML formatted.  I remember reading that there were some changes to how XML inputs are indexed in some of the later versions.&lt;BR /&gt;
Thanks.  &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:19:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disabling-line-breaking-not-working/m-p/53066#M10249</guid>
      <dc:creator>mundus</dc:creator>
      <dc:date>2020-09-28T10:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling line breaking not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disabling-line-breaking-not-working/m-p/53067#M10250</link>
      <description>&lt;P&gt;What happens if you change this to the following:&lt;/P&gt;

&lt;P&gt;SHOULD_LINEMERGE = True&lt;/P&gt;

&lt;P&gt;You will probably have to decide between BREAK_ONLY_BEFORE or LINE_BREAKER but not both. &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:19:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disabling-line-breaking-not-working/m-p/53067#M10250</guid>
      <dc:creator>tgow</dc:creator>
      <dc:date>2020-09-28T10:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling line breaking not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disabling-line-breaking-not-working/m-p/53068#M10251</link>
      <description>&lt;P&gt;Nope.  That didn't work.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 22:40:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disabling-line-breaking-not-working/m-p/53068#M10251</guid>
      <dc:creator>mundus</dc:creator>
      <dc:date>2012-01-17T22:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling line breaking not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disabling-line-breaking-not-working/m-p/53069#M10252</link>
      <description>&lt;P&gt;Any way that you could post some of the data? Can you clean it up if there is anything company specific in it? Just post a couple of events. &lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 22:42:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disabling-line-breaking-not-working/m-p/53069#M10252</guid>
      <dc:creator>tgow</dc:creator>
      <dc:date>2012-01-17T22:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling line breaking not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disabling-line-breaking-not-working/m-p/53070#M10253</link>
      <description>&lt;P&gt;Sure.  They're standard Nessus 4 NASL scripts.  Here's a snippet:&lt;/P&gt;

&lt;P&gt;if (!defined_func("bn_random")) exit(0);&lt;/P&gt;

&lt;P&gt;include("compat.inc");&lt;/P&gt;

&lt;P&gt;if (description)&lt;BR /&gt;
{&lt;BR /&gt;
  script_id(20614);&lt;BR /&gt;
  script_version("$Revision: 1.9 $");&lt;BR /&gt;
  script_cvs_date("$Date: 2011/10/21 11:16:48 $");&lt;/P&gt;

&lt;P&gt;script_cve_id("CVE-2004-0889");&lt;BR /&gt;
  script_xref(name:"USN", value:"2-1");&lt;/P&gt;

&lt;P&gt;script_name(english:"USN-2-1 : xpdf vulnerabilities");&lt;BR /&gt;
  script_summary(english:"Checks dpkg output for updated package(s)");&lt;/P&gt;

&lt;P&gt;script_set_attribute(attribute:"synopsis", value:&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:19:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disabling-line-breaking-not-working/m-p/53070#M10253</guid>
      <dc:creator>mundus</dc:creator>
      <dc:date>2020-09-28T10:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling line breaking not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disabling-line-breaking-not-working/m-p/53071#M10254</link>
      <description>&lt;P&gt;I notice that all the plugins get overwritten each time they are updated.  Maybe there's something I need to tweak in inputs.conf...?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 22:47:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disabling-line-breaking-not-working/m-p/53071#M10254</guid>
      <dc:creator>mundus</dc:creator>
      <dc:date>2012-01-17T22:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling line breaking not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disabling-line-breaking-not-working/m-p/53072#M10255</link>
      <description>&lt;P&gt;Not sure if this is the correct answer or not...&lt;/P&gt;

&lt;P&gt;I added the following to the stanza for the input:&lt;/P&gt;

&lt;P&gt;crcSalt = &lt;SOURCE&gt;&lt;/SOURCE&gt;&lt;/P&gt;

&lt;P&gt;I deleted the main index and the fishbucket and it looks like it is obeying the line breaking as expected.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 23:01:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disabling-line-breaking-not-working/m-p/53072#M10255</guid>
      <dc:creator>mundus</dc:creator>
      <dc:date>2012-01-17T23:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling line breaking not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Disabling-line-breaking-not-working/m-p/53073#M10256</link>
      <description>&lt;P&gt;Excellent glad you figured your own problem out. &lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2012 23:24:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Disabling-line-breaking-not-working/m-p/53073#M10256</guid>
      <dc:creator>tgow</dc:creator>
      <dc:date>2012-01-17T23:24:00Z</dc:date>
    </item>
  </channel>
</rss>

