<?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: extract multi valued field in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/extract-multi-valued-field/m-p/413609#M119206</link>
    <description>&lt;P&gt;@rashid47010 &lt;BR /&gt;
Can you please try this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;YOUR_SEARCH | where isnull(mvfind(fieldname,"value2"))
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;My Sample Search:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults | eval fieldname="value1,value2" | append [| makeresults | eval fieldname="value1,value3"] | eval fieldname = split(fieldname,",") | where isnull(mvfind(fieldname,"value2"))
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jul 2019 11:59:20 GMT</pubDate>
    <dc:creator>kamlesh_vaghela</dc:creator>
    <dc:date>2019-07-25T11:59:20Z</dc:date>
    <item>
      <title>extract multi valued field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/extract-multi-valued-field/m-p/413608#M119205</link>
      <description>&lt;P&gt;HI everyone,&lt;/P&gt;

&lt;P&gt;the filed containst two values. one in each line.&lt;/P&gt;

&lt;P&gt;fieldname = value1&lt;BR /&gt;
                      value2&lt;/P&gt;

&lt;P&gt;How can we exlude the results with the fieldname contains value2.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 09:41:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/extract-multi-valued-field/m-p/413608#M119205</guid>
      <dc:creator>rashid47010</dc:creator>
      <dc:date>2019-07-25T09:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: extract multi valued field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/extract-multi-valued-field/m-p/413609#M119206</link>
      <description>&lt;P&gt;@rashid47010 &lt;BR /&gt;
Can you please try this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;YOUR_SEARCH | where isnull(mvfind(fieldname,"value2"))
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;My Sample Search:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults | eval fieldname="value1,value2" | append [| makeresults | eval fieldname="value1,value3"] | eval fieldname = split(fieldname,",") | where isnull(mvfind(fieldname,"value2"))
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 11:59:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/extract-multi-valued-field/m-p/413609#M119206</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-07-25T11:59:20Z</dc:date>
    </item>
  </channel>
</rss>

