Splunk Cloud Platform

Dashboards and Visualizations with Simple XML

Acrobat logo Download manual as PDF


This documentation does not apply to the most recent version of Splunk Cloud Platform. For documentation on the most recent version, go to the latest release.
Acrobat logo Download topic as PDF

Manage dashboards that need jQuery updates

The jQuery Upgrade dashboard lists any dashboards that might be affected by a security update that requires jQuery 3.5 or higher. Dashboards that are on these lists might need to be adjusted or rebuilt. However, do not update dashboards that are packaged with Splunk Cloud Platform, Splunk Enterprise, or a Splunk app. Dashboards associated with third party and private apps must be updated by the app developers. For more information about identifying which apps need updates, see Act on jQuery scan results with the Upgrade Readiness App.

Certify that dashboards work with jQuery 3.5 and higher

Some dashboards that use custom JavaScript might not be fully compatible with jQuery 3.5 or higher. If you see problems with your dashboard, select the info icon on that dashboard to temporarily open an older view of the dashboard. Dashboards that are temporarily loaded with this older view appear in the list of v1.0 dashboards viewed on the jQuery Upgrade dashboard.

After your dashboards are fully compatible with jQuery 3.5 or higher, and you verify that they are working in the new dashboard view, you can then certify that they are updated. After you certify the dashboards, they disappear from the jQuery Upgrade dashboard. Dashboards associated with third party and private apps, however, must be updated by the app developers.

Complete the following steps to verify and then certify your dashboards.

  1. Check the dashboard in the new view to verify that it's working. Use the info icon to toggle between the old and new views.
  2. Add the version="1.1" attribute to the root node in the Simple XML file for the dashboard. The root node is either <dashboard> or <form>.
    <dashboard version="1.1" script="myCustomJS.js">
    ...
    </dashboard>
    
    <form version="1.1" script="myCustomJS.js">
    ...
    </form>

    Don't add version="1.0" to the dashboard root node.

  3. Check the dashboard again to verify that the info icon is no longer present and that you can't open the older view. Dashboards that are certified to work with the newest dashboard view don't appear in the list of v1.0 dashboards viewed.


For more information about the version attribute, see the Simple XML Reference. For more information about editing Simple XML, see Editing Simple XML.

Update HTML dashboards

HTML dashboards are deprecated. However, you can rebuild your HTML dashboards in Dashboard Studio. For more information about Dashboard Studio, see What is the Splunk Dashboard Studio? in the Splunk Dashboard Studio manual.

Last modified on 04 March, 2022
PREVIOUS
Configure dashboard permissions
  NEXT
Generate dashboard PDFs

This documentation applies to the following versions of Splunk Cloud Platform: 8.2.2112


Was this documentation topic helpful?


You must be logged into splunk.com in order to post comments. Log in now.

Please try to keep this discussion focused on the content covered in this documentation topic. If you have a more general question about Splunk functionality or are experiencing a difficulty with Splunk, consider posting a question to Splunkbase Answers.

0 out of 1000 Characters