<?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 Filter values after timechart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Filter-values-after-timechart/m-p/187891#M54153</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;i want to have a search which shows me in 10 minute span how often something did happen. i only want to display the values that are higher then 100.&lt;/P&gt;

&lt;P&gt;how can i add this filter after my time chart report?&lt;/P&gt;

&lt;P&gt;br&lt;BR /&gt;
matthias&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://answers.splunk.com//storage/Bildschirmfoto_2014-03-14_um_11.23.14.png" alt="alt text" /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Mar 2014 10:27:02 GMT</pubDate>
    <dc:creator>Matthias_BY</dc:creator>
    <dc:date>2014-03-14T10:27:02Z</dc:date>
    <item>
      <title>Filter values after timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Filter-values-after-timechart/m-p/187891#M54153</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;i want to have a search which shows me in 10 minute span how often something did happen. i only want to display the values that are higher then 100.&lt;/P&gt;

&lt;P&gt;how can i add this filter after my time chart report?&lt;/P&gt;

&lt;P&gt;br&lt;BR /&gt;
matthias&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://answers.splunk.com//storage/Bildschirmfoto_2014-03-14_um_11.23.14.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 10:27:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Filter-values-after-timechart/m-p/187891#M54153</guid>
      <dc:creator>Matthias_BY</dc:creator>
      <dc:date>2014-03-14T10:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filter values after timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Filter-values-after-timechart/m-p/187892#M54154</link>
      <description>&lt;P&gt;This is a work around using stats instead of timechart:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=oidemo sourcetype=access_combined|bucket span=10min _time|stats count by _time clientip|where count&amp;gt;100
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It will give you the result set you need.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 13:22:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Filter-values-after-timechart/m-p/187892#M54154</guid>
      <dc:creator>lpolo</dc:creator>
      <dc:date>2014-03-14T13:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Filter values after timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Filter-values-after-timechart/m-p/187893#M54155</link>
      <description>&lt;P&gt;Great! brilliant - works as expected!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2014 14:22:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Filter-values-after-timechart/m-p/187893#M54155</guid>
      <dc:creator>Matthias_BY</dc:creator>
      <dc:date>2014-03-14T14:22:50Z</dc:date>
    </item>
  </channel>
</rss>

