<?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: Multivalue value from props transforms fields.conf in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Multivalue-value-from-props-transforms-fields-conf/m-p/324734#M96847</link>
    <description>&lt;P&gt;able to solve it .. used split in eval command:&lt;BR /&gt;
eval allowed_ip=split(allowed_ip,",") and it worked perfectly&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 18:16:42 GMT</pubDate>
    <dc:creator>isha_rastogi</dc:creator>
    <dc:date>2020-09-29T18:16:42Z</dc:date>
    <item>
      <title>Multivalue value from props transforms fields.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multivalue-value-from-props-transforms-fields-conf/m-p/324733#M96846</link>
      <description>&lt;P&gt;I've field extracting as: allowed_ip: 10.1.1.10,10.2.2.15,10.3.3.14"&lt;BR /&gt;
Using makemv in inline gives separate values makemv delim=", " allowed_ip"&lt;BR /&gt;
I'm trying to implement it on backend instead of writing it inline none of it is working. Used fields.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[allowed_ip]
TOKENIZER=([^\,]+)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also tried to implement it in props.conf and transforms.conf:&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[abc:pce:metadata]
EXTRACT-IP = allowed_ip
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[allowed_ip]
CLEAN_KEYS = 0
MV_ADD = 1
REGEX = (?&amp;lt;IP&amp;gt;[^,]+)
SOURCE_KEY = allowed_ip
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:16:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multivalue-value-from-props-transforms-fields-conf/m-p/324733#M96846</guid>
      <dc:creator>isha_rastogi</dc:creator>
      <dc:date>2020-09-29T18:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Multivalue value from props transforms fields.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multivalue-value-from-props-transforms-fields-conf/m-p/324734#M96847</link>
      <description>&lt;P&gt;able to solve it .. used split in eval command:&lt;BR /&gt;
eval allowed_ip=split(allowed_ip,",") and it worked perfectly&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:16:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multivalue-value-from-props-transforms-fields-conf/m-p/324734#M96847</guid>
      <dc:creator>isha_rastogi</dc:creator>
      <dc:date>2020-09-29T18:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Multivalue value from props transforms fields.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multivalue-value-from-props-transforms-fields-conf/m-p/324735#M96848</link>
      <description>&lt;P&gt;Thanks heaps @isha_rastogi , this helped me out a lot. &lt;BR /&gt;
search-time &amp;gt; index-time and all that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Oct 2018 00:10:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multivalue-value-from-props-transforms-fields-conf/m-p/324735#M96848</guid>
      <dc:creator>gavins_k1</dc:creator>
      <dc:date>2018-10-20T00:10:35Z</dc:date>
    </item>
  </channel>
</rss>

