<?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: Automatic field extraction is failing for one field in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Automatic-field-extraction-is-failing-for-one-field/m-p/159624#M45066</link>
    <description>&lt;P&gt;I have edited the original question, let me know if that helps.&lt;BR /&gt;
Thank you,&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jun 2015 14:01:44 GMT</pubDate>
    <dc:creator>omgwut56k</dc:creator>
    <dc:date>2015-06-17T14:01:44Z</dc:date>
    <item>
      <title>Automatic field extraction is failing for one field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Automatic-field-extraction-is-failing-for-one-field/m-p/159620#M45062</link>
      <description>&lt;P&gt;I have a field value named 'category' the raw values  are for example. &lt;/P&gt;

&lt;P&gt;"Audit Global - ABC - Login and Logout Audit"&lt;BR /&gt;
"Audit Global - ABC - Login - SQL Exception"&lt;/P&gt;

&lt;P&gt;When searching, the values for category are returned as only 'Audit' or the first 5 characters of the raw value. The field extraction is not working correctly for this field. &lt;/P&gt;

&lt;P&gt;Any ideas on what to look at? &lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 13:33:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Automatic-field-extraction-is-failing-for-one-field/m-p/159620#M45062</guid>
      <dc:creator>omgwut56k</dc:creator>
      <dc:date>2015-06-17T13:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic field extraction is failing for one field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Automatic-field-extraction-is-failing-for-one-field/m-p/159621#M45063</link>
      <description>&lt;P&gt;Show us your &lt;CODE&gt;configuration files&lt;/CODE&gt; and your &lt;CODE&gt;Knowledge Objects&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 13:44:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Automatic-field-extraction-is-failing-for-one-field/m-p/159621#M45063</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-17T13:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic field extraction is failing for one field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Automatic-field-extraction-is-failing-for-one-field/m-p/159622#M45064</link>
      <description>&lt;P&gt;hi,&lt;BR /&gt;
please can you rephrase your question? because I do not compends you well&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 13:46:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Automatic-field-extraction-is-failing-for-one-field/m-p/159622#M45064</guid>
      <dc:creator>gyslainlatsa</dc:creator>
      <dc:date>2015-06-17T13:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic field extraction is failing for one field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Automatic-field-extraction-is-failing-for-one-field/m-p/159623#M45065</link>
      <description>&lt;P&gt;Hi Woodcock, I've re-phrased my question, it might not have been phrased very clearly.&lt;/P&gt;

&lt;P&gt;props only contains a couple of unrelated field extractions and no transforms. Is there something specific you are interested in?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 14:01:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Automatic-field-extraction-is-failing-for-one-field/m-p/159623#M45065</guid>
      <dc:creator>omgwut56k</dc:creator>
      <dc:date>2015-06-17T14:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic field extraction is failing for one field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Automatic-field-extraction-is-failing-for-one-field/m-p/159624#M45066</link>
      <description>&lt;P&gt;I have edited the original question, let me know if that helps.&lt;BR /&gt;
Thank you,&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 14:01:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Automatic-field-extraction-is-failing-for-one-field/m-p/159624#M45066</guid>
      <dc:creator>omgwut56k</dc:creator>
      <dc:date>2015-06-17T14:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic field extraction is failing for one field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Automatic-field-extraction-is-failing-for-one-field/m-p/159625#M45067</link>
      <description>&lt;P&gt;This can be done pretty easily if you know when the value ends, i.e. if you know these values are enclosed in some special characters (like category="audit global ... exception") or if you know how the next field name is (like category=audit global ... exception next_field=). For the first case, define an EXTRACT-category in props.conf with the regular expression&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;category="(?&amp;lt;category&amp;gt;[^"]*?)"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or for the second do something like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;category=(?&amp;lt;category&amp;gt;.+?)\s+new_field
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;See &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Knowledge/Managesearch-timefieldextractions"&gt;here&lt;/A&gt; for the documentation on how to do those extractions.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 14:04:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Automatic-field-extraction-is-failing-for-one-field/m-p/159625#M45067</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-06-17T14:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic field extraction is failing for one field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Automatic-field-extraction-is-failing-for-one-field/m-p/159626#M45068</link>
      <description>&lt;P&gt;Perfect! Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 14:22:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Automatic-field-extraction-is-failing-for-one-field/m-p/159626#M45068</guid>
      <dc:creator>omgwut56k</dc:creator>
      <dc:date>2015-06-17T14:22:29Z</dc:date>
    </item>
  </channel>
</rss>

