<?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: help on basic questions in a timechart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/help-on-basic-questions-in-a-timechart/m-p/397600#M190838</link>
    <description>&lt;P&gt;timechart defaults to 10 values&lt;BR /&gt;
use &lt;CODE&gt;limit=0 useother=false&lt;/CODE&gt; in your timechart command to avoid the &lt;CODE&gt;OTHER&lt;/CODE&gt; and to show all split by&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2019 12:14:04 GMT</pubDate>
    <dc:creator>adonio</dc:creator>
    <dc:date>2019-07-16T12:14:04Z</dc:date>
    <item>
      <title>help on basic questions in a timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-on-basic-questions-in-a-timechart/m-p/397599#M190837</link>
      <description>&lt;P&gt;hi&lt;/P&gt;

&lt;P&gt;I use the search below in order to display a timechart&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[| inputlookup host.csv 
    | table host] `CPU` earliest=-3mon latest=now
| bucket _time span=3m 
| where process_cpu_used_percent&amp;gt;80 
| lookup lookup_cmdb_fo_all.csv HOSTNAME as host output SITE 
| timechart avg(process_cpu_used_percent) as process_cpu_used_percent by host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have 2 questions&lt;BR /&gt;
1) As you can see, I display the host on the ordinate axis but I have an host called "Other" which correspond to nothing&lt;BR /&gt;
Is there a solution to delete this one?&lt;BR /&gt;
2) I need to do a sort on process_cpu_used_percent in order to display the host where process_cpu_used_percent is higher&lt;BR /&gt;
Where I have to place the sort command please??&lt;BR /&gt;
Thanks &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:23:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-on-basic-questions-in-a-timechart/m-p/397599#M190837</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2020-09-30T01:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: help on basic questions in a timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/help-on-basic-questions-in-a-timechart/m-p/397600#M190838</link>
      <description>&lt;P&gt;timechart defaults to 10 values&lt;BR /&gt;
use &lt;CODE&gt;limit=0 useother=false&lt;/CODE&gt; in your timechart command to avoid the &lt;CODE&gt;OTHER&lt;/CODE&gt; and to show all split by&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 12:14:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/help-on-basic-questions-in-a-timechart/m-p/397600#M190838</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2019-07-16T12:14:04Z</dc:date>
    </item>
  </channel>
</rss>

