<?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: What does the &amp;quot;timechart per_day(total)&amp;quot; do in the Splunk documentation for Time functions? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/What-does-the-quot-timechart-per-day-total-quot-do-in-the-Splunk/m-p/309158#M92729</link>
    <description>&lt;P&gt;It’s doing the span for you as far as I can tell&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2018 22:58:44 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2018-02-22T22:58:44Z</dc:date>
    <item>
      <title>What does the "timechart per_day(total)" do in the Splunk documentation for Time functions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-does-the-quot-timechart-per-day-total-quot-do-in-the-Splunk/m-p/309152#M92723</link>
      <description>&lt;P&gt;I was reading the documentation on &lt;CODE&gt;per_day&lt;/CODE&gt;, here: &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.2/SearchReference/Timefunctions"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.2/SearchReference/Timefunctions&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In it, the first example is &lt;CODE&gt;timechart per_day(total)&lt;/CODE&gt;. What does this do exactly? Does it count the number of events with the field &lt;CODE&gt;total&lt;/CODE&gt; for each day, and so generate a single data point for each day (and then plot it versus time)?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 21:30:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-does-the-quot-timechart-per-day-total-quot-do-in-the-Splunk/m-p/309152#M92723</guid>
      <dc:creator>flow2k</dc:creator>
      <dc:date>2018-02-22T21:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: What does the "timechart per_day(total)" do in the Splunk documentation for Time functions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-does-the-quot-timechart-per-day-total-quot-do-in-the-Splunk/m-p/309153#M92724</link>
      <description>&lt;P&gt;It’s the count of events with the field “total” bucketed per day.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 22:05:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-does-the-quot-timechart-per-day-total-quot-do-in-the-Splunk/m-p/309153#M92724</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-02-22T22:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: What does the "timechart per_day(total)" do in the Splunk documentation for Time functions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-does-the-quot-timechart-per-day-total-quot-do-in-the-Splunk/m-p/309154#M92725</link>
      <description>&lt;P&gt;Okay, this is very clear. I don't know if it's just me, but the documentation's description "Returns the values of field X" sounds rather different - I was first led to believe somehow the value of the field &lt;CODE&gt;total&lt;/CODE&gt; is of concern..when in fact the value doesn't matter at all, only the existence of the field matters.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 22:08:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-does-the-quot-timechart-per-day-total-quot-do-in-the-Splunk/m-p/309154#M92725</guid>
      <dc:creator>flow2k</dc:creator>
      <dc:date>2018-02-22T22:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: What does the "timechart per_day(total)" do in the Splunk documentation for Time functions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-does-the-quot-timechart-per-day-total-quot-do-in-the-Splunk/m-p/309155#M92726</link>
      <description>&lt;P&gt;Wait, how come I see values like 0.0333? Isn't the count supposed to be an integer? Is some kind of division going on here?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 22:12:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-does-the-quot-timechart-per-day-total-quot-do-in-the-Splunk/m-p/309155#M92726</guid>
      <dc:creator>flow2k</dc:creator>
      <dc:date>2018-02-22T22:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: What does the "timechart per_day(total)" do in the Splunk documentation for Time functions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-does-the-quot-timechart-per-day-total-quot-do-in-the-Splunk/m-p/309156#M92727</link>
      <description>&lt;P&gt;So if you have one view in 7 days, per day is 1/7&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 22:32:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-does-the-quot-timechart-per-day-total-quot-do-in-the-Splunk/m-p/309156#M92727</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-02-22T22:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: What does the "timechart per_day(total)" do in the Splunk documentation for Time functions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-does-the-quot-timechart-per-day-total-quot-do-in-the-Splunk/m-p/309157#M92728</link>
      <description>&lt;P&gt;I see...so the timechart &lt;CODE&gt;span&lt;/CODE&gt; matters here.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 22:39:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-does-the-quot-timechart-per-day-total-quot-do-in-the-Splunk/m-p/309157#M92728</guid>
      <dc:creator>flow2k</dc:creator>
      <dc:date>2018-02-22T22:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: What does the "timechart per_day(total)" do in the Splunk documentation for Time functions?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-does-the-quot-timechart-per-day-total-quot-do-in-the-Splunk/m-p/309158#M92729</link>
      <description>&lt;P&gt;It’s doing the span for you as far as I can tell&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 22:58:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-does-the-quot-timechart-per-day-total-quot-do-in-the-Splunk/m-p/309158#M92729</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-02-22T22:58:44Z</dc:date>
    </item>
  </channel>
</rss>

