<?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 to filter inactive buckets in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Timechart-to-filter-inactive-buckets/m-p/388089#M113174</link>
    <description>&lt;P&gt;Hi @muralianup,&lt;/P&gt;

&lt;P&gt;Did this work for you?&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jun 2018 13:20:35 GMT</pubDate>
    <dc:creator>renjith_nair</dc:creator>
    <dc:date>2018-06-25T13:20:35Z</dc:date>
    <item>
      <title>Timechart to filter inactive buckets</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-to-filter-inactive-buckets/m-p/388087#M113172</link>
      <description>&lt;P&gt;I need help with  time chat query. Basically I want to display all the graph occurrences where the count hit 0 and stayed like that. &lt;/P&gt;

&lt;P&gt;base search |  timechart count by URL limit=100 &lt;/P&gt;

&lt;P&gt;That's where I am and there are some URL hits which were active at certain time then count was 0. I am searching through more than 1 URL and only want those whose count was zero after specific time.&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/5209i5ECC82DBC3CE8D40/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 16:00:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-to-filter-inactive-buckets/m-p/388087#M113172</guid>
      <dc:creator>muralianup</dc:creator>
      <dc:date>2018-06-19T16:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart to filter inactive buckets</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-to-filter-inactive-buckets/m-p/388088#M113173</link>
      <description>&lt;P&gt;Hi @muralianup,&lt;/P&gt;

&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;base search | timechart count by URL limit=100|untable _time URL count|where (count = 0 AND _time&amp;lt;your_time_filter)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Jun 2018 13:18:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-to-filter-inactive-buckets/m-p/388088#M113173</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-06-20T13:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart to filter inactive buckets</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-to-filter-inactive-buckets/m-p/388089#M113174</link>
      <description>&lt;P&gt;Hi @muralianup,&lt;/P&gt;

&lt;P&gt;Did this work for you?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 13:20:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-to-filter-inactive-buckets/m-p/388089#M113174</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-06-25T13:20:35Z</dc:date>
    </item>
  </channel>
</rss>

