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!

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...