Dashboards & Visualizations

How to pass token to prebuilt panel

mxh7777
Path Finder

Hello,

I have a prebuilt panel that looks like this

 

 

<panel>
  <chart>
    <title>$titlePanel$</title>
    <search>
...

 

 

I'd like to call this prebuilt panel several times in my main dashboard but I don't know how to set the token $titlePanel$ to have different tilte on each panel

I tried this but not working

 

 

<form>
  <label>My Label</label>
<row>
    <set token="titlePanel">Title 1</set>
    <panel id="chartPanel1" ref="my_prebuilt_panel"></panel>
  </row>
  <row>
    <set token="titlePanel">Title 2</set>
    <panel id="chartPanel2" ref="my_prebuilt_panel"></panel>
  </row>
</form>

 

 

 Is there a way to do this ?

Thanks

Labels (2)
0 Karma
Get Updates on the Splunk Community!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...