<?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 Dahsboard Studio in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Auto-Refresh-Dahsboard-Studio/m-p/571462#M46919</link>
    <description>&lt;P&gt;Hi jmatelun,&lt;/P&gt;&lt;P&gt;You can auto-refresh certain data sources inside your dashboard. Click on whichever data source you'd like to automatically refresh, select the edit button and expand the "code" section. Then you can insert "refresh" and "refreshType" into the "options" section inside the json of your data source. I've included an example below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "type": "ds.search",
    "options": {
        "query": "| tstats count where index=*",
        "queryParameters": {
            "earliest": "-60m@m",
            "latest": "@m"
        },
        "refresh": "5s",
        "refreshType": "delay"
    },
    "name": "pulsarRateOut"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Unfortunately I'm unaware of a way to refresh the entire dashboard in one setting. There's some more information about this here:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.2/DashStudio/dsOpt#refreshType_and_refresh_options_example" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.2/DashStudio/dsOpt#refreshType_and_refresh_options_example &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;/P&gt;</description>
    <pubDate>Tue, 19 Oct 2021 04:57:19 GMT</pubDate>
    <dc:creator>Chef</dc:creator>
    <dc:date>2021-10-19T04:57:19Z</dc:date>
    <item>
      <title>Auto Refresh Dahsboard Studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Auto-Refresh-Dahsboard-Studio/m-p/571152#M46905</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I make a dashboard in Splunk Dashboard Studio, but I don't know how I can program the Auto refresh ( every 1 minute) &lt;SPAN&gt;to update the entire dashboard&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please Help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 17:32:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Auto-Refresh-Dahsboard-Studio/m-p/571152#M46905</guid>
      <dc:creator>jmatelun</dc:creator>
      <dc:date>2021-10-15T17:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Refresh Dahsboard Studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Auto-Refresh-Dahsboard-Studio/m-p/571462#M46919</link>
      <description>&lt;P&gt;Hi jmatelun,&lt;/P&gt;&lt;P&gt;You can auto-refresh certain data sources inside your dashboard. Click on whichever data source you'd like to automatically refresh, select the edit button and expand the "code" section. Then you can insert "refresh" and "refreshType" into the "options" section inside the json of your data source. I've included an example below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "type": "ds.search",
    "options": {
        "query": "| tstats count where index=*",
        "queryParameters": {
            "earliest": "-60m@m",
            "latest": "@m"
        },
        "refresh": "5s",
        "refreshType": "delay"
    },
    "name": "pulsarRateOut"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Unfortunately I'm unaware of a way to refresh the entire dashboard in one setting. There's some more information about this here:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.2/DashStudio/dsOpt#refreshType_and_refresh_options_example" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.2/DashStudio/dsOpt#refreshType_and_refresh_options_example &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 04:57:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Auto-Refresh-Dahsboard-Studio/m-p/571462#M46919</guid>
      <dc:creator>Chef</dc:creator>
      <dc:date>2021-10-19T04:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Refresh Dahsboard Studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Auto-Refresh-Dahsboard-Studio/m-p/705311#M57772</link>
      <description>&lt;P&gt;Tried it and it is not working for me&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 16:48:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Auto-Refresh-Dahsboard-Studio/m-p/705311#M57772</guid>
      <dc:creator>itsGhisla1n</dc:creator>
      <dc:date>2024-11-26T16:48:25Z</dc:date>
    </item>
  </channel>
</rss>

