<?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 How to EXTRACT regex expression in props.conf? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-EXTRACT-regex-expression-in-props-conf/m-p/360224#M65700</link>
    <description>&lt;P&gt;I have this file with this appearance&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;first.prop.one=1
first.prop.two=2
first.prop.third=3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I was using &lt;CODE&gt;KV_MODE=Auto&lt;/CODE&gt;, but I need more than 100 results. So I went to the HF, in the sourcetype definitions added&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[sourcetype]
EXTRACT-Property=(?&amp;lt;Property&amp;gt;.+)=(?&amp;lt;Value&amp;gt;.+)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But nothing changed. Am I extracting correctly ? &lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Wed, 07 Feb 2018 17:43:40 GMT</pubDate>
    <dc:creator>greggz</dc:creator>
    <dc:date>2018-02-07T17:43:40Z</dc:date>
    <item>
      <title>How to EXTRACT regex expression in props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-EXTRACT-regex-expression-in-props-conf/m-p/360224#M65700</link>
      <description>&lt;P&gt;I have this file with this appearance&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;first.prop.one=1
first.prop.two=2
first.prop.third=3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I was using &lt;CODE&gt;KV_MODE=Auto&lt;/CODE&gt;, but I need more than 100 results. So I went to the HF, in the sourcetype definitions added&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[sourcetype]
EXTRACT-Property=(?&amp;lt;Property&amp;gt;.+)=(?&amp;lt;Value&amp;gt;.+)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But nothing changed. Am I extracting correctly ? &lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 17:43:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-EXTRACT-regex-expression-in-props-conf/m-p/360224#M65700</guid>
      <dc:creator>greggz</dc:creator>
      <dc:date>2018-02-07T17:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to EXTRACT regex expression in props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-EXTRACT-regex-expression-in-props-conf/m-p/360225#M65701</link>
      <description>&lt;P&gt;&lt;CODE&gt;EXTRACT&lt;/CODE&gt; and &lt;CODE&gt;REPORT&lt;/CODE&gt; are search time objects, and need to be in place on the search head (not the forwarder).&lt;/P&gt;

&lt;P&gt;I'd also suggest setting &lt;CODE&gt;KV_MODE = none&lt;/CODE&gt; to avoid potential conflicts.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 17:54:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-EXTRACT-regex-expression-in-props-conf/m-p/360225#M65701</guid>
      <dc:creator>micahkemp</dc:creator>
      <dc:date>2018-02-07T17:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to EXTRACT regex expression in props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-EXTRACT-regex-expression-in-props-conf/m-p/360226#M65702</link>
      <description>&lt;P&gt;Ohhh right. Anyway, is the regex correct ?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 17:59:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-EXTRACT-regex-expression-in-props-conf/m-p/360226#M65702</guid>
      <dc:creator>greggz</dc:creator>
      <dc:date>2018-02-07T17:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to EXTRACT regex expression in props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-EXTRACT-regex-expression-in-props-conf/m-p/360227#M65703</link>
      <description>&lt;P&gt;It looks okay, but just to be sure I'd write it as (?&amp;lt;Property&amp;gt;[^=]+)=(?&amp;lt;Value&amp;gt;.+)&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 18:02:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-EXTRACT-regex-expression-in-props-conf/m-p/360227#M65703</guid>
      <dc:creator>DUThibault</dc:creator>
      <dc:date>2018-02-07T18:02:20Z</dc:date>
    </item>
  </channel>
</rss>

