<?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: Lookup is changing MV field to non MV in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-Lookup-changing-MV-field-to-non-MV/m-p/602481#M209715</link>
    <description>&lt;P&gt;Solution was to use&lt;BR /&gt;&lt;BR /&gt;| eval [new_field] = mvjoin([old_field], ";")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jun 2022 20:19:32 GMT</pubDate>
    <dc:creator>morgantay96</dc:creator>
    <dc:date>2022-06-20T20:19:32Z</dc:date>
    <item>
      <title>Why is Lookup changing MV field to non MV?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-Lookup-changing-MV-field-to-non-MV/m-p/602474#M209711</link>
      <description>&lt;P&gt;Hello I am a bit confused here but I have a search that runs and creates a multivalue&amp;nbsp; field called "tags{}.name". This is a multivalue field pulled from JSON data. However when I then use the output of that search in a different search the field is no longer Multivalue and breaks if I try to split it. I need to either make this field delimited or ensure it remains a multi value field. Any help?&lt;BR /&gt;&lt;BR /&gt;Search 1, Field is multivalue&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20184i0FC72E5F5F89D82B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;Search 2, Field is no longer multivalue after using lookup.&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20185iEC39CE88A5753335/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 21:00:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-Lookup-changing-MV-field-to-non-MV/m-p/602474#M209711</guid>
      <dc:creator>morgantay96</dc:creator>
      <dc:date>2022-06-21T21:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup is changing MV field to non MV</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-Lookup-changing-MV-field-to-non-MV/m-p/602477#M209713</link>
      <description>&lt;P&gt;Wait a second. You're trying to do an outputlookup and want the subsequent lookup from a lookup created that way to return a mv-field? IMHO it won't work this way. How is Splunk supposed to store the mv-field in a flat csv file? I don't think lookups are even supposed to hold mv-fields at all.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 19:49:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-Lookup-changing-MV-field-to-non-MV/m-p/602477#M209713</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-06-20T19:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup is changing MV field to non MV</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-Lookup-changing-MV-field-to-non-MV/m-p/602480#M209714</link>
      <description>&lt;P&gt;Ok, that makes sense. So is there a way to squash that MV field before output to have the values delimited in some way to later expand?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 20:05:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-Lookup-changing-MV-field-to-non-MV/m-p/602480#M209714</guid>
      <dc:creator>morgantay96</dc:creator>
      <dc:date>2022-06-20T20:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup is changing MV field to non MV</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-Lookup-changing-MV-field-to-non-MV/m-p/602481#M209715</link>
      <description>&lt;P&gt;Solution was to use&lt;BR /&gt;&lt;BR /&gt;| eval [new_field] = mvjoin([old_field], ";")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 20:19:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-Lookup-changing-MV-field-to-non-MV/m-p/602481#M209715</guid>
      <dc:creator>morgantay96</dc:creator>
      <dc:date>2022-06-20T20:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup is changing MV field to non MV</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-Lookup-changing-MV-field-to-non-MV/m-p/602483#M209716</link>
      <description>&lt;P&gt;Yep. Exactly like you did - mvjoin()&amp;lt;-&amp;gt;split()&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 20:32:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-Lookup-changing-MV-field-to-non-MV/m-p/602483#M209716</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-06-20T20:32:41Z</dc:date>
    </item>
  </channel>
</rss>

