<?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: how to fetch upperbound value from Multi-value field in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-fetch-upperbound-value-from-Multi-value-field/m-p/128899#M35029</link>
    <description>&lt;P&gt;thanks Marty.. i used like mentioned below&lt;/P&gt;

&lt;P&gt;eval sa=mvindex(test,mvcount(test)-1)&lt;/P&gt;</description>
    <pubDate>Fri, 11 Apr 2014 12:38:43 GMT</pubDate>
    <dc:creator>rsathish47</dc:creator>
    <dc:date>2014-04-11T12:38:43Z</dc:date>
    <item>
      <title>how to fetch upperbound value from Multi-value field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-fetch-upperbound-value-from-Multi-value-field/m-p/128897#M35027</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I have multi-value field, I need to fetch last that mean upper bound value from Multi-value field. Length of the field will not be same ;(&lt;/P&gt;

&lt;P&gt;Please help how to fetch upperbound value from Multi-value field.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Sathish R&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2014 12:17:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-fetch-upperbound-value-from-Multi-value-field/m-p/128897#M35027</guid>
      <dc:creator>rsathish47</dc:creator>
      <dc:date>2014-04-11T12:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to fetch upperbound value from Multi-value field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-fetch-upperbound-value-from-Multi-value-field/m-p/128898#M35028</link>
      <description>&lt;P&gt;Take a look at this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| stats count | eval mv = "a b c d" | makemv mv | eval last = mvindex(mv, -1)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Calling &lt;CODE&gt;mvindex(field, -1)&lt;/CODE&gt; will give you the last value regardless of length.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2014 12:31:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-fetch-upperbound-value-from-Multi-value-field/m-p/128898#M35028</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-11T12:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to fetch upperbound value from Multi-value field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-fetch-upperbound-value-from-Multi-value-field/m-p/128899#M35029</link>
      <description>&lt;P&gt;thanks Marty.. i used like mentioned below&lt;/P&gt;

&lt;P&gt;eval sa=mvindex(test,mvcount(test)-1)&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2014 12:38:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-fetch-upperbound-value-from-Multi-value-field/m-p/128899#M35029</guid>
      <dc:creator>rsathish47</dc:creator>
      <dc:date>2014-04-11T12:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to fetch upperbound value from Multi-value field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-fetch-upperbound-value-from-Multi-value-field/m-p/128900#M35030</link>
      <description>&lt;P&gt;That'll work as well, but is a bit harder to maintain and might run slower too &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2014 12:46:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-fetch-upperbound-value-from-Multi-value-field/m-p/128900#M35030</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-11T12:46:25Z</dc:date>
    </item>
  </channel>
</rss>

