<?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: timechart function issue in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/timechart-function-issue/m-p/309635#M92889</link>
    <description>&lt;P&gt;Awesome mate..&lt;BR /&gt;
Thank you somuch..worked perfectly&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2017 05:34:35 GMT</pubDate>
    <dc:creator>prathapkcsc</dc:creator>
    <dc:date>2017-05-24T05:34:35Z</dc:date>
    <item>
      <title>timechart function issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-function-issue/m-p/309633#M92887</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;
my query look like this &lt;BR /&gt;
base search | reg " " | | bin _time as desired_times span=4h&lt;BR /&gt;
 | table  _time server CPU MEM DISK raw1 raw2      &lt;/P&gt;

&lt;P&gt;This query working perfectly, giving desired results.&lt;BR /&gt;
But after adding "|  timechart max(DISK) as DISK  by server" , its giving me all servers except two servers, meanwhile it was giving me the new column named as "OTHERS" which is not existed in my data.&lt;BR /&gt;
Can anyone explain about this?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:11:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-function-issue/m-p/309633#M92887</guid>
      <dc:creator>prathapkcsc</dc:creator>
      <dc:date>2020-09-29T14:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: timechart function issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-function-issue/m-p/309634#M92888</link>
      <description>&lt;P&gt;You need to use the limit attribute and all the servers would be listed -&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.0/SearchReference/Timechart"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.0/SearchReference/Timechart&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| timechart limit=0 max(DISK) as DISK by server
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 May 2017 05:30:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-function-issue/m-p/309634#M92888</guid>
      <dc:creator>dineshraj9</dc:creator>
      <dc:date>2017-05-24T05:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: timechart function issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-function-issue/m-p/309635#M92889</link>
      <description>&lt;P&gt;Awesome mate..&lt;BR /&gt;
Thank you somuch..worked perfectly&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 05:34:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-function-issue/m-p/309635#M92889</guid>
      <dc:creator>prathapkcsc</dc:creator>
      <dc:date>2017-05-24T05:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: timechart function issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-function-issue/m-p/309636#M92890</link>
      <description>&lt;P&gt;base search | reg " " | | bin _time as desired_times span=4h | | where _time = desired_times&lt;BR /&gt;
| table _time server CPU MEM DISK raw1 raw2.&lt;/P&gt;

&lt;P&gt;In where_time=desired_times,&lt;BR /&gt;
my desired timings are 8AM,12PM,18PM.&lt;BR /&gt;
How to give all 3 timings in that where clause&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:11:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-function-issue/m-p/309636#M92890</guid>
      <dc:creator>prathapkcsc</dc:creator>
      <dc:date>2020-09-29T14:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: timechart function issue</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-function-issue/m-p/309637#M92891</link>
      <description>&lt;P&gt;If you are wanting to search for events only during these hours, then use the date_hour field before the table command.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| search date_hour=8 OR date_hour=12 OR date_hour=18
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;To get events during these hours.&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 06:49:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-function-issue/m-p/309637#M92891</guid>
      <dc:creator>dineshraj9</dc:creator>
      <dc:date>2017-05-24T06:49:05Z</dc:date>
    </item>
  </channel>
</rss>

