<?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: Multi line log issue in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Multi-line-log-issue/m-p/77327#M15847</link>
    <description>&lt;P&gt;Sorry for the posting glitch, my bad with the # versus = sign.  In this case the forwarder being used is the light forwarder.  Thanks for the tip, I'll make the entry in the indexer's props.conf and see how that works.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Oct 2010 08:01:32 GMT</pubDate>
    <dc:creator>castle1126</dc:creator>
    <dc:date>2010-10-26T08:01:32Z</dc:date>
    <item>
      <title>Multi line log issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multi-line-log-issue/m-p/77321#M15841</link>
      <description>&lt;P&gt;I have a Windows system with 4.1.5 forwarding to my Splunk indexer, that puts out logs in this format:&lt;/P&gt;

&lt;H3&gt;begin error&lt;/H3&gt;

&lt;P&gt;lines
of
interesting
log entries&lt;/P&gt;

&lt;H3&gt;end error&lt;/H3&gt;

&lt;P&gt;I've been noodling around with different options within the PROPS.CONF on the Forwarder system.  So far no luck.  My goal is to be have the forwarder sear the data correctly then transfer to the Indexing server.  &lt;/P&gt;

&lt;P&gt;Any tips or ideas I'm missing?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2010 01:28:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multi-line-log-issue/m-p/77321#M15841</guid>
      <dc:creator>castle1126</dc:creator>
      <dc:date>2010-10-26T01:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Multi line log issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multi-line-log-issue/m-p/77322#M15842</link>
      <description>&lt;P&gt;So do you want multiline events or not? Can't quite tell from your question. Can you please clarify?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2010 01:58:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multi-line-log-issue/m-p/77322#M15842</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2010-10-26T01:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multi line log issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multi-line-log-issue/m-p/77323#M15843</link>
      <description>&lt;P&gt;Are these Windows Event Log events or text-based?  What do you want the indexed events to look like?&lt;/P&gt;

&lt;P&gt;If all events follow the format you describe, then it should be enough to do:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#props.conf
[yoursourcetype]
LINE_BREAKER=([\r\n]+)(### begin error)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Not sure if the hash marks would need to be escaped.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2010 02:27:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multi-line-log-issue/m-p/77323#M15843</guid>
      <dc:creator>southeringtonp</dc:creator>
      <dc:date>2010-10-26T02:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Multi line log issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multi-line-log-issue/m-p/77324#M15844</link>
      <description>&lt;P&gt;The logs I'm going after are not Event logs, they're output from a custom program.  I tried as you noted and no luck.  The first event shows the header line (===== begin error =====) and the next line from the file (ASP error on page: &lt;A href="http://server/page.asp"&gt;http://server/page.asp&lt;/A&gt;).&lt;BR /&gt;
The next event begins with the 3rd line of text (At 10/25/2010 3:55:09pm) and shows the remaining lines of text up to the last line (=====  end error  =====).&lt;/P&gt;

&lt;P&gt;By the way, I tested the = sign in REGEX Buddy and it recognized the = sign as a character.&lt;/P&gt;

&lt;P&gt;Any other ideas?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2010 03:01:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multi-line-log-issue/m-p/77324#M15844</guid>
      <dc:creator>castle1126</dc:creator>
      <dc:date>2010-10-26T03:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multi line log issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multi-line-log-issue/m-p/77325#M15845</link>
      <description>&lt;P&gt;A question - in my setup the forwarder system has the props.conf with the LINE_BREAKER entry in it.  Should this props.conf be moved to the indexing server or left on the forwarding system?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2010 03:06:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multi-line-log-issue/m-p/77325#M15845</guid>
      <dc:creator>castle1126</dc:creator>
      <dc:date>2010-10-26T03:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multi line log issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multi-line-log-issue/m-p/77326#M15846</link>
      <description>&lt;P&gt;Equals signs would not need to be escaped. In your original question, you had hashes, which might have been interpreted as the beginning of a comment in the config file. If you are using a lightweight forwarder, then do this at the indexer. For heavy-weight forwarders, do it at the forwarder.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2010 04:22:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multi-line-log-issue/m-p/77326#M15846</guid>
      <dc:creator>southeringtonp</dc:creator>
      <dc:date>2010-10-26T04:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multi line log issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multi-line-log-issue/m-p/77327#M15847</link>
      <description>&lt;P&gt;Sorry for the posting glitch, my bad with the # versus = sign.  In this case the forwarder being used is the light forwarder.  Thanks for the tip, I'll make the entry in the indexer's props.conf and see how that works.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2010 08:01:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multi-line-log-issue/m-p/77327#M15847</guid>
      <dc:creator>castle1126</dc:creator>
      <dc:date>2010-10-26T08:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multi line log issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multi-line-log-issue/m-p/77328#M15848</link>
      <description>&lt;P&gt;Hey SoutheringtonP,&lt;/P&gt;

&lt;P&gt;I changed the client from running LightForwarder to Forwarder.  Your change to the props.conf worked perfect!  Thanks for the insight!!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2010 22:14:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multi-line-log-issue/m-p/77328#M15848</guid>
      <dc:creator>castle1126</dc:creator>
      <dc:date>2010-10-26T22:14:43Z</dc:date>
    </item>
  </channel>
</rss>

