<?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: Props and field extraction not working in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Props-and-field-extraction-not-working/m-p/60127#M14790</link>
    <description>&lt;P&gt;Here was my workaround for now. I moved these configs out of etc\system\local and created another app. This seems to be working for now.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2013 17:56:44 GMT</pubDate>
    <dc:creator>paul_1994</dc:creator>
    <dc:date>2013-03-13T17:56:44Z</dc:date>
    <item>
      <title>Props and field extraction not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-and-field-extraction-not-working/m-p/60121#M14784</link>
      <description>&lt;P&gt;I was using IFX and regex to extarct fields from my log but I keep getting this error in the Splunkd Log&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;03-13-2013 05:45:49.662 -0700 WARN  AdminManager - Handler 'props-extract' has not performed any capability checks for this operation(requestedAction=edit, customAction="acl", item="iis-xpox : REPORT-iismpos").&lt;/CODE&gt;  This may be a bug.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;03-13-2013 05:11:42.920 -0700 WARN  AdminManager - Handler 'props-extract' has not performed any capability checks for this operation(requestedAction=list, customAction="acl", item="mpos-devicelog : EXTRACT-xpox-devicelog")&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;This error pops up everytime I try to change the permissions on the extraction.&lt;/P&gt;

&lt;P&gt;This was placed in &lt;CODE&gt;etc\system\local\props.conf&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[xpox-devicelog]&lt;BR /&gt;
EXTRACT-category-message = [^\]\n]*\]\s+(?P&amp;lt;category&amp;gt;\[([^ ]+|\w+\s+\w+|\w+\s+\w+\s+\w+\s+\w+|)\])\s+(?P&amp;lt;message&amp;gt;.+)&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Any help appreciated&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2013 13:03:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-and-field-extraction-not-working/m-p/60121#M14784</guid>
      <dc:creator>paul_1994</dc:creator>
      <dc:date>2013-03-13T13:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Props and field extraction not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-and-field-extraction-not-working/m-p/60122#M14785</link>
      <description>&lt;P&gt;What version of Splunk?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2013 14:07:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-and-field-extraction-not-working/m-p/60122#M14785</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-03-13T14:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Props and field extraction not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-and-field-extraction-not-working/m-p/60123#M14786</link>
      <description>&lt;P&gt;Make sure that &lt;CODE&gt;$APP_HOME/metadata&lt;/CODE&gt; has two files: default.meta and local.meta. &lt;CODE&gt;$APP_HOME&lt;/CODE&gt; is whatever app you were in at the time the error occurred. You should also check those files for anything relating to "iis-xpox" or "xpox-devicelog" to make sure you have permissions to those files. Also, might be a bug (what version Splunk do you have?)&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2013 14:20:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-and-field-extraction-not-working/m-p/60123#M14786</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-03-13T14:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Props and field extraction not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-and-field-extraction-not-working/m-p/60124#M14787</link>
      <description>&lt;P&gt;Is there a metedata for etc\system\local? files.. &lt;BR /&gt;
There is a etc\system\metadata in which both files are there ( default &amp;amp; local)&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2013 14:28:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-and-field-extraction-not-working/m-p/60124#M14787</guid>
      <dc:creator>paul_1994</dc:creator>
      <dc:date>2013-03-13T14:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Props and field extraction not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-and-field-extraction-not-working/m-p/60125#M14788</link>
      <description>&lt;P&gt;version 4.3.5&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2013 14:28:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-and-field-extraction-not-working/m-p/60125#M14788</guid>
      <dc:creator>paul_1994</dc:creator>
      <dc:date>2013-03-13T14:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Props and field extraction not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-and-field-extraction-not-working/m-p/60126#M14789</link>
      <description>&lt;P&gt;Yeah, those are the metadata for the system folder. Don't mess with the default one, but check the local one for your stanzas.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2013 14:30:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-and-field-extraction-not-working/m-p/60126#M14789</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-03-13T14:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Props and field extraction not working</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Props-and-field-extraction-not-working/m-p/60127#M14790</link>
      <description>&lt;P&gt;Here was my workaround for now. I moved these configs out of etc\system\local and created another app. This seems to be working for now.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2013 17:56:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Props-and-field-extraction-not-working/m-p/60127#M14790</guid>
      <dc:creator>paul_1994</dc:creator>
      <dc:date>2013-03-13T17:56:44Z</dc:date>
    </item>
  </channel>
</rss>

