<?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: Why are there missing days in the results of my &amp;quot;Month to date&amp;quot; chart search? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-are-there-missing-days-in-the-results-of-my-quot-Month-to/m-p/240959#M71628</link>
    <description>&lt;P&gt;Have you verified there are events on those days?&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jan 2016 18:06:16 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2016-01-21T18:06:16Z</dc:date>
    <item>
      <title>Why are there missing days in the results of my "Month to date" chart search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-there-missing-days-in-the-results-of-my-quot-Month-to/m-p/240958#M71627</link>
      <description>&lt;P&gt;I have a search where I want to calculate total transaction volumes over time by transaction type.  I'm populating results, but I notice there are some days missing.  Here is a screen shot:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &lt;A href="http://screencast.com/t/zNVURLk8Je" target="test_blank"&gt;http://screencast.com/t/zNVURLk8Je&lt;/A&gt; 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here is the search I am using:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=foo sourcetype=bar
| bucket span=1d _time
| dedup id
| stats count as volume, latest(transaction_type ) as transaction_type by djarfrrw, _time
| eval _time=strftime(_time, "%m/%d/%Y")
| chart max(volume) over transaction_type by _time usenull=f useother=f
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is there anything in the search that might be causing the missing days?&lt;/P&gt;

&lt;P&gt;Thanks in Advance!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 17:52:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-there-missing-days-in-the-results-of-my-quot-Month-to/m-p/240958#M71627</guid>
      <dc:creator>_gkollias</dc:creator>
      <dc:date>2016-01-21T17:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why are there missing days in the results of my "Month to date" chart search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-there-missing-days-in-the-results-of-my-quot-Month-to/m-p/240959#M71628</link>
      <description>&lt;P&gt;Have you verified there are events on those days?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 18:06:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-there-missing-days-in-the-results-of-my-quot-Month-to/m-p/240959#M71628</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-01-21T18:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Why are there missing days in the results of my "Month to date" chart search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-there-missing-days-in-the-results-of-my-quot-Month-to/m-p/240960#M71629</link>
      <description>&lt;P&gt;yeah...so I removed usenull/other=f and got the daily counts....I guess chart isn't as "smart" as timechart?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 18:10:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-there-missing-days-in-the-results-of-my-quot-Month-to/m-p/240960#M71629</guid>
      <dc:creator>_gkollias</dc:creator>
      <dc:date>2016-01-21T18:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why are there missing days in the results of my "Month to date" chart search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-there-missing-days-in-the-results-of-my-quot-Month-to/m-p/240961#M71630</link>
      <description>&lt;P&gt;So do you still have missing dates OR it's resolved?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 18:37:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-there-missing-days-in-the-results-of-my-quot-Month-to/m-p/240961#M71630</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-01-21T18:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why are there missing days in the results of my "Month to date" chart search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-there-missing-days-in-the-results-of-my-quot-Month-to/m-p/240962#M71631</link>
      <description>&lt;P&gt;I still see the issue...If i run the search in 7 day increments things look ok...when I use Month to Date things are not populating correctly...not quite sure why.  &lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 18:43:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-there-missing-days-in-the-results-of-my-quot-Month-to/m-p/240962#M71631</guid>
      <dc:creator>_gkollias</dc:creator>
      <dc:date>2016-01-21T18:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why are there missing days in the results of my "Month to date" chart search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-are-there-missing-days-in-the-results-of-my-quot-Month-to/m-p/240963#M71632</link>
      <description>&lt;P&gt;If the issue is persisting, I would try writing the search another way to leverage the timechart command. If this works out for you, its more of a native approach and less error-prone than extract the date from the time field. Plus it probably performs faster since its less commands:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=foo sourcetype=bar id=*
 | dedup id
 | timechart span=1d count as volume, latest(transaction_type ) as transaction_type by djarfrrw
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Jan 2016 19:38:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-are-there-missing-days-in-the-results-of-my-quot-Month-to/m-p/240963#M71632</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2016-01-21T19:38:19Z</dc:date>
    </item>
  </channel>
</rss>

