Dashboards & Visualizations

This dashboard version is missing: Why am I getting this message?

pmacdonald
Explorer

I appear to be getting no data from the distinct windows performance app v1.2.0 running on Splunk 9. I have attached a screenshot of the app in question.

 

Windows_Performance.png

Tags (2)
0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@pmacdonald 

Try adding a version tag in the form or dashboard tag. like

<form ..... version="1.1">

or

<dashboard ..... version="1.1">

 

I hope this will help you.

Thanks
KV
If any of my replies help you to solve the problem Or gain knowledge, an upvote would be appreciated.

0 Karma

pmacdonald
Explorer

Yes, thank you. And how exactly do I do that? What file do I edit?

 

Thanks

0 Karma

pmacdonald
Explorer

I am getting errors (Error on line 2: Invalid attribute name😞

 

<form theme="dark">
<form version="1.1" script="myCustomJS.js"</form>
<label>Overview</label>
<description>Overview of Infrastructure Performance and Alerts</description>
<fieldset submitButton="true" autoRun="false">
<input type="multiselect" token="field1">
<label>field1</label>
</input>
<input type="dropdown" token="field2">
<label>field2</label>
</input>
</fieldset>
<row>
<panel>
<single>
<title>Number of Currently Reporting Hosts</title>
<search>
<query>| inputlookup host_status.csv
| search status="active"
| stats dc(host) by status _time

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@pmacdonald 

<form  theme="dark" version="1.1" script="myCustomJS.js">
<label>Overview</label>
<description>Overview of Infrastructure Performance and Alerts</description>
<fieldset submitButton="true" autoRun="false">
<input type="multiselect" token="field1">
<label>field1</label>

 

KV

Get Updates on the Splunk Community!

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

🔐 Trust at Every Hop: How mTLS in Splunk Enterprise 10.0 Makes Security Simpler

From Idea to Implementation: Why Splunk Built mTLS into Splunk Enterprise 10.0  mTLS wasn’t just a checkbox ...