- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
jotne
Builder
06-29-2022
02:48 AM
After upgrading to Splunk Enterprise 9.0 I do get the following message from several Dashboard.
This dashboard view is deprecated and will be removed in future versions of Splunk software. Open the updated view of this dashboard.
If I click the link, it just opens the same Dashboard, expect url is added with this: xmlv=1.1
Example:
https://myserver.com/en-GB/app/Search/test_locations?earliest=-24h%40h&latest=now
https://myserver.com/en-GB/app/Search/test_locations?xmlv=1.1&earliest=-24h%40h&latest=now
Have tried to find how to fix the Dashboard, but can not find what to change.
Anyone have idea on how to fix this?
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

richgalloway

SplunkTrust
06-29-2022
07:55 AM
Check that the dashboard source specifies version 1.1.
<dashboard version="1.1">
...
</dashboard>
---
If this reply helps you, Karma would be appreciated.
If this reply helps you, Karma would be appreciated.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
jotne
Builder
06-30-2022
03:15 AM
Why in the world does it not accept version="1.0". Thanks for the solution 🙂
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

richgalloway

SplunkTrust
06-29-2022
07:55 AM
Check that the dashboard source specifies version 1.1.
<dashboard version="1.1">
...
</dashboard>
---
If this reply helps you, Karma would be appreciated.
If this reply helps you, Karma would be appreciated.
