<?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: Table showing highest usage by host where usage is comma separated in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Table-showing-highest-usage-by-host-where-usage-is-comma/m-p/148621#M41541</link>
    <description>&lt;P&gt;Thank you Rich! That worked perfectly.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jun 2015 16:34:13 GMT</pubDate>
    <dc:creator>jeck11</dc:creator>
    <dc:date>2015-06-11T16:34:13Z</dc:date>
    <item>
      <title>Table showing highest usage by host where usage is comma separated</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-showing-highest-usage-by-host-where-usage-is-comma/m-p/148619#M41539</link>
      <description>&lt;P&gt;Here is the search I'm using:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal" source="*metrics.log" per_host_thruput series NOT splunk |  eval kb = round(kb,0) | stats sum(kb) by series | sort sum(kb) desc | rex field=series "(?&amp;lt;series&amp;gt;.*).domain"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'd like the column labeled sum(kb) to be comma separated, but the couple ways I've tried will not work because it's viewed as summing. &lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2015 16:02:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-showing-highest-usage-by-host-where-usage-is-comma/m-p/148619#M41539</guid>
      <dc:creator>jeck11</dc:creator>
      <dc:date>2015-06-11T16:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table showing highest usage by host where usage is comma separated</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-showing-highest-usage-by-host-where-usage-is-comma/m-p/148620#M41540</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal" source="*metrics.log" per_host_thruput series NOT splunk | eval kb = round(kb,0) | stats sum(kb) as kbSum by series | sort kbSum desc | fieldformat kbSum=tostring(kbSum, "commas") | rex field=series "(?&amp;lt;series&amp;gt;.*).domain"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Jun 2015 16:23:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-showing-highest-usage-by-host-where-usage-is-comma/m-p/148620#M41540</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-06-11T16:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Table showing highest usage by host where usage is comma separated</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-showing-highest-usage-by-host-where-usage-is-comma/m-p/148621#M41541</link>
      <description>&lt;P&gt;Thank you Rich! That worked perfectly.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2015 16:34:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-showing-highest-usage-by-host-where-usage-is-comma/m-p/148621#M41541</guid>
      <dc:creator>jeck11</dc:creator>
      <dc:date>2015-06-11T16:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table showing highest usage by host where usage is comma separated</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-showing-highest-usage-by-host-where-usage-is-comma/m-p/148622#M41542</link>
      <description>&lt;P&gt;You're welcome.  Please accept the answer.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2015 16:42:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-showing-highest-usage-by-host-where-usage-is-comma/m-p/148622#M41542</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-06-11T16:42:49Z</dc:date>
    </item>
  </channel>
</rss>

