<?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 to create a dashboard that only updates data on a specific day and time? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-that-only-updates-data-on-a-specific/m-p/267539#M16905</link>
    <description>&lt;P&gt;I think we are close on this one.   A follow on question is even if I put earliest=@w+2h@h doesn't the dashboard continue to update during the week?&lt;/P&gt;

&lt;P&gt;Meaning if a subscriber count is 3000 at sunday at 2am that count needs to stay the same until the next sunday at 2 am when it will then increase or decrease by the week's numbers&lt;/P&gt;</description>
    <pubDate>Wed, 07 Sep 2016 16:57:26 GMT</pubDate>
    <dc:creator>dbcase</dc:creator>
    <dc:date>2016-09-07T16:57:26Z</dc:date>
    <item>
      <title>How to create a dashboard that only updates data on a specific day and time?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-that-only-updates-data-on-a-specific/m-p/267535#M16901</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a dashboard that reflects subscriber counts.  It works just fine except for one little detail.  This report is sent out on a weekly basis every Sunday at 2:00 am Central time. The dashboard currently updates every five minutes with new data.  Is there a way I can create a dashboard that keeps the data static from the Sunday at 2:00 am and only updates the data the next Sunday at 2:00 am?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 16:43:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-that-only-updates-data-on-a-specific/m-p/267535#M16901</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-09-07T16:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dashboard that only updates data on a specific day and time?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-that-only-updates-data-on-a-specific/m-p/267536#M16902</link>
      <description>&lt;P&gt;have your dashboard search(es) reference the saved search rather than an inline.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 16:46:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-that-only-updates-data-on-a-specific/m-p/267536#M16902</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2016-09-07T16:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dashboard that only updates data on a specific day and time?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-that-only-updates-data-on-a-specific/m-p/267537#M16903</link>
      <description>&lt;P&gt;try to provide the time range - earliest and latest. &lt;/P&gt;

&lt;P&gt;edit your dashboard - edit search - enter your search&lt;BR /&gt;
edit your dashboard - edit search - Time Range Scope - Explicit Selection - Advanced -&amp;gt; -1w@w to @w+2h@h&lt;/P&gt;

&lt;P&gt;meaning you can define time range of your search &amp;amp; reporting based on the earliest and latest. &lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 16:49:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-that-only-updates-data-on-a-specific/m-p/267537#M16903</guid>
      <dc:creator>vasanthmss</dc:creator>
      <dc:date>2016-09-07T16:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dashboard that only updates data on a specific day and time?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-that-only-updates-data-on-a-specific/m-p/267538#M16904</link>
      <description>&lt;P&gt;Hi Bmacias84,&lt;/P&gt;

&lt;P&gt;Sorry I'm not quite getting the concept.&lt;/P&gt;

&lt;P&gt;The current search looks like this.  Which works but I need to be able to recreate the report from Sunday at 2:00am and that doesn't work with this search.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;earliest=-24h index=mso_statistics sourcetype=ic_connectivity_5min-too_small  stat_name=subscribers |eval mso = upper(substr(mso,1,1)).lower(substr(mso,2)) |chart max(stat_val) as "Subscribers" by mso|addcoltotals labelfield=mso label=Total|eval Subscribers=tostring(Subscribers,"commas")|rename mso as "MSO - Click for Expanded View"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Sep 2016 16:51:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-that-only-updates-data-on-a-specific/m-p/267538#M16904</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-09-07T16:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dashboard that only updates data on a specific day and time?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-that-only-updates-data-on-a-specific/m-p/267539#M16905</link>
      <description>&lt;P&gt;I think we are close on this one.   A follow on question is even if I put earliest=@w+2h@h doesn't the dashboard continue to update during the week?&lt;/P&gt;

&lt;P&gt;Meaning if a subscriber count is 3000 at sunday at 2am that count needs to stay the same until the next sunday at 2 am when it will then increase or decrease by the week's numbers&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 16:57:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-that-only-updates-data-on-a-specific/m-p/267539#M16905</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-09-07T16:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dashboard that only updates data on a specific day and time?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-that-only-updates-data-on-a-specific/m-p/267540#M16906</link>
      <description>&lt;P&gt;Would something like this work?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;earliest=@w+2h@h latest=@w+2h@h+10m 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Sep 2016 17:00:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-that-only-updates-data-on-a-specific/m-p/267540#M16906</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2016-09-07T17:00:41Z</dc:date>
    </item>
  </channel>
</rss>

