<?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: Multiple values, same field -- how? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Multiple-values-same-field-how/m-p/42348#M9893</link>
    <description>&lt;P&gt;REPORT-memberOf = multivalue_ldif. The EXTRACT signifies inline regex.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Feb 2011 12:17:49 GMT</pubDate>
    <dc:creator>Stephen_Sorkin</dc:creator>
    <dc:date>2011-02-11T12:17:49Z</dc:date>
    <item>
      <title>Multiple values, same field -- how?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-values-same-field-how/m-p/42345#M9890</link>
      <description>&lt;P&gt;I'm not sure how to workaround an issue where my field extraction is working on multiple values of the same field.  For example, I have the following event that contains lines from ldap:&lt;/P&gt;

&lt;P&gt;(this is in one event)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;memberOf: CN=tina
memberOf: CN=toby
memberOf: CN=ben
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My field extraction looks like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(?i)memberOf: (?P&amp;lt;memberOf&amp;gt;[^\n]+) 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Splunk only pulls out the first instance of memberOf (CN=tina) and ignores the others.  Is there a simple solution for this?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2011 03:31:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-values-same-field-how/m-p/42345#M9890</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2011-02-11T03:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple values, same field -- how?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-values-same-field-how/m-p/42346#M9891</link>
      <description>&lt;P&gt;I edited your source event data to match the regex. Please verify that I edited it correctly. Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2011 03:49:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-values-same-field-how/m-p/42346#M9891</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-02-11T03:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple values, same field -- how?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-values-same-field-how/m-p/42347#M9892</link>
      <description>&lt;P&gt;Comments doesn't allow me to format so here's my comment as a response:&lt;/P&gt;

&lt;P&gt;How do I configure props so that it can be referenced in transforms? The following doesn't appear to work at all: &lt;/P&gt;

&lt;P&gt;props.conf: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[ldif] 
EXTRACT-memberOf = multivalue_ldif 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms: 
[multivalue_ldif] &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;REGEX = (?i)memberOf: CN=(?P&amp;lt;memberOf&amp;gt;[^\,]+) 
MV_ADD = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 11 Feb 2011 07:54:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-values-same-field-how/m-p/42347#M9892</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2011-02-11T07:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple values, same field -- how?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-values-same-field-how/m-p/42348#M9893</link>
      <description>&lt;P&gt;REPORT-memberOf = multivalue_ldif. The EXTRACT signifies inline regex.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2011 12:17:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-values-same-field-how/m-p/42348#M9893</guid>
      <dc:creator>Stephen_Sorkin</dc:creator>
      <dc:date>2011-02-11T12:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple values, same field -- how?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiple-values-same-field-how/m-p/42349#M9894</link>
      <description>&lt;P&gt;w00t.  Thanks Ledion and Stephen!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2011 13:27:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiple-values-same-field-how/m-p/42349#M9894</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2011-02-11T13:27:40Z</dc:date>
    </item>
  </channel>
</rss>

