<?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.conf extractions in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Props-conf-extractions/m-p/236325#M45930</link>
    <description>&lt;P&gt;Does it work if you run it in an ad-hoc search and is it just the format or are you missing a capturing group name?&lt;/P&gt;</description>
    <pubDate>Tue, 23 Aug 2016 20:54:31 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2016-08-23T20:54:31Z</dc:date>
    <item>
      <title>Props.conf extractions</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Props-conf-extractions/m-p/236324#M45929</link>
      <description>&lt;P&gt;Any reason why my statement for props.conf isn't showing up as an extracted field?&lt;/P&gt;

&lt;P&gt;EXTRACT-kls_error = (?(kls_error_*)\w+)&lt;/P&gt;

&lt;P&gt;When I use just the rex in a search it gets the exact info that I need but when I am trying to create an extracted field it cannot&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:40:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Props-conf-extractions/m-p/236324#M45929</guid>
      <dc:creator>JoshuaJohn</dc:creator>
      <dc:date>2020-09-29T10:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Props.conf extractions</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Props-conf-extractions/m-p/236325#M45930</link>
      <description>&lt;P&gt;Does it work if you run it in an ad-hoc search and is it just the format or are you missing a capturing group name?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 20:54:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Props-conf-extractions/m-p/236325#M45930</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2016-08-23T20:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Props.conf extractions</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Props-conf-extractions/m-p/236326#M45931</link>
      <description>&lt;P&gt;I believe you are missing group name like MuS suggested. Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;EXTRACT-kls_error = (?&amp;lt;kls_error&amp;gt;kls\_error\_[\w]+)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Aug 2016 21:05:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Props-conf-extractions/m-p/236326#M45931</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2016-08-23T21:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Props.conf extractions</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Props-conf-extractions/m-p/236327#M45932</link>
      <description>&lt;P&gt;@diogofgm is correct, you need to put &lt;CODE&gt;&amp;lt;NAME&amp;gt;&lt;/CODE&gt; in your expression&lt;/P&gt;

&lt;P&gt;For troubleshooting, you could try the extraction via &lt;CODE&gt;rex&lt;/CODE&gt; in the search bar to test it and see if it works&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;... | rex (?&amp;lt;kls_error&amp;gt;kls\_error\_[\w]+)&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 22:15:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Props-conf-extractions/m-p/236327#M45932</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-08-23T22:15:24Z</dc:date>
    </item>
  </channel>
</rss>

