<?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: Dashboard studio visualizations not refreshing after date picker change in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-studio-visualizations-not-refreshing-after-date-picker/m-p/665678#M54443</link>
    <description>&lt;P&gt;Thank you for the idea of the Submit button.&amp;nbsp; That helps.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Oct 2023 13:39:21 GMT</pubDate>
    <dc:creator>rferg06</dc:creator>
    <dc:date>2023-10-20T13:39:21Z</dc:date>
    <item>
      <title>Dashboard studio visualizations not refreshing after date picker change</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-studio-visualizations-not-refreshing-after-date-picker/m-p/659711#M54298</link>
      <description>&lt;P&gt;I have a dashboard with three dropdown inputs.&amp;nbsp; The first is Date Range and it has a default value of last 24 hours.&amp;nbsp; The dashboard does the initial search fine, but when I change the date range, via the presets in the dropdown, nothing updates&lt;/P&gt;
&lt;P&gt;Code for the dropdown:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;LI-CODE lang="markup"&gt;{
    "type": "input.timerange",
    "options": {
        "token": "dateRange",
        "defaultValue": "-24h@h,now"
    },
    "title": "Date Range"
}&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Oct 2023 21:48:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-studio-visualizations-not-refreshing-after-date-picker/m-p/659711#M54298</guid>
      <dc:creator>rferg06</dc:creator>
      <dc:date>2023-10-04T21:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard studio visualizations not refreshing after date picker change</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-studio-visualizations-not-refreshing-after-date-picker/m-p/659800#M54312</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/255878"&gt;@rferg06&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Be sure that your dataSources section, you are specifying the queryParameters with your dateRange token&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;"queryParameters": {

            "earliest": "$dateRange.earliest$"

             "latest": "$dateRange.latest$"

}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also add a submit button to your "layout" section&amp;nbsp; so that the tokens will run when the submit button is clicked:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;"layout": {

         "options": {

                     "submitButton": true,

                     "height": 1750

          }

}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you already have these in place, you may want to clear your splunk web cache by adding _bump to the end of your url.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 14:14:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-studio-visualizations-not-refreshing-after-date-picker/m-p/659800#M54312</guid>
      <dc:creator>jwalrath1</dc:creator>
      <dc:date>2023-10-05T14:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard studio visualizations not refreshing after date picker change</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-studio-visualizations-not-refreshing-after-date-picker/m-p/665678#M54443</link>
      <description>&lt;P&gt;Thank you for the idea of the Submit button.&amp;nbsp; That helps.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 13:39:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-studio-visualizations-not-refreshing-after-date-picker/m-p/665678#M54443</guid>
      <dc:creator>rferg06</dc:creator>
      <dc:date>2023-10-20T13:39:21Z</dc:date>
    </item>
  </channel>
</rss>

