<?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: Resolve only the top 10 clientips in DNS in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Resolve-only-the-top-10-clientips-in-DNS/m-p/37392#M8345</link>
    <description>&lt;P&gt;I'm quite sure it's only resolving the top 10 results, but it's doing this in preview mode. So it's executing the lookup with the partial results multiple times until the search is finished.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2011 18:20:38 GMT</pubDate>
    <dc:creator>ziegfried</dc:creator>
    <dc:date>2011-07-01T18:20:38Z</dc:date>
    <item>
      <title>Resolve only the top 10 clientips in DNS</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Resolve-only-the-top-10-clientips-in-DNS/m-p/37391#M8344</link>
      <description>&lt;P&gt;I'm trying to figure out the best way to have splunk resolve hostnames for only the top 10 clientips (by MB's transferred) from my access-combined logs.  I've got the reverse DNS lookup working, and so for I've created the following search string:&lt;/P&gt;

&lt;PRE&gt;
eventtype="myevents" | eval MB = bytes/1024/1024 | chart sum(MB) as TotalMB by clientip | sort -TotalMB | head 10 | lookup dnsLookup ip as clientip | eval hostname=coalesce(host,clientip) | table hostname, TotalMB
&lt;/PRE&gt;

&lt;P&gt;I don't believe this is doing what I want though, it looks like its still trying to resolve all the clientip's, not just the top 10.  What am I doing wrong here?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2011 23:53:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Resolve-only-the-top-10-clientips-in-DNS/m-p/37391#M8344</guid>
      <dc:creator>jstockamp</dc:creator>
      <dc:date>2011-06-30T23:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Resolve only the top 10 clientips in DNS</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Resolve-only-the-top-10-clientips-in-DNS/m-p/37392#M8345</link>
      <description>&lt;P&gt;I'm quite sure it's only resolving the top 10 results, but it's doing this in preview mode. So it's executing the lookup with the partial results multiple times until the search is finished.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2011 18:20:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Resolve-only-the-top-10-clientips-in-DNS/m-p/37392#M8345</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2011-07-01T18:20:38Z</dc:date>
    </item>
  </channel>
</rss>

