<?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 Handling Data with multiple formats in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Handling-Data-with-multiple-formats/m-p/64876#M96916</link>
    <description>&lt;P&gt;Has anyone worked with parsing multiple formats within a log&lt;/P&gt;

&lt;P&gt;Example we logs like driver.log for our Datasynapse Grid processing&lt;BR /&gt;
and at least 5 different distinct formats &lt;/P&gt;

&lt;P&gt;mutil-line format&lt;/P&gt;

&lt;P&gt;[LOG|DEBUG|2011 August 23, 08:25:27 (622)|MEMORY_DEBUG|ResponseCallbacks-1: DriverJobSpace$1|162.103.129.63 (wppsa01a0038.wellsfargo.com)]&lt;BR /&gt;
In FuBaseWebProcJob::processTaskOuput(0) - heap size(50,577,408) free(8,822,904) % free(17.444357765427597)&lt;BR /&gt;
[END]&lt;/P&gt;

&lt;P&gt;2nd mutli-line&lt;BR /&gt;
Bond has been loaded from Calypso&lt;BR /&gt;
putting bond into cache cusip 3133XYJ97&lt;BR /&gt;
SourceHit=22.0 CacheHit=5.0 HitRate=18.519&lt;BR /&gt;
**** out of sync block&lt;BR /&gt;
*********BondSettleDays =1  tradeSd=08/24/2011&lt;BR /&gt;
::grName::gridlib_smiley2_prod_ro&lt;BR /&gt;
Resetting DATASYNAPSE_RETRIES to 0&lt;BR /&gt;
[2011-08-23 08:25:25.805] CARE Domain: MSRBTaskTimeoutMin=null&lt;BR /&gt;
[2011-08-23 08:25:25.805] Executing grid job...&lt;/P&gt;

&lt;P&gt;And at least 3 single line formats&lt;/P&gt;

&lt;P&gt;08/23/11 08:25:27.627 INFO: [ServiceEvent] CompletedTask:TradeAnalyticsJob:3133XYJ97-8293306600710979712-0:Total:1&lt;/P&gt;

&lt;P&gt;CARESERVICE END:CE0C1AE5-E762-4474-9541-E8724CFD8C86|45|S|3133XYJ97: TIME::8/23/11 11:59:00.674 PM EDT&lt;/P&gt;

&lt;P&gt;CalypsoServiceGrid Response has been posted. 27.0#27.0&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 09:50:15 GMT</pubDate>
    <dc:creator>jhallman</dc:creator>
    <dc:date>2020-09-28T09:50:15Z</dc:date>
    <item>
      <title>Handling Data with multiple formats</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Handling-Data-with-multiple-formats/m-p/64876#M96916</link>
      <description>&lt;P&gt;Has anyone worked with parsing multiple formats within a log&lt;/P&gt;

&lt;P&gt;Example we logs like driver.log for our Datasynapse Grid processing&lt;BR /&gt;
and at least 5 different distinct formats &lt;/P&gt;

&lt;P&gt;mutil-line format&lt;/P&gt;

&lt;P&gt;[LOG|DEBUG|2011 August 23, 08:25:27 (622)|MEMORY_DEBUG|ResponseCallbacks-1: DriverJobSpace$1|162.103.129.63 (wppsa01a0038.wellsfargo.com)]&lt;BR /&gt;
In FuBaseWebProcJob::processTaskOuput(0) - heap size(50,577,408) free(8,822,904) % free(17.444357765427597)&lt;BR /&gt;
[END]&lt;/P&gt;

&lt;P&gt;2nd mutli-line&lt;BR /&gt;
Bond has been loaded from Calypso&lt;BR /&gt;
putting bond into cache cusip 3133XYJ97&lt;BR /&gt;
SourceHit=22.0 CacheHit=5.0 HitRate=18.519&lt;BR /&gt;
**** out of sync block&lt;BR /&gt;
*********BondSettleDays =1  tradeSd=08/24/2011&lt;BR /&gt;
::grName::gridlib_smiley2_prod_ro&lt;BR /&gt;
Resetting DATASYNAPSE_RETRIES to 0&lt;BR /&gt;
[2011-08-23 08:25:25.805] CARE Domain: MSRBTaskTimeoutMin=null&lt;BR /&gt;
[2011-08-23 08:25:25.805] Executing grid job...&lt;/P&gt;

&lt;P&gt;And at least 3 single line formats&lt;/P&gt;

&lt;P&gt;08/23/11 08:25:27.627 INFO: [ServiceEvent] CompletedTask:TradeAnalyticsJob:3133XYJ97-8293306600710979712-0:Total:1&lt;/P&gt;

&lt;P&gt;CARESERVICE END:CE0C1AE5-E762-4474-9541-E8724CFD8C86|45|S|3133XYJ97: TIME::8/23/11 11:59:00.674 PM EDT&lt;/P&gt;

&lt;P&gt;CalypsoServiceGrid Response has been posted. 27.0#27.0&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:50:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Handling-Data-with-multiple-formats/m-p/64876#M96916</guid>
      <dc:creator>jhallman</dc:creator>
      <dc:date>2020-09-28T09:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Data with multiple formats</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Handling-Data-with-multiple-formats/m-p/64877#M96917</link>
      <description>&lt;P&gt;I assume the problem is that these variants are all inside of a single file.  This blog does a good job of explaining how to handle that:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.function1.com/2013/01/oh-no-splunking-log-files-with-multiple-formats-no-problem"&gt;http://www.function1.com/2013/01/oh-no-splunking-log-files-with-multiple-formats-no-problem&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2015 03:47:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Handling-Data-with-multiple-formats/m-p/64877#M96917</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-05T03:47:04Z</dc:date>
    </item>
  </channel>
</rss>

