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!

Unlock New Opportunities with Splunk Education: Explore Our Latest Courses!

At Splunk Education, we’re dedicated to providing top-tier learning experiences that cater to every skill ...

Technical Workshop Series: Splunk Data Management and SPL2 | Register here!

Hey, Splunk Community! Ready to take your data management skills to the next level? Join us for a 3-part ...

Spotting Financial Fraud in the Haystack: A Guide to Behavioral Analytics with Splunk

In today's digital financial ecosystem, security teams face an unprecedented challenge. The sheer volume of ...