<?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: Splunk field-extraction strangeness. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-field-extraction-strangeness/m-p/42837#M10065</link>
    <description>&lt;P&gt;This sounds very much like the situation described in this blog post: &lt;A href="http://blogs.splunk.com/2011/10/07/cannot-search-based-on-an-extracted-field/"&gt;http://blogs.splunk.com/2011/10/07/cannot-search-based-on-an-extracted-field/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jan 2012 07:15:30 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2012-01-02T07:15:30Z</dc:date>
    <item>
      <title>Splunk field-extraction strangeness.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-field-extraction-strangeness/m-p/42836#M10064</link>
      <description>&lt;P&gt;Folks,&lt;/P&gt;

&lt;P&gt;Running Splunk 4.2.4 in a distributed setup (1 SH + 1 Indexer).&lt;/P&gt;

&lt;P&gt;In the Splunk for Cisco Firewall TA is defined the following in the apps transforms.conf:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[ciscosyslog-action-allowed]&lt;BR /&gt;
REGEX = (Built|[pP]ermitted)&lt;BR /&gt;
FORMAT = action::allowed actual_action::$1&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Running the following search &lt;CODE&gt;sourcetype=cisco_asa actual_action=Built&lt;/CODE&gt; works OK.&lt;/P&gt;

&lt;P&gt;However, running &lt;CODE&gt;sourcetype=cisco_asa action=allowed&lt;/CODE&gt; returns no results.&lt;/P&gt;

&lt;P&gt;The transform is running, permissions are global read/write (set by the app), and i can see the 'action' field in the field picker, with the value "allowed" in it, but when it's added to the search it returns no results?&lt;/P&gt;

&lt;P&gt;Also clicking on the value in the field picker returns no results.&lt;/P&gt;

&lt;P&gt;Anyone have any ideas to try? (i've run out...) &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jan 2012 03:35:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-field-extraction-strangeness/m-p/42836#M10064</guid>
      <dc:creator>Splunker</dc:creator>
      <dc:date>2012-01-01T03:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk field-extraction strangeness.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-field-extraction-strangeness/m-p/42837#M10065</link>
      <description>&lt;P&gt;This sounds very much like the situation described in this blog post: &lt;A href="http://blogs.splunk.com/2011/10/07/cannot-search-based-on-an-extracted-field/"&gt;http://blogs.splunk.com/2011/10/07/cannot-search-based-on-an-extracted-field/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2012 07:15:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-field-extraction-strangeness/m-p/42837#M10065</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-01-02T07:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk field-extraction strangeness.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-field-extraction-strangeness/m-p/42838#M10066</link>
      <description>&lt;P&gt;Thank you Ayn! That was most definitely the issue which is now resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I will also submit this as a bug in the Cisco Firewall TA app (amongst a few others).&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2012 09:30:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-field-extraction-strangeness/m-p/42838#M10066</guid>
      <dc:creator>Splunker</dc:creator>
      <dc:date>2012-01-02T09:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk field-extraction strangeness.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-field-extraction-strangeness/m-p/42839#M10067</link>
      <description>&lt;P&gt;I am having the exact same issue. Can you please post the fix here so others can use it?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2013 06:03:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-field-extraction-strangeness/m-p/42839#M10067</guid>
      <dc:creator>andrew_garvin</dc:creator>
      <dc:date>2013-02-25T06:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk field-extraction strangeness.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-field-extraction-strangeness/m-p/42840#M10068</link>
      <description>&lt;P&gt;The fix is to add to fields.conf this:&lt;BR /&gt;
&lt;PRE&gt;&lt;BR /&gt;
[action]&lt;BR /&gt;
INDEXED_VALUE = false&lt;BR /&gt;
&lt;/PRE&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 02 May 2015 13:46:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-field-extraction-strangeness/m-p/42840#M10068</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-05-02T13:46:15Z</dc:date>
    </item>
  </channel>
</rss>

