<?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 Splunk 6.3 Extract Fields Props.conf &amp; transforms.conf not working in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-3-Extract-Fields-Props-conf-transforms-conf-not-working/m-p/201243#M39799</link>
    <description>&lt;P&gt;I setup a field extraction two ways, neither have worked and have caused Splunk to not function in a manner I think it should.&lt;/P&gt;

&lt;P&gt;I setup a field extraction through the GUI and applied a transform through the GUI.  Upon searching, the extraction is not shown, which would point me in the direction of my regex being incorrect, however, I do not believe this to be the case.  The weird part is when I attempt to do a field extraction through the Wizard walk through, it takes me to a blank page now, and if I remove it the page now loads.&lt;/P&gt;

&lt;P&gt;Since this did not work, I attempted to create the files manually in the app to see if the GUI was breaking it, but I got the same results as above.  below is a copy of my props and transforms config files.&lt;/P&gt;

&lt;P&gt;Props.conf:&lt;BR /&gt;
[sr_info]&lt;BR /&gt;
EXTRACT-id = id&lt;/P&gt;

&lt;P&gt;Transforms.conf&lt;BR /&gt;
[id]&lt;BR /&gt;
MV_ADD = 1&lt;BR /&gt;
REGEX = (?&amp;lt;id&amp;gt;(EI|EP|DK)\d{15})&lt;/P&gt;

&lt;P&gt;Any ideas why this would be breaking the Wizard Walk through extraction page, the one you are able to click on via the event(s)?&lt;/P&gt;

&lt;P&gt;FYI - When I do the extraction through the Wizard my regex is fine, it is rather simple anyways and wouldn't expect any issues from it.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Oct 2015 17:02:53 GMT</pubDate>
    <dc:creator>icyfeverr</dc:creator>
    <dc:date>2015-10-27T17:02:53Z</dc:date>
    <item>
      <title>Splunk 6.3 Extract Fields Props.conf &amp; transforms.conf not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-3-Extract-Fields-Props-conf-transforms-conf-not-working/m-p/201243#M39799</link>
      <description>&lt;P&gt;I setup a field extraction two ways, neither have worked and have caused Splunk to not function in a manner I think it should.&lt;/P&gt;

&lt;P&gt;I setup a field extraction through the GUI and applied a transform through the GUI.  Upon searching, the extraction is not shown, which would point me in the direction of my regex being incorrect, however, I do not believe this to be the case.  The weird part is when I attempt to do a field extraction through the Wizard walk through, it takes me to a blank page now, and if I remove it the page now loads.&lt;/P&gt;

&lt;P&gt;Since this did not work, I attempted to create the files manually in the app to see if the GUI was breaking it, but I got the same results as above.  below is a copy of my props and transforms config files.&lt;/P&gt;

&lt;P&gt;Props.conf:&lt;BR /&gt;
[sr_info]&lt;BR /&gt;
EXTRACT-id = id&lt;/P&gt;

&lt;P&gt;Transforms.conf&lt;BR /&gt;
[id]&lt;BR /&gt;
MV_ADD = 1&lt;BR /&gt;
REGEX = (?&amp;lt;id&amp;gt;(EI|EP|DK)\d{15})&lt;/P&gt;

&lt;P&gt;Any ideas why this would be breaking the Wizard Walk through extraction page, the one you are able to click on via the event(s)?&lt;/P&gt;

&lt;P&gt;FYI - When I do the extraction through the Wizard my regex is fine, it is rather simple anyways and wouldn't expect any issues from it.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2015 17:02:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-3-Extract-Fields-Props-conf-transforms-conf-not-working/m-p/201243#M39799</guid>
      <dc:creator>icyfeverr</dc:creator>
      <dc:date>2015-10-27T17:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6.3 Extract Fields Props.conf &amp; transforms.conf not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-3-Extract-Fields-Props-conf-transforms-conf-not-working/m-p/201244#M39800</link>
      <description>&lt;P&gt;Just to note, because it is not displaying in the post.  There is a (backslash) in front of the d for 15 digits.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2015 17:04:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-3-Extract-Fields-Props-conf-transforms-conf-not-working/m-p/201244#M39800</guid>
      <dc:creator>icyfeverr</dc:creator>
      <dc:date>2015-10-27T17:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6.3 Extract Fields Props.conf &amp; transforms.conf not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-3-Extract-Fields-Props-conf-transforms-conf-not-working/m-p/201245#M39801</link>
      <description>&lt;P&gt;So, I kept digging and I see that I did a foobar.  The props.conf file should not have EXTRACT in it for the transforms reference and should contain REPORT instead.&lt;/P&gt;

&lt;P&gt;Changed from:&lt;BR /&gt;
Props.conf:&lt;BR /&gt;
[sr_info]&lt;BR /&gt;
EXTRACT-id = id&lt;/P&gt;

&lt;P&gt;To:&lt;BR /&gt;
[sr_info]&lt;BR /&gt;
REPORT-id = id&lt;/P&gt;

&lt;P&gt;All is working now....Yay&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2015 17:11:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-6-3-Extract-Fields-Props-conf-transforms-conf-not-working/m-p/201245#M39801</guid>
      <dc:creator>icyfeverr</dc:creator>
      <dc:date>2015-10-27T17:11:29Z</dc:date>
    </item>
  </channel>
</rss>

