Dashboards & Visualizations

Splunk version 8.0 strips out data-toggle attribute in dashboard markup

teresachila
Path Finder

I have a dashboard with javascript tabs using the example from this blog. It is working fine in Splunk 7.2 . Testing it in version 8.0 and found that the html of the rendered dashboard is missing the data-toggle attribute. For example, before it looks like:

<a href="#" class="toggle-tab" data-toggle="tab" data-elements="tab_traffictable">tab name</a> 

After it looks like this:

<a href="#" class="toggle-tab" data-elements="tab_traffictable">tab name</a>

It seems like the splunk engine strips out the data-toggle="tab" attribute. Has anyone seen this? Is this a bug?

0 Karma
1 Solution

teresachila
Path Finder
0 Karma
Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...