<?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: stats\timechart after timechart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/stats-timechart-after-timechart/m-p/491534#M137208</link>
    <description>&lt;P&gt;@reverse ,&lt;/P&gt;

&lt;P&gt;Try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; "your search"|untable _time,Host,AV |stats max(AV) BY Host
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 01 Oct 2019 04:40:12 GMT</pubDate>
    <dc:creator>renjith_nair</dc:creator>
    <dc:date>2019-10-01T04:40:12Z</dc:date>
    <item>
      <title>stats\timechart after timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/stats-timechart-after-timechart/m-p/491533#M137207</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| timechart span=10m avg(Value) as AV by Host useother=false 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;after running this query - I get desired values for all HOSTS..&lt;BR /&gt;
Now I want to get MAX of each column for the day .. &lt;/P&gt;

&lt;P&gt;Stats wouldn't show anything ..&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| stats max(AV) BY Host
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Oct 2019 02:51:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/stats-timechart-after-timechart/m-p/491533#M137207</guid>
      <dc:creator>reverse</dc:creator>
      <dc:date>2019-10-01T02:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: stats\timechart after timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/stats-timechart-after-timechart/m-p/491534#M137208</link>
      <description>&lt;P&gt;@reverse ,&lt;/P&gt;

&lt;P&gt;Try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; "your search"|untable _time,Host,AV |stats max(AV) BY Host
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Oct 2019 04:40:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/stats-timechart-after-timechart/m-p/491534#M137208</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2019-10-01T04:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: stats\timechart after timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/stats-timechart-after-timechart/m-p/491535#M137209</link>
      <description>&lt;P&gt;Agree with Renjith's comments. But if you need to capture the time of the max event as well, then try this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"your search"
|untable _time Host AV 
|eventstats  max(AV) as max_AV by Host 
| where AV=max_AV 
| table _time Host AV
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Oct 2019 05:19:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/stats-timechart-after-timechart/m-p/491535#M137209</guid>
      <dc:creator>nareshinsvu</dc:creator>
      <dc:date>2019-10-01T05:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: stats\timechart after timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/stats-timechart-after-timechart/m-p/491536#M137210</link>
      <description>&lt;P&gt;Amazing .. cleared all the clutter too ..&lt;BR /&gt;
thank you for such a clean solution&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 05:52:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/stats-timechart-after-timechart/m-p/491536#M137210</guid>
      <dc:creator>reverse</dc:creator>
      <dc:date>2019-10-01T05:52:40Z</dc:date>
    </item>
  </channel>
</rss>

