Dashboards & Visualizations

Prebuilt Panels delete the Panel Id when rendered

paulathome
Path Finder

I've saved a few prebuilt panels and after editing the top level panel tag includes an id tag for the panel. I'm doing this so that I can do some custom styling of that panel. Once I add the panel into an existing dashboard the id is missing.

This is the first few lines of my panel:

<panel id="paulpanel">
  <chart id="paulchart">

And this is the rendered HTML:

<div class="panel-element-row">
    <div id="panel1_paulchart" class="splunk-view dashboard-element chart" style="width: 100%;">...</div>

What I was expecting was this:

<div id="paulpanel" class="panel-element-row">
    <div id="panel1_paulchart" class="splunk-view dashboard-element chart" style="width: 100%;">...</div>

What happened to my panel id?

Thanks

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...