<?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: How do I filter my time chart results to only display devices that have a count of zero for any week within a certain time range? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-filter-my-time-chart-results-to-only-display-devices/m-p/281196#M84829</link>
    <description>&lt;P&gt;That worked perfectly, thank you for the step by step explanation, it was very helpful.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Apr 2016 13:48:23 GMT</pubDate>
    <dc:creator>g038123</dc:creator>
    <dc:date>2016-04-12T13:48:23Z</dc:date>
    <item>
      <title>How do I filter my time chart results to only display devices that have a count of zero for any week within a certain time range?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-filter-my-time-chart-results-to-only-display-devices/m-p/281194#M84827</link>
      <description>&lt;P&gt;I'm fairly new to Splunk and have a search that basically returns a count of the number of times  a device logs in to our system and uploads data each week. The time chart looks similar to this. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;_time     Device A  Device B  Device C   Device D
2015-10-04  1        1      1         0
2015-10-11  1        1      1         0
2015-10-18  1        1      1         2
2015-10-25  1        0      1       1
2015-11-01  1        0      2         1
2015-11-08  1        1      1         1
2015-11-15  1        1      3         1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The only devices I'm concerned about are those that have zero connections at some point: Devices B and D. How would I filter those that are working as intended, Devices A and C, from my results?&lt;BR /&gt;
The total device list can be in the thousands depending on the geography I search in. I'm only interested in the ones that appear to be having issues, those with a zero count for a week or more, so I can focus on that population.&lt;/P&gt;

&lt;P&gt;Thank you in advance for any help.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 18:51:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-filter-my-time-chart-results-to-only-display-devices/m-p/281194#M84827</guid>
      <dc:creator>g038123</dc:creator>
      <dc:date>2016-04-11T18:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I filter my time chart results to only display devices that have a count of zero for any week within a certain time range?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-filter-my-time-chart-results-to-only-display-devices/m-p/281195#M84828</link>
      <description>&lt;P&gt;This should do:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  base search | timechart count by device | untable _time device count
| eventstats min(count) as min by device | where min=0
| xyseries _time device count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;First, make your initial timechart and flip that into a stats-like table, then filter by "device has a value that's zero", then flip back into timechart-like table.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 20:20:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-filter-my-time-chart-results-to-only-display-devices/m-p/281195#M84828</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-04-11T20:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I filter my time chart results to only display devices that have a count of zero for any week within a certain time range?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-filter-my-time-chart-results-to-only-display-devices/m-p/281196#M84829</link>
      <description>&lt;P&gt;That worked perfectly, thank you for the step by step explanation, it was very helpful.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 13:48:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-filter-my-time-chart-results-to-only-display-devices/m-p/281196#M84829</guid>
      <dc:creator>g038123</dc:creator>
      <dc:date>2016-04-12T13:48:23Z</dc:date>
    </item>
  </channel>
</rss>

