<?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 get the 10 min values of a column by another column? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-10-min-values-of-a-column-by-another-column/m-p/461344#M130126</link>
    <description>&lt;P&gt;Hi @alexandrerichard,&lt;/P&gt;

&lt;P&gt;Thanks for asking a question! If you were able to resolve this issue, please click “Accept” directly below the answer to resolve the post.&lt;/P&gt;</description>
    <pubDate>Fri, 22 May 2020 16:27:05 GMT</pubDate>
    <dc:creator>sensitive-thug</dc:creator>
    <dc:date>2020-05-22T16:27:05Z</dc:date>
    <item>
      <title>How to get the 10 min values of a column by another column?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-10-min-values-of-a-column-by-another-column/m-p/461340#M130122</link>
      <description>&lt;P&gt;I am trying to do something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| stats limit=10 min(Speed) by customer
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| sort customer, speed
| head(10) by customer
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 May 2020 17:47:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-10-min-values-of-a-column-by-another-column/m-p/461340#M130122</guid>
      <dc:creator>alexandrerichar</dc:creator>
      <dc:date>2020-05-21T17:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the 10 min values of a column by another column?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-10-min-values-of-a-column-by-another-column/m-p/461341#M130123</link>
      <description>&lt;P&gt;Rather than describe the problem in terms of SPL (which may not describe the problem at all), can you describe it in natural language?&lt;BR /&gt;
What do you want the results to look like?&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 19:35:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-10-min-values-of-a-column-by-another-column/m-p/461341#M130123</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-05-21T19:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the 10 min values of a column by another column?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-10-min-values-of-a-column-by-another-column/m-p/461342#M130124</link>
      <description>&lt;P&gt;&lt;CODE&gt;stats&lt;/CODE&gt; does not have &lt;CODE&gt;limit&lt;/CODE&gt; and &lt;CODE&gt;head&lt;/CODE&gt;does not have &lt;CODE&gt;by&lt;/CODE&gt; .&lt;/P&gt;

&lt;P&gt;see reference.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 21:08:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-10-min-values-of-a-column-by-another-column/m-p/461342#M130124</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-05-21T21:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the 10 min values of a column by another column?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-10-min-values-of-a-column-by-another-column/m-p/461343#M130125</link>
      <description>&lt;P&gt;to4kawa, your solution seems to only one speed per customer, but what I want is the 10 lowest speed per customer. I have found that this solution si working well even if it is not beautiful :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| sort customer, Speed
| streamstats count as row by customer
| search row &amp;lt;= 5
| fields customer, Speed
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 May 2020 13:12:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-10-min-values-of-a-column-by-another-column/m-p/461343#M130125</guid>
      <dc:creator>alexandrerichar</dc:creator>
      <dc:date>2020-05-22T13:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the 10 min values of a column by another column?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-10-min-values-of-a-column-by-another-column/m-p/461344#M130126</link>
      <description>&lt;P&gt;Hi @alexandrerichard,&lt;/P&gt;

&lt;P&gt;Thanks for asking a question! If you were able to resolve this issue, please click “Accept” directly below the answer to resolve the post.&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 16:27:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-the-10-min-values-of-a-column-by-another-column/m-p/461344#M130126</guid>
      <dc:creator>sensitive-thug</dc:creator>
      <dc:date>2020-05-22T16:27:05Z</dc:date>
    </item>
  </channel>
</rss>

