<?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 Multiline log in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Multiline-log/m-p/68933#M13947</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have a log that the customer wants to have parsed and put in to the dashboard.  The log is pretty awkward and I'm not sure how to rex out the following:&lt;/P&gt;

&lt;P&gt;Message Content (Buffer Size is 65536 bytes):&lt;BR /&gt;
                282 of 40000 Containers in use.&lt;BR /&gt;
                271 of 40000 Buffers in use.&lt;BR /&gt;
                8 Containers in use longer than 60.0 seconds.&lt;BR /&gt;
Message Metadata (Buffer Size is 16384 bytes):&lt;BR /&gt;
                40 of 20000 Containers in use.&lt;BR /&gt;
                117 of 20000 Buffers in use.&lt;BR /&gt;
                0 Containers in use longer than 60.0 seconds.&lt;BR /&gt;
Transaction Log (Buffer Size is 8192 bytes):&lt;BR /&gt;
                16 of 8192 Containers in use.&lt;/P&gt;

&lt;P&gt;So there are 3 events in each log entry and multiple values for each event.  What is the best way of doing this?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Rick&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jun 2012 19:36:52 GMT</pubDate>
    <dc:creator>rjyetter</dc:creator>
    <dc:date>2012-06-06T19:36:52Z</dc:date>
    <item>
      <title>Multiline log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiline-log/m-p/68933#M13947</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have a log that the customer wants to have parsed and put in to the dashboard.  The log is pretty awkward and I'm not sure how to rex out the following:&lt;/P&gt;

&lt;P&gt;Message Content (Buffer Size is 65536 bytes):&lt;BR /&gt;
                282 of 40000 Containers in use.&lt;BR /&gt;
                271 of 40000 Buffers in use.&lt;BR /&gt;
                8 Containers in use longer than 60.0 seconds.&lt;BR /&gt;
Message Metadata (Buffer Size is 16384 bytes):&lt;BR /&gt;
                40 of 20000 Containers in use.&lt;BR /&gt;
                117 of 20000 Buffers in use.&lt;BR /&gt;
                0 Containers in use longer than 60.0 seconds.&lt;BR /&gt;
Transaction Log (Buffer Size is 8192 bytes):&lt;BR /&gt;
                16 of 8192 Containers in use.&lt;/P&gt;

&lt;P&gt;So there are 3 events in each log entry and multiple values for each event.  What is the best way of doing this?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2012 19:36:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiline-log/m-p/68933#M13947</guid>
      <dc:creator>rjyetter</dc:creator>
      <dc:date>2012-06-06T19:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiline log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiline-log/m-p/68934#M13948</link>
      <description>&lt;P&gt;I would use SHOULD_LINEMERGE = true, treat the whole thing as one event, then you can rex it as a single multi-line event.  Yeah, that's ugly, and your regex would be something like &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;Message\sContent.*(?&amp;lt;content_containers&amp;gt;\d+)\sof\s(?&amp;lt;content_containers_max&amp;gt;\d+)...&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2012 19:46:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiline-log/m-p/68934#M13948</guid>
      <dc:creator>sowings</dc:creator>
      <dc:date>2012-06-06T19:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiline log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiline-log/m-p/68935#M13949</link>
      <description>&lt;P&gt;Are the 3 'sub-events' listed above always present in each event? &lt;BR /&gt;
In that order? &lt;BR /&gt;
Are they always the same (Message Content, Message Metadata, Transaction Log)?&lt;BR /&gt;
Which values do you want to extract - just the 282, 271, 8, 40, 117, 0, 16? Or do you want Max values and buffer sizes etc as well?&lt;/P&gt;

&lt;P&gt;/k&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2012 13:11:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiline-log/m-p/68935#M13949</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-06-07T13:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multiline log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiline-log/m-p/68936#M13950</link>
      <description>&lt;P&gt;hi sowings&lt;/P&gt;

&lt;P&gt;we recently integrate the aix servers with splunk. &lt;BR /&gt;
when we see the audit logs in system itself it is showing the logs in two lines. and in splunk it only shows the first line.&lt;BR /&gt;
how to fix that issue&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 13:53:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiline-log/m-p/68936#M13950</guid>
      <dc:creator>rashid47010</dc:creator>
      <dc:date>2017-01-10T13:53:25Z</dc:date>
    </item>
  </channel>
</rss>

