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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...