<?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: This dashboard version is missing. Update the dashboard version in source in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/626259#M15009</link>
    <description>&lt;P&gt;Had the same issue, click Edit on the dashboard that is reporting the error. Click on Source&lt;/P&gt;&lt;P&gt;Update the first line of code&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&amp;lt;form&amp;gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&amp;lt;form version="1.1"&amp;gt;&lt;/P&gt;&lt;P&gt;Save then refresh&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jan 2023 21:20:24 GMT</pubDate>
    <dc:creator>steveski</dc:creator>
    <dc:date>2023-01-06T21:20:24Z</dc:date>
    <item>
      <title>Why receiving error"This dashboard version is missing. Update the dashboard version in source" after upgrading on prem?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/604987#M13235</link>
      <description>&lt;P&gt;We recently upgraded our on prem Splunks to version 9.0.0 and now any time we click on our home grown Dashboards we get this error:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This dashboard version is missing. Update the dashboard version in source&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we were on an older version of Splunk 8.x for a while so no idea when this has changed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 16:34:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/604987#M13235</guid>
      <dc:creator>Gregski11</dc:creator>
      <dc:date>2022-07-11T16:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: This dashboard version is missing. Update the dashboard version in source</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/604994#M13237</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/232137"&gt;@Gregski11&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This message is related to jQuery 3.5 upgrade. More details on this docs:&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/UpgradejQuery/1/UpgradejQuery/jQueryOverview" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/UpgradejQuery/1/UpgradejQuery/jQueryOverview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"I&lt;SPAN&gt;f you encounter an issue with jQuery in a Simple XML dashboard that you own, update your custom JavaScript to work with jQuery 3.5, and certify that the dashboard works with jQuery 3.5 &lt;STRONG&gt;by adding&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;version="1.1"&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;to the root node of the dashboard source code.&amp;nbsp;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 18:45:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/604994#M13237</guid>
      <dc:creator>danielcj</dc:creator>
      <dc:date>2022-07-08T18:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: This dashboard version is missing. Update the dashboard version in source</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/605161#M13267</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213178"&gt;@danielcj&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/232137"&gt;@Gregski11&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This message is related to jQuery 3.5 upgrade. More details on this docs:&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/UpgradejQuery/1/UpgradejQuery/jQueryOverview" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/UpgradejQuery/1/UpgradejQuery/jQueryOverview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"I&lt;SPAN&gt;f you encounter an issue with jQuery in a Simple XML dashboard that you own, update your custom JavaScript to work with jQuery 3.5, and certify that the dashboard works with jQuery 3.5 &lt;STRONG&gt;by adding&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;version="1.1"&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;to the root node of the dashboard source code.&amp;nbsp;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;thank you so much can you explain what the root node of the dashboard source code means, I have been adding the version parameter to either the&amp;nbsp;&amp;lt;form version="1.1"&amp;gt; form tag or the&amp;nbsp;&amp;lt;dashboard version="1.1"&amp;gt; tag since some have one and not the other, should all of our custom Dashboards have the&amp;nbsp;&amp;lt;dashboard version="1.1"&amp;gt; tag at the top of the source code, is that best practice?&lt;BR /&gt;&lt;BR /&gt;by the way I did not write this code, I inherited it, thank you for your help&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 14:48:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/605161#M13267</guid>
      <dc:creator>Gregski11</dc:creator>
      <dc:date>2022-07-11T14:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: This dashboard version is missing. Update the dashboard version in source</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/608731#M13571</link>
      <description>&lt;P&gt;uh, ya, what Greg said -- what/where is the "root node"? (I've been or admin/dev on our Splunk infrastructure since v4.0, and I don't' follow you.). Karma points for you if you don't answer cryptically or with another link to a doc that doesn't answer the question...&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 19:43:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/608731#M13571</guid>
      <dc:creator>mykol_j</dc:creator>
      <dc:date>2022-08-08T19:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: This dashboard version is missing. Update the dashboard version in source</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/618266#M14310</link>
      <description>&lt;P&gt;Hello All,&amp;nbsp;&lt;BR /&gt;is there a way to upgrade multiple dashboards XML with the Version 1.1? i have a large number of dashboards to update. Thank you in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 16:38:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/618266#M14310</guid>
      <dc:creator>jlistman</dc:creator>
      <dc:date>2022-10-25T16:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: This dashboard version is missing. Update the dashboard version in source</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/621125#M14526</link>
      <description>&lt;P&gt;even i am in same position,&amp;nbsp; after my splunk upgrade i am getting warning to update the dashboard version .&lt;BR /&gt;As we have multiple dashboards, we cannot do it manually.&lt;BR /&gt;We can some script to update the dashboard version.&lt;BR /&gt;but i am&amp;nbsp; not sure on the script&lt;BR /&gt;&lt;BR /&gt;can anyone help on this&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 20:05:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/621125#M14526</guid>
      <dc:creator>Ash1</dc:creator>
      <dc:date>2022-11-16T20:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: This dashboard version is missing. Update the dashboard version in source</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/626259#M15009</link>
      <description>&lt;P&gt;Had the same issue, click Edit on the dashboard that is reporting the error. Click on Source&lt;/P&gt;&lt;P&gt;Update the first line of code&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&amp;lt;form&amp;gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&amp;lt;form version="1.1"&amp;gt;&lt;/P&gt;&lt;P&gt;Save then refresh&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 21:20:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/626259#M15009</guid>
      <dc:creator>steveski</dc:creator>
      <dc:date>2023-01-06T21:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: This dashboard version is missing. Update the dashboard version in source</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/626260#M15010</link>
      <description>&lt;P&gt;root node is Splunkish for the very first stupid line of any code&amp;nbsp;&lt;/P&gt;&lt;P&gt;so in the case below it's the &amp;lt;form&amp;gt; tag&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&amp;lt;form&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Accounts accessed by a specific device&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;fieldset submitButton="true"&amp;gt;&lt;BR /&gt;&amp;lt;input type="time" token="field1"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Enter Date &amp;amp;amp; Time Range&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so make it look like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;form version="1.1"&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and yes this is the dumbest thing we have to do ever&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 21:30:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/626260#M15010</guid>
      <dc:creator>Gregski11</dc:creator>
      <dc:date>2023-01-06T21:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why receiving error"This dashboard version is missing. Update the dashboard version in source" after upgra</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/626817#M15074</link>
      <description>&lt;P&gt;I resolved this error on all of the dashboards at once using the following commands (beware that this will overwrite contents of app "default" dashboards so it will not be an "upgrade-safe" change.&amp;nbsp; This just means the changes will be overwritten when you upgrade any apps.&amp;nbsp; I tested this on Splunk 9.0.3 and didn't change any files in the manifest.&lt;/P&gt;&lt;P&gt;Please be sure to mark this as the answer if it resolves the issue.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;perl -pi -e 's/&amp;lt;form(?=[ &amp;gt;])((?:(?:[^&amp;gt;]| )(?!version="1\.1"))*&amp;gt;)/&amp;lt;form version="1.1"\1/' /opt/splunk/etc/apps/*/*/data/ui/views/*.xml

perl -pi -e 's/&amp;lt;dashboard(?=[ &amp;gt;])((?:(?:[^&amp;gt;]| )(?!version="1\.1"))*&amp;gt;)/&amp;lt;dashboard version="1.1"\1/' /opt/splunk/etc/apps/*/*/data/ui/views/*.xml&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 16:42:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/626817#M15074</guid>
      <dc:creator>jrmurray</dc:creator>
      <dc:date>2023-01-11T16:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why receiving error"This dashboard version is missing. Update the dashboard version in source" after upgra</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/628665#M15232</link>
      <description>&lt;P&gt;Another option is to use Microsoft Visual Studio Code (&amp;nbsp;&lt;A href="https://code.visualstudio.com/" target="_blank"&gt;https://code.visualstudio.com/&lt;/A&gt;&amp;nbsp;).&amp;nbsp; VSCode lets you find/replace text in multiple files.&lt;/P&gt;&lt;P&gt;While I'm here, I'll add a shameless plug for the Splunk VSCode extension (&amp;nbsp;&lt;A href="https://marketplace.visualstudio.com/items?itemName=Splunk.splunk" target="_blank"&gt;https://marketplace.visualstudio.com/items?itemName=Splunk.splunk&lt;/A&gt;&amp;nbsp;).&amp;nbsp; The extension will provide IntelliSense for .conf files, it has snippets for common configurations, provides a debug mechanism for those who code on top of Splunk, and more.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VSCode1.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/23596i1D810DD7B4CA9D48/image-size/large?v=v2&amp;amp;px=999" role="button" title="VSCode1.png" alt="VSCode1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VSCode2.png" style="width: 546px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/23595i777DF5E95EABA505/image-size/large?v=v2&amp;amp;px=999" role="button" title="VSCode2.png" alt="VSCode2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 18:53:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/628665#M15232</guid>
      <dc:creator>jconger</dc:creator>
      <dc:date>2023-01-27T18:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: This dashboard version is missing. Update the dashboard version in source</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/648088#M16645</link>
      <description>&lt;P&gt;I wish I read this thread in reverse &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jun 2023 03:25:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/648088#M16645</guid>
      <dc:creator>pseymer2</dc:creator>
      <dc:date>2023-06-24T03:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: This dashboard version is missing. Update the dashboard version in source</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/648303#M16653</link>
      <description>&lt;P&gt;When you are updating to 9.0.4+ or at least 9.0.5 this adding version string to dashboards/forms should be happening automatic. Some older version 9.0.4 etc. have some issues with some special tags etc. You could get more information from slack&amp;nbsp;&lt;A href="https://splunk-usergroups.slack.com/archives/C03M9ENE6AD" target="_blank"&gt;https://splunk-usergroups.slack.com/archives/C03M9ENE6AD&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 07:03:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-receiving-error-quot-This-dashboard-version-is-missing/m-p/648303#M16653</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-27T07:03:15Z</dc:date>
    </item>
  </channel>
</rss>

