<?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 Why is my current props and transforms configuration not extracting a multivalue field properly? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-current-props-and-transforms-configuration-not/m-p/117904#M31412</link>
    <description>&lt;P&gt;Hi &lt;BR /&gt;
I don't know what I am doing wrong. I am try to extract a multivalue field, &lt;CODE&gt;error_num&lt;/CODE&gt;.  I tested it in the search app and it worked correctly. This is what I got:&lt;/P&gt;

&lt;P&gt;props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[JobEventLog]
TRANSFORMS-error_num = mvfield_error_num
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[mvfield_error_num]
 SOURCE_KEY = _raw
 REGEX = ERROR_:(?&amp;lt;error_num&amp;gt;d{5})
 MV_ADD = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 20 May 2015 16:21:07 GMT</pubDate>
    <dc:creator>edrivera3</dc:creator>
    <dc:date>2015-05-20T16:21:07Z</dc:date>
    <item>
      <title>Why is my current props and transforms configuration not extracting a multivalue field properly?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-current-props-and-transforms-configuration-not/m-p/117904#M31412</link>
      <description>&lt;P&gt;Hi &lt;BR /&gt;
I don't know what I am doing wrong. I am try to extract a multivalue field, &lt;CODE&gt;error_num&lt;/CODE&gt;.  I tested it in the search app and it worked correctly. This is what I got:&lt;/P&gt;

&lt;P&gt;props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[JobEventLog]
TRANSFORMS-error_num = mvfield_error_num
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[mvfield_error_num]
 SOURCE_KEY = _raw
 REGEX = ERROR_:(?&amp;lt;error_num&amp;gt;d{5})
 MV_ADD = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 May 2015 16:21:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-current-props-and-transforms-configuration-not/m-p/117904#M31412</guid>
      <dc:creator>edrivera3</dc:creator>
      <dc:date>2015-05-20T16:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my current props and transforms configuration not extracting a multivalue field properly?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-current-props-and-transforms-configuration-not/m-p/117905#M31413</link>
      <description>&lt;P&gt;There is an underscore before "raw" but it doesn't show.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 16:30:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-current-props-and-transforms-configuration-not/m-p/117905#M31413</guid>
      <dc:creator>edrivera3</dc:creator>
      <dc:date>2015-05-20T16:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my current props and transforms configuration not extracting a multivalue field properly?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-current-props-and-transforms-configuration-not/m-p/117906#M31414</link>
      <description>&lt;P&gt;Are you wanting to do this extraction at search time (which is most common) or index time? Your &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/Transformsconf"&gt;transforms.conf&lt;/A&gt; stanza looks like a search time extraction  however your &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/Propsconf"&gt;props.conf&lt;/A&gt; is referring to it as an index_time configuration. (Search time uses &lt;CODE&gt;REPORT-name&lt;/CODE&gt; index time uses &lt;CODE&gt;TRANSFORMS-name&lt;/CODE&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 16:37:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-current-props-and-transforms-configuration-not/m-p/117906#M31414</guid>
      <dc:creator>acharlieh</dc:creator>
      <dc:date>2015-05-20T16:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my current props and transforms configuration not extracting a multivalue field properly?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-current-props-and-transforms-configuration-not/m-p/117907#M31415</link>
      <description>&lt;P&gt;Just edited it for ya @edrivera3. I usually highlight config stanzas and click on the "Code Sample" button in the editor to render special characters properly for regex. &lt;/P&gt;

&lt;P&gt;Also, you should include some sample data for users to better help you out, especially when it comes to regex and field extraction related questions. &lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 16:38:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-current-props-and-transforms-configuration-not/m-p/117907#M31415</guid>
      <dc:creator>ppablo</dc:creator>
      <dc:date>2015-05-20T16:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my current props and transforms configuration not extracting a multivalue field properly?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-current-props-and-transforms-configuration-not/m-p/117908#M31416</link>
      <description>&lt;P&gt;Are your permissions correct (is it private to another user than the one searching)?&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 16:53:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-current-props-and-transforms-configuration-not/m-p/117908#M31416</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-05-20T16:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my current props and transforms configuration not extracting a multivalue field properly?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-current-props-and-transforms-configuration-not/m-p/117909#M31417</link>
      <description>&lt;P&gt;Thank you acharlieh. I want to do the extraction at search time. I changed the props.conf to "REPORT" and it is working correctly now. Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 16:59:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-current-props-and-transforms-configuration-not/m-p/117909#M31417</guid>
      <dc:creator>edrivera3</dc:creator>
      <dc:date>2015-05-20T16:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my current props and transforms configuration not extracting a multivalue field properly?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-current-props-and-transforms-configuration-not/m-p/117910#M31418</link>
      <description>&lt;P&gt;Glad to hear it helped! Converted my comment to an answer so it can be accepted.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 17:00:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-current-props-and-transforms-configuration-not/m-p/117910#M31418</guid>
      <dc:creator>acharlieh</dc:creator>
      <dc:date>2015-05-20T17:00:52Z</dc:date>
    </item>
  </channel>
</rss>

