<?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 What is the Dashboard studio file extension? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-Dashboard-studio-file-extension/m-p/621412#M14549</link>
    <description>&lt;P&gt;Normally, for splunk&amp;nbsp; dashboard we will save it with file extension .xml. And we will promote the changes via git&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Here i want to know about the splunk dashbaord studios, what is the file extension, and once after creating the dashbaord via UI , i want to promote those dashbaords.&lt;BR /&gt;how can i do that ??????&lt;/P&gt;</description>
    <pubDate>Fri, 18 Nov 2022 21:31:58 GMT</pubDate>
    <dc:creator>Vani_26</dc:creator>
    <dc:date>2022-11-18T21:31:58Z</dc:date>
    <item>
      <title>What is the Dashboard studio file extension?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-Dashboard-studio-file-extension/m-p/621412#M14549</link>
      <description>&lt;P&gt;Normally, for splunk&amp;nbsp; dashboard we will save it with file extension .xml. And we will promote the changes via git&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Here i want to know about the splunk dashbaord studios, what is the file extension, and once after creating the dashbaord via UI , i want to promote those dashbaords.&lt;BR /&gt;how can i do that ??????&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 21:31:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-Dashboard-studio-file-extension/m-p/621412#M14549</guid>
      <dc:creator>Vani_26</dc:creator>
      <dc:date>2022-11-18T21:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Dashboard studio file extension?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-Dashboard-studio-file-extension/m-p/621414#M14550</link>
      <description>&lt;P&gt;In my sandbox, Dashboard Studio files still are .xml files.&amp;nbsp; The DS JSON code is wrapped in an XML envelope like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;        &amp;lt;dashboard version="2" theme="light" hiddenElements="{&amp;amp;quot;hideEdit&amp;amp;quot;:false,&amp;amp;quot;hideOpenInSearch&amp;amp;quot;:false,&amp;amp;quot;hideExport&amp;amp;quot;:false}"&amp;gt;
            &amp;lt;label&amp;gt;test&amp;lt;/label&amp;gt;
            &amp;lt;description&amp;gt;&amp;lt;/description&amp;gt;
            &amp;lt;definition&amp;gt;&amp;lt;![CDATA[{"visualizations":{"viz_Ozddmu1a":{"type":"splunk.table","options":{},"dataSources":{"primary":"ds_iPUldxwz"}}},"dataSources":{"ds_iPUldxwz":{"type":"ds.search","options":{"query":"index=_internal \n| stats count by component"},"name":"Search_1"}},"defaults":{"dataSources":{"ds.search":{"options":{"queryParameters":{"latest":"$global_time.latest$","earliest":"$global_time.earliest$"}}}}},"inputs":{"input_global_trp":{"type":"input.timerange","options":{"token":"global_time","defaultValue":"-24h@h,now"},"title":"Global Time Range"}},"layout":{"type":"absolute","options":{"display":"auto-scale"},"structure":[{"item":"viz_Ozddmu1a","type":"block","position":{"x":0,"y":0,"w":550,"h":430}}],"globalInputs":["input_global_trp"]},"description":"","title":"test"}]]&amp;gt;&amp;lt;/definition&amp;gt;
            &amp;lt;assets&amp;gt;&amp;lt;![CDATA[{}]]&amp;gt;&amp;lt;/assets&amp;gt;
        &amp;lt;/dashboard&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;What exactly do you mean by "promote"?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 21:42:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-Dashboard-studio-file-extension/m-p/621414#M14550</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-11-18T21:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Dashboard studio file extension?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-Dashboard-studio-file-extension/m-p/621416#M14551</link>
      <description>&lt;P&gt;&amp;nbsp;promote a dashboard,&amp;nbsp; that means instead of creating the dashboard via UI, i need to save the dashboard xml code in notepad&amp;nbsp; in our local repository and will deploy it via git.&lt;BR /&gt;&lt;BR /&gt;So my requirement is,&amp;nbsp; i have the dashboard code,&amp;nbsp; i dont know what is the file extension to save it and do i need to add anything in the code. Because my dashboard code is directly starting from as shown below:&lt;BR /&gt;&lt;BR /&gt;[{"visualizations":{"viz_Ozddmu1a":{"type":"splunk.table","options":{},"dataSources":{"primary":"ds_iPUldxwz"}}},"dataSources":{"ds_iPUldxwz":{"type":"ds.search","options":{"query":"index=_internal \n| stats count by component"},"name":"Search_1"}},"defaults":{"dataSources":{"ds.search":{"options":{"queryParameters":{"latest":"$global_time.latest$","earliest":"$global_time.earliest$"}}}}},ns":.................&lt;BR /&gt;&lt;BR /&gt;So do i need to add the below things :&lt;/P&gt;&lt;PRE&gt;&amp;lt;dashboard version="2" theme="light" hiddenElements="{&amp;amp;quot;hideEdit&amp;amp;quot;:false,&amp;amp;quot;hideOpenInSearch&amp;amp;quot;:false,&amp;amp;quot;hideExport&amp;amp;quot;:false}"&amp;gt;
            &amp;lt;label&amp;gt;test&amp;lt;/label&amp;gt;
            &amp;lt;description&amp;gt;&amp;lt;/description&amp;gt;
            &amp;lt;definition&amp;gt;&amp;lt;![CDATA&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 21:57:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-Dashboard-studio-file-extension/m-p/621416#M14551</guid>
      <dc:creator>Vani_26</dc:creator>
      <dc:date>2022-11-18T21:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Dashboard studio file extension?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-Dashboard-studio-file-extension/m-p/621446#M14553</link>
      <description>&lt;P&gt;I'm not an expert on Dashboard Studio, but I'm guessing you do need the XML code around the JSON.&amp;nbsp; Otherwise, it's not a .xml file and probably won't work.&lt;/P&gt;&lt;P&gt;Save a Dashboard Studio dashboard and look at the file it created.&amp;nbsp; You should see the same thing I did.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2022 13:31:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-Dashboard-studio-file-extension/m-p/621446#M14553</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-11-19T13:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Dashboard studio file extension?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-Dashboard-studio-file-extension/m-p/621485#M14561</link>
      <description>&lt;P&gt;sure will try, thank you&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2022 15:42:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-Dashboard-studio-file-extension/m-p/621485#M14561</guid>
      <dc:creator>vishwa</dc:creator>
      <dc:date>2022-11-20T15:42:38Z</dc:date>
    </item>
  </channel>
</rss>

