<?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 per month even if some months are missing data in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/timechart-per-month-even-if-some-months-are-missing-data/m-p/352235#M104244</link>
    <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=alpha asset_id=100 | timechart span=1mon latest(score) by asset_id | filldown *
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 18 Dec 2017 20:33:36 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2017-12-18T20:33:36Z</dc:date>
    <item>
      <title>timechart per month even if some months are missing data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-per-month-even-if-some-months-are-missing-data/m-p/352234#M104243</link>
      <description>&lt;P&gt;I have this search:&lt;BR /&gt;
   index=alpha asset_id=100 | timechart span=1mon  latest(score) by asset_id&lt;/P&gt;

&lt;P&gt;This gives me a chart with data in some months, but for months without data, blanks. What I want is the latest value (score) as is seen by any given month, up to that time. And the chart would have the latest 6 months. So given these months and data:&lt;/P&gt;

&lt;P&gt;2-2017 : 1&lt;BR /&gt;
 3-2017 : 2&lt;BR /&gt;
 4-2017 : 3&lt;BR /&gt;
 5-2017 : no data&lt;BR /&gt;
 6-2017 : 4&lt;BR /&gt;
 7-2017 : no data&lt;BR /&gt;
 8-2017 : 6&lt;BR /&gt;
 9-2017 : no data&lt;BR /&gt;
10-2017 : 7&lt;BR /&gt;
11-2017 : no data&lt;BR /&gt;
12-2017 : no data&lt;/P&gt;

&lt;P&gt;The chart I want to end up with is:&lt;BR /&gt;
  7-2017 :  4&lt;BR /&gt;
  8-2017 :  6&lt;BR /&gt;
  9-2017 :  6&lt;BR /&gt;
10-2017 :  7&lt;BR /&gt;
11-2017 :  7&lt;BR /&gt;
12-2017 :  7&lt;/P&gt;

&lt;P&gt;suggestions?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:19:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-per-month-even-if-some-months-are-missing-data/m-p/352234#M104243</guid>
      <dc:creator>claatu</dc:creator>
      <dc:date>2020-09-29T17:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: timechart per month even if some months are missing data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-per-month-even-if-some-months-are-missing-data/m-p/352235#M104244</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=alpha asset_id=100 | timechart span=1mon latest(score) by asset_id | filldown *
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Dec 2017 20:33:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-per-month-even-if-some-months-are-missing-data/m-p/352235#M104244</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-12-18T20:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: timechart per month even if some months are missing data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/timechart-per-month-even-if-some-months-are-missing-data/m-p/352236#M104245</link>
      <description>&lt;P&gt;Perfect! And all too easy...thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2017 13:36:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/timechart-per-month-even-if-some-months-are-missing-data/m-p/352236#M104245</guid>
      <dc:creator>claatu</dc:creator>
      <dc:date>2017-12-19T13:36:03Z</dc:date>
    </item>
  </channel>
</rss>

