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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...