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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

Splunk is officially part of Cisco

Revolutionizing how our customers build resilience across their entire digital footprint.   Splunk ...

Splunk APM & RUM | Planned Maintenance March 26 - March 28, 2024

There will be planned maintenance for Splunk APM and RUM between March 26, 2024 and March 28, 2024 as ...