<?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 How to parse and extract unstructured .log file data in Splunk? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-parse-and-extract-unstructured-log-file-data-in-Splunk/m-p/176628#M50738</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;04/07/15 23:55:01
Device:    a      b      c      d      e       f      g      h      i      j      k
1ppd       0.00   0.00   0.00   0.00   0.00    0.00   0.00   0.00   0.00   0.00   0.00
2ppc       0.00   0.00   0.00   0.00   0.00    0.00   0.00   0.00   0.00   0.00   0.00
3ppb       0.00   5.00   0.00   1.00   0.00    24.00  41.00  0.00   2.00   1.00   0.80
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It's a .log file, so it's not so structured hence uncommon to be parsed.&lt;BR /&gt;
However, I'm desperately looking for ways to extract, say, column j and k from this log file and table it using Splunk.&lt;BR /&gt;
I would appreciate any kind of input.&lt;/P&gt;

&lt;P&gt;Thank you in advance,&lt;BR /&gt;
Best,&lt;BR /&gt;
Jack&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jun 2015 19:41:05 GMT</pubDate>
    <dc:creator>minkyuk</dc:creator>
    <dc:date>2015-06-25T19:41:05Z</dc:date>
    <item>
      <title>How to parse and extract unstructured .log file data in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-parse-and-extract-unstructured-log-file-data-in-Splunk/m-p/176628#M50738</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;04/07/15 23:55:01
Device:    a      b      c      d      e       f      g      h      i      j      k
1ppd       0.00   0.00   0.00   0.00   0.00    0.00   0.00   0.00   0.00   0.00   0.00
2ppc       0.00   0.00   0.00   0.00   0.00    0.00   0.00   0.00   0.00   0.00   0.00
3ppb       0.00   5.00   0.00   1.00   0.00    24.00  41.00  0.00   2.00   1.00   0.80
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It's a .log file, so it's not so structured hence uncommon to be parsed.&lt;BR /&gt;
However, I'm desperately looking for ways to extract, say, column j and k from this log file and table it using Splunk.&lt;BR /&gt;
I would appreciate any kind of input.&lt;/P&gt;

&lt;P&gt;Thank you in advance,&lt;BR /&gt;
Best,&lt;BR /&gt;
Jack&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2015 19:41:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-parse-and-extract-unstructured-log-file-data-in-Splunk/m-p/176628#M50738</guid>
      <dc:creator>minkyuk</dc:creator>
      <dc:date>2015-06-25T19:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse and extract unstructured .log file data in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-parse-and-extract-unstructured-log-file-data-in-Splunk/m-p/176629#M50739</link>
      <description>&lt;P&gt;Have you tried reading up on Field Extractions in Splunk?&lt;BR /&gt;
Ref:  &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Knowledge/ExtractfieldsinteractivelywithIFX"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/Knowledge/ExtractfieldsinteractivelywithIFX&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can also specify transforms for your data ( transforms.conf + props.conf)&lt;BR /&gt;
Ref: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Knowledge/Createandmaintainsearch-timefieldextractionsthroughconfigurationfiles"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/Knowledge/Createandmaintainsearch-timefieldextractionsthroughconfigurationfiles&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2015 21:12:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-parse-and-extract-unstructured-log-file-data-in-Splunk/m-p/176629#M50739</guid>
      <dc:creator>sk314</dc:creator>
      <dc:date>2015-06-25T21:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse and extract unstructured .log file data in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-parse-and-extract-unstructured-log-file-data-in-Splunk/m-p/176630#M50740</link>
      <description>&lt;P&gt;Well, I think semantically I'd argue that this data is indeed structured. That said, more detail is probably needed on the nature of what the row headings (1ppd, 1ppc, etc) and values (0.00, 5.00)  represent before we can decide how best to parse this data.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2015 21:36:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-parse-and-extract-unstructured-log-file-data-in-Splunk/m-p/176630#M50740</guid>
      <dc:creator>rkent</dc:creator>
      <dc:date>2015-06-25T21:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to parse and extract unstructured .log file data in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-parse-and-extract-unstructured-log-file-data-in-Splunk/m-p/176631#M50741</link>
      <description>&lt;P&gt;&lt;CODE&gt;multikv&lt;/CODE&gt; has been developed for this kind of table-ish source: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/SearchReference/multikv"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/SearchReference/multikv&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;base search | multikv | ...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 Jun 2015 09:29:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-parse-and-extract-unstructured-log-file-data-in-Splunk/m-p/176631#M50741</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-06-26T09:29:46Z</dc:date>
    </item>
  </channel>
</rss>

