<?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 How to filter results in timechart statistics table? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-results-in-timechart-statistics-table/m-p/376830#M68194</link>
    <description>&lt;P&gt;EventID = “ok”&lt;BR /&gt;
| timechart span=1h count(EventID) by Login&lt;/P&gt;

&lt;P&gt;Every hour I need to display only those values, where count(EventID)&amp;gt;5&lt;/P&gt;

&lt;P&gt;I have used filter command (where) after timechart command but it didnt worked.&lt;/P&gt;

&lt;P&gt;Please help me!&lt;BR /&gt;
Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Fri, 17 May 2019 04:18:54 GMT</pubDate>
    <dc:creator>stevesmith08</dc:creator>
    <dc:date>2019-05-17T04:18:54Z</dc:date>
    <item>
      <title>How to filter results in timechart statistics table?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-results-in-timechart-statistics-table/m-p/376830#M68194</link>
      <description>&lt;P&gt;EventID = “ok”&lt;BR /&gt;
| timechart span=1h count(EventID) by Login&lt;/P&gt;

&lt;P&gt;Every hour I need to display only those values, where count(EventID)&amp;gt;5&lt;/P&gt;

&lt;P&gt;I have used filter command (where) after timechart command but it didnt worked.&lt;/P&gt;

&lt;P&gt;Please help me!&lt;BR /&gt;
Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 04:18:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-results-in-timechart-statistics-table/m-p/376830#M68194</guid>
      <dc:creator>stevesmith08</dc:creator>
      <dc:date>2019-05-17T04:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter results in timechart statistics table?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-results-in-timechart-statistics-table/m-p/376831#M68195</link>
      <description>&lt;P&gt;Not a clean solution but this should work&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;EventID="ok" | bin span=1h _time | stats count(EventID) as cnt by Login _time | where cnt &amp;gt; 500 | timechart span=1h sum(cnt) as cnt by Login| fillnull value=0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 17 May 2019 04:52:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-filter-results-in-timechart-statistics-table/m-p/376831#M68195</guid>
      <dc:creator>nabeel652</dc:creator>
      <dc:date>2019-05-17T04:52:56Z</dc:date>
    </item>
  </channel>
</rss>

