<?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 make a string field multivalued? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-make-a-string-field-multivalued/m-p/442862#M168348</link>
    <description>&lt;P&gt;I have a event field that comes in as a string that is comma separated. &lt;BR /&gt;
field look like &lt;A href="https://google.con,https://Microsoft.com,https://splunk.com"&gt;https://google.con,https://Microsoft.com,https://splunk.com&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In my props I have an eval:&lt;BR /&gt;
EVAL-urls = split(urls, ",")&lt;/P&gt;

&lt;P&gt;when searched we only see the  &lt;A href="https://google.com"&gt;https://google.com&lt;/A&gt; is the urls field.&lt;/P&gt;

&lt;P&gt;How can I make this multivalued ?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jul 2018 14:57:31 GMT</pubDate>
    <dc:creator>pfabrizi</dc:creator>
    <dc:date>2018-07-12T14:57:31Z</dc:date>
    <item>
      <title>How make a string field multivalued?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-make-a-string-field-multivalued/m-p/442862#M168348</link>
      <description>&lt;P&gt;I have a event field that comes in as a string that is comma separated. &lt;BR /&gt;
field look like &lt;A href="https://google.con,https://Microsoft.com,https://splunk.com"&gt;https://google.con,https://Microsoft.com,https://splunk.com&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In my props I have an eval:&lt;BR /&gt;
EVAL-urls = split(urls, ",")&lt;/P&gt;

&lt;P&gt;when searched we only see the  &lt;A href="https://google.com"&gt;https://google.com&lt;/A&gt; is the urls field.&lt;/P&gt;

&lt;P&gt;How can I make this multivalued ?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 14:57:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-make-a-string-field-multivalued/m-p/442862#M168348</guid>
      <dc:creator>pfabrizi</dc:creator>
      <dc:date>2018-07-12T14:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: How make a string field multivalued?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-make-a-string-field-multivalued/m-p/442863#M168349</link>
      <description>&lt;P&gt;Try using the makemv command.  This will take a single value field with a delimited list of values and turn it into a multivalued field.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.1/SearchReference/Makemv"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.1/SearchReference/Makemv&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 15:05:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-make-a-string-field-multivalued/m-p/442863#M168349</guid>
      <dc:creator>kmorris_splunk</dc:creator>
      <dc:date>2018-07-12T15:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: How make a string field multivalued?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-make-a-string-field-multivalued/m-p/442864#M168350</link>
      <description>&lt;P&gt;can I use a makemv in a props.conf?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 15:18:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-make-a-string-field-multivalued/m-p/442864#M168350</guid>
      <dc:creator>pfabrizi</dc:creator>
      <dc:date>2018-07-12T15:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: How make a string field multivalued?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-make-a-string-field-multivalued/m-p/442865#M168351</link>
      <description>&lt;P&gt;can I use this in a props.conf? &lt;BR /&gt;
if so what would the command look like?&lt;/P&gt;

&lt;P&gt;thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 16:14:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-make-a-string-field-multivalued/m-p/442865#M168351</guid>
      <dc:creator>pfabrizi</dc:creator>
      <dc:date>2018-07-12T16:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: How make a string field multivalued?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-make-a-string-field-multivalued/m-p/442866#M168352</link>
      <description>&lt;P&gt;You can follow this.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.1/Knowledge/ConfigureSplunktoparsemulti-valuefields"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.1/Knowledge/ConfigureSplunktoparsemulti-valuefields&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 16:19:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-make-a-string-field-multivalued/m-p/442866#M168352</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-07-12T16:19:38Z</dc:date>
    </item>
  </channel>
</rss>

