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!

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

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...