<?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: extracting the field in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/extracting-the-field/m-p/26228#M5045</link>
    <description>&lt;P&gt;Just to expand what @dmaislin_splunk is saying. You can use the rex command with the regex above like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|rex field=_raw "^Failed\schunks\s=\s(?&amp;lt;failedchunks&amp;gt;\d+)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 07 Nov 2012 19:43:20 GMT</pubDate>
    <dc:creator>Rob</dc:creator>
    <dc:date>2012-11-07T19:43:20Z</dc:date>
    <item>
      <title>extracting the field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/extracting-the-field/m-p/26225#M5042</link>
      <description>&lt;P&gt;hi all &lt;/P&gt;

&lt;P&gt;please help me in extracting the feild called Failed from the following events  &lt;/P&gt;

&lt;P&gt;Mon Jun 25 11:13:41 CDT 2012,UpdateDealStartPricesTask,Status : Completed with errors&lt;/P&gt;

&lt;P&gt;Total chunks = 5&lt;/P&gt;

&lt;P&gt;Successful chunks = 3&lt;/P&gt;

&lt;P&gt;Failed chunks = 2&lt;/P&gt;

&lt;P&gt;i used the extract fields --&amp;gt;i typed the failed there and i generate but its shows me&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;No regex could be learned. Try providing different examples or restriction.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2012 11:28:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/extracting-the-field/m-p/26225#M5042</guid>
      <dc:creator>splunkpoornima</dc:creator>
      <dc:date>2012-11-07T11:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: extracting the field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/extracting-the-field/m-p/26226#M5043</link>
      <description>&lt;P&gt;you should narrow your search , so that you will get the source file with your field to be extracted. the examples you are providing should be there in the right side.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2012 11:44:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/extracting-the-field/m-p/26226#M5043</guid>
      <dc:creator>smolcj</dc:creator>
      <dc:date>2012-11-07T11:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: extracting the field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/extracting-the-field/m-p/26227#M5044</link>
      <description>&lt;P&gt;Just create or modify the field extraction to be:&lt;/P&gt;

&lt;P&gt;^Failed chunks\s=\s(?&lt;FAILEDCHUNKS&gt;\d+)&lt;/FAILEDCHUNKS&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2012 13:08:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/extracting-the-field/m-p/26227#M5044</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2012-11-07T13:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: extracting the field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/extracting-the-field/m-p/26228#M5045</link>
      <description>&lt;P&gt;Just to expand what @dmaislin_splunk is saying. You can use the rex command with the regex above like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|rex field=_raw "^Failed\schunks\s=\s(?&amp;lt;failedchunks&amp;gt;\d+)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Nov 2012 19:43:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/extracting-the-field/m-p/26228#M5045</guid>
      <dc:creator>Rob</dc:creator>
      <dc:date>2012-11-07T19:43:20Z</dc:date>
    </item>
  </channel>
</rss>

