Dashboards & Visualizations

Where can I find documentation for the XSD schema for editing dashboards?

smitra_splunk
Splunk Employee
Splunk Employee

Hi ,

Where can I find the documentation for the XSD schema for editing Dashboards?

An example of an XML instance is given below. How do I find the equivalent schema for this?

Version 2 - Web Store Server Errors

<panel>
  <table>
    <title>Base Search</title>
    <search id="baseSearch">
      <query>...</query>
      <earliest>-30d@d</earliest>
      <latest>now</latest>
    </search>
  </table>
</panel>


<panel>
  <table>
    <title>Purchases &amp; Lost Sales</title>
    <search>
      <query>...</query>
      <earliest>-30d@d</earliest>
      <latest>now</latest>
    </search>
  </table>
</panel>

thanks and regards,
Shreedeep.

0 Karma
1 Solution

kbarker302
Communicator

See this link:

http://docs.splunk.com/Documentation/Splunk/6.4.1/AdvancedDev/AdvancedSchemas

The schemas are located in $SPLUNK_HOME/share/splunk/search_mrsparkle/exposed/schema/ in RelaxNG (.rnc) format, but the link talks about using something called Trang if you want to convert them to other formats. simplexml.rnc looks like the one you want for your dashboard example.

View solution in original post

0 Karma

joerattz
New Member

You might also find this documentation useful:

https://docs.splunk.com/Documentation/Splunk/7.3.1/Viz/PanelreferenceforSimplifiedXML

Pay attention to the version number.

0 Karma

kbarker302
Communicator

See this link:

http://docs.splunk.com/Documentation/Splunk/6.4.1/AdvancedDev/AdvancedSchemas

The schemas are located in $SPLUNK_HOME/share/splunk/search_mrsparkle/exposed/schema/ in RelaxNG (.rnc) format, but the link talks about using something called Trang if you want to convert them to other formats. simplexml.rnc looks like the one you want for your dashboard example.

0 Karma
Get Updates on the Splunk Community!

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...