<?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: Need help to filter  the top five sources in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-to-filter-the-top-five-sources/m-p/62797#M12563</link>
    <description>&lt;P&gt;it doesn't display any results.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Dec 2012 23:03:20 GMT</pubDate>
    <dc:creator>mike7860</dc:creator>
    <dc:date>2012-12-13T23:03:20Z</dc:date>
    <item>
      <title>Need help to filter  the top five sources</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-to-filter-the-top-five-sources/m-p/62795#M12561</link>
      <description>&lt;P&gt;I need to find the top five sources. As Splunk displays as a default the top ten commonly used or found values. I need to narrow it down to find the top 5 source files. I have tried using the following search criteria but nothing displays:&lt;BR /&gt;
index=summary_volume report=volume_source | eval _time=info_max_time | timechart span=1m latest(VOL_MB) by series | top limit=5 source&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:57:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-to-filter-the-top-five-sources/m-p/62795#M12561</guid>
      <dc:creator>mike7860</dc:creator>
      <dc:date>2020-09-28T12:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to filter  the top five sources</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-to-filter-the-top-five-sources/m-p/62796#M12562</link>
      <description>&lt;P&gt;How do you define "top 5"? Is it the five sources with the greatest total volume over the whole time period? If so, this should do it:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=summary_volume report=volume_source | eval _time=info_max_time 
| timechart span=1m limit=5 latest(VOL_MB) by series
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Although I do wonder about what is in your "summary_volume" index. If you inserted data into the summary index using an &lt;CODE&gt;sitimechart&lt;/CODE&gt; command, then there should be a field called &lt;CODE&gt;search_name&lt;/CODE&gt;, not &lt;CODE&gt;report&lt;/CODE&gt;. And you should also not need to do an &lt;CODE&gt;eval&lt;/CODE&gt; to create the _time field.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:57:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-to-filter-the-top-five-sources/m-p/62796#M12562</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2020-09-28T12:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to filter  the top five sources</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-to-filter-the-top-five-sources/m-p/62797#M12563</link>
      <description>&lt;P&gt;it doesn't display any results.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2012 23:03:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-to-filter-the-top-five-sources/m-p/62797#M12563</guid>
      <dc:creator>mike7860</dc:creator>
      <dc:date>2012-12-13T23:03:20Z</dc:date>
    </item>
  </channel>
</rss>

