<?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 to use eval min and mvcombine ip for events grouped by two or three other fields? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-eval-min-and-mvcombine-ip-for-events-grouped-by-two/m-p/189712#M54634</link>
    <description>&lt;P&gt;Hello! &lt;BR /&gt;
How can I, for example, eval min(_time) an mvcombine ip for event grouped by two or three other fields?&lt;BR /&gt;
Thank you in advance!&lt;/P&gt;</description>
    <pubDate>Thu, 21 Aug 2014 09:23:29 GMT</pubDate>
    <dc:creator>0range</dc:creator>
    <dc:date>2014-08-21T09:23:29Z</dc:date>
    <item>
      <title>How to use eval min and mvcombine ip for events grouped by two or three other fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-eval-min-and-mvcombine-ip-for-events-grouped-by-two/m-p/189712#M54634</link>
      <description>&lt;P&gt;Hello! &lt;BR /&gt;
How can I, for example, eval min(_time) an mvcombine ip for event grouped by two or three other fields?&lt;BR /&gt;
Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2014 09:23:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-eval-min-and-mvcombine-ip-for-events-grouped-by-two/m-p/189712#M54634</guid>
      <dc:creator>0range</dc:creator>
      <dc:date>2014-08-21T09:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to use eval min and mvcombine ip for events grouped by two or three other fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-eval-min-and-mvcombine-ip-for-events-grouped-by-two/m-p/189713#M54635</link>
      <description>&lt;P&gt;try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Some search terms | eventstats min(_time) as MinTime by Field_1, Field_2| mvcombine IP_Addr
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you intention is to combine multivalue field among a group of identical events, see this also&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Some search terms | stats min(_time) as "Min Time", values(Ip_addr) as "IP Addresses" by Field_1, Field_2
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Aug 2014 10:54:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-eval-min-and-mvcombine-ip-for-events-grouped-by-two/m-p/189713#M54635</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-08-21T10:54:36Z</dc:date>
    </item>
  </channel>
</rss>

