Dashboards & Visualizations

Can simple XML bits of fieldset form input controls be shared across dashboards in Splunk 6.2?

stu2
Explorer

I see how to share portions of html with ``. And panels can now be shared.

I have a set of dashboards which all share fieldset form input controls, and they're copied manually. Is there a way to put them into a file and include it in each dashboard?

afishkin_splunk
Splunk Employee
Splunk Employee

You can create Prebuilt Panel in Settings/User interface/Prebuilt panels/Add new
It can look like
<panel>
<searchString>index=_internal | head 100 | stats count by sourcetype</searchString>

</input type="radio" token="field1">
</input>
</panel>

To add Prebuilt Panel to Dashboard
<row>
<panel ref="Name of created Prebuilt Panel" app="Name of App"></panel>
</row>

Name of App is optional if Prebuilt Panel is in current App

0 Karma

afishkin_splunk
Splunk Employee
Splunk Employee

You are right, fieldset cannot be part of panel
But if you have input inside of panel you do not need to have fieldset

stu2
Explorer

This doesn't seem to work for panels. Panels can not have fieldsets, and the schema for simplexml seems to only allow fieldsets to be children of forms.

Is there a way to share fieldsets across dashboards?

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...