<?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: Why is the top command not separating out top values for each numerical data field? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-top-command-not-separating-out-top-values-for-each/m-p/83159#M21151</link>
    <description>&lt;P&gt;That works with the addition of the search command at the begining of the search bracket so [ sourcetype=numdata... ] becomes [ search sourcetype=numdata ....]&lt;/P&gt;</description>
    <pubDate>Sun, 17 Feb 2013 12:05:20 GMT</pubDate>
    <dc:creator>lagoon7mac</dc:creator>
    <dc:date>2013-02-17T12:05:20Z</dc:date>
    <item>
      <title>Why is the top command not separating out top values for each numerical data field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-top-command-not-separating-out-top-values-for-each/m-p/83157#M21149</link>
      <description>&lt;P&gt;I have numerical data into 5 different fields that occurs daily and indexed into splunk. I am trying to see what the top values per field and chart that before I perform other stats commands. So if i perform sourcetype=numdata NOT "TEXTDATA" | top limit=10 field1", I get the top values of the field. When I add  "top field1, field2, field3" then I get all of the top values for the fields combined. I would like to get the top values per field? Does anyone know how to SPL this?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2012 11:58:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-top-command-not-separating-out-top-values-for-each/m-p/83157#M21149</guid>
      <dc:creator>lagoon7mac</dc:creator>
      <dc:date>2012-10-08T11:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the top command not separating out top values for each numerical data field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-top-command-not-separating-out-top-values-for-each/m-p/83158#M21150</link>
      <description>&lt;P&gt;You might be able to use the append command depending on the type of data and if the values make sense to be charted together.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=numdata NOT "TEXTDATA" | top 10 field1 | append [ sourcetype=numdata NOT "TEXTDATA" | top 10 field2 ]  etc.....
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Oct 2012 12:13:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-top-command-not-separating-out-top-values-for-each/m-p/83158#M21150</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2012-10-08T12:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the top command not separating out top values for each numerical data field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-the-top-command-not-separating-out-top-values-for-each/m-p/83159#M21151</link>
      <description>&lt;P&gt;That works with the addition of the search command at the begining of the search bracket so [ sourcetype=numdata... ] becomes [ search sourcetype=numdata ....]&lt;/P&gt;</description>
      <pubDate>Sun, 17 Feb 2013 12:05:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-the-top-command-not-separating-out-top-values-for-each/m-p/83159#M21151</guid>
      <dc:creator>lagoon7mac</dc:creator>
      <dc:date>2013-02-17T12:05:20Z</dc:date>
    </item>
  </channel>
</rss>

