<?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: Auto refresh All panel on the dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Auto-refresh-All-panel-on-the-dashboard/m-p/747664#M58795</link>
    <description>&lt;P&gt;I have a base search and multiple chain search. can u add refresh only to base search ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Will that refresh other panels ?&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jun 2025 09:06:50 GMT</pubDate>
    <dc:creator>tgulgund</dc:creator>
    <dc:date>2025-06-09T09:06:50Z</dc:date>
    <item>
      <title>Auto refresh All panel on the dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Auto-refresh-All-panel-on-the-dashboard/m-p/747662#M58793</link>
      <description>&lt;P&gt;I am using splunk 9.3.2. I have visualisation panels added my dashboard with multiple queries.&lt;BR /&gt;&lt;BR /&gt;I use a base search with global time picker default value to 48 hours and subsequently use the chain searches.&lt;BR /&gt;&lt;BR /&gt;I need my entire dashboard to refresh after every 5 mins. I tried "refresh":300 but it doesn't work. Not sure what am I missing here.&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;"visualizations": {&lt;BR /&gt;},&lt;BR /&gt;"dataSources": {&lt;BR /&gt;},&lt;BR /&gt;"defaults": {&lt;BR /&gt;},&lt;BR /&gt;"inputs": {&lt;BR /&gt;},&lt;BR /&gt;"layout": {&lt;BR /&gt;"type": "absolute",&lt;BR /&gt;"options": {&lt;BR /&gt;"height": 2500,&lt;BR /&gt;"backgroundColor": "#000000",&lt;BR /&gt;"display": "fit-to-width",&lt;BR /&gt;"width": 1550&lt;BR /&gt;},&lt;BR /&gt;},&lt;BR /&gt;"description": "",&lt;BR /&gt;"title": "My Dashboard",&lt;BR /&gt;"refresh": 300&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 06:17:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Auto-refresh-All-panel-on-the-dashboard/m-p/747662#M58793</guid>
      <dc:creator>tgulgund</dc:creator>
      <dc:date>2025-06-09T06:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Auto refresh All panel on the dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Auto-refresh-All-panel-on-the-dashboard/m-p/747663#M58794</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275536"&gt;@tgulgund&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Unfortunately i dont think dashboard studio can set auto refresh for entire dashboard in a single config, auto-refresh is set per data source. You must define the refresh interval for each relevant data source in the dataSources section of your dashboard JSON&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Eg:&lt;BR /&gt;"dataSources": {&lt;BR /&gt;"myDataSource": {&lt;BR /&gt;"type": "ds.search",&lt;BR /&gt;"options": {&lt;BR /&gt;"query": "your search here",&lt;BR /&gt;"queryParameters": {&lt;BR /&gt;"earliest": "-48h@h",&lt;BR /&gt;"latest": "@h"&lt;BR /&gt;},&lt;BR /&gt;"refresh": "5m",&lt;BR /&gt;"refreshType": "delay"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;#&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.4.2/DashStudio/dsOpt" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.4.2/DashStudio/dsOpt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Prewin&lt;BR /&gt;Splunk Enthusiast | Always happy to help! If this answer helped you, please consider marking it as the solution or giving a kudos/Karma. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 08:36:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Auto-refresh-All-panel-on-the-dashboard/m-p/747663#M58794</guid>
      <dc:creator>PrewinThomas</dc:creator>
      <dc:date>2025-06-09T08:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Auto refresh All panel on the dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Auto-refresh-All-panel-on-the-dashboard/m-p/747664#M58795</link>
      <description>&lt;P&gt;I have a base search and multiple chain search. can u add refresh only to base search ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Will that refresh other panels ?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 09:06:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Auto-refresh-All-panel-on-the-dashboard/m-p/747664#M58795</guid>
      <dc:creator>tgulgund</dc:creator>
      <dc:date>2025-06-09T09:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Auto refresh All panel on the dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Auto-refresh-All-panel-on-the-dashboard/m-p/747670#M58796</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275536"&gt;@tgulgund&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/28010"&gt;@PrewinThomas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can set a default refresh time which will apply automatically to all data sources (unless a specific datasource is overwritten, edit the source of your dashboard and find the "defaults" section, under defaults-&amp;gt;dataSources-&amp;gt;ds.search-&amp;gt;options create a new "refresh" key with a value containing your intended refresh interval, such as this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "title": "testing",
    "description": "",
    "inputs": {},
    "defaults": {
        "dataSources": {
            "ds.search": {
                "options": {
                    "queryParameters": {
                        "earliest": "-24h@h",
                        "latest": "now"
                    },
                    "refresh": "60s"
                }
            }
        }
    },
    "visualizations": {
...
...
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="livehybrid_1-1749463888897.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/39333iE16D5059110BB8D1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="livehybrid_1-1749463888897.png" alt="livehybrid_1-1749463888897.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 10:14:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Auto-refresh-All-panel-on-the-dashboard/m-p/747670#M58796</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-06-09T10:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Auto refresh All panel on the dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Auto-refresh-All-panel-on-the-dashboard/m-p/747687#M58797</link>
      <description>&lt;P&gt;I added&amp;nbsp;&lt;SPAN&gt;"refresh": "5m",&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"refreshType": "delay" to my base search and it works for all the chain searches&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 15:02:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Auto-refresh-All-panel-on-the-dashboard/m-p/747687#M58797</guid>
      <dc:creator>tgulgund</dc:creator>
      <dc:date>2025-06-09T15:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Auto refresh All panel on the dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Auto-refresh-All-panel-on-the-dashboard/m-p/747688#M58798</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275536"&gt;@tgulgund&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the benefit of others who find this answer, this is slightly incorrect. It *is* possible for a single setting for all your datasources, If you want to refresh all datasources on a dashboard studio dashboard then update the defaults as per my previous message.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170906"&gt;@livehybrid&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/275536"&gt;@tgulgund&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/28010"&gt;@PrewinThomas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can set a default refresh time which will apply automatically to all data sources (unless a specific datasource is overwritten, edit the source of your dashboard and find the "defaults" section, under defaults-&amp;gt;dataSources-&amp;gt;ds.search-&amp;gt;options create a new "refresh" key with a value containing your intended refresh interval, such as this:&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;LI-CODE lang="markup"&gt;{
    "title": "testing",
    "description": "",
    "inputs": {},
    "defaults": {
        "dataSources": {
            "ds.search": {
                "options": {
                    "queryParameters": {
                        "earliest": "-24h@h",
                        "latest": "now"
                    },
                    "refresh": "60s"
                }
            }
        }
    },
    "visualizations": {
...
...
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="livehybrid_1-1749463888897.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/39333iE16D5059110BB8D1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="livehybrid_1-1749463888897.png" alt="livehybrid_1-1749463888897.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 15:18:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Auto-refresh-All-panel-on-the-dashboard/m-p/747688#M58798</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-06-09T15:18:22Z</dc:date>
    </item>
  </channel>
</rss>

