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

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Event Series: Level up your SOC: Advancing with Splunk Enterprise Security

AI has fundamentally raised the stakes for security operations, and this three-part series is your guide to ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...