Dashboards & Visualizations

Splunk Dashboard Tokens - XML issue

siva_cg
Path Finder

Hi All,

We have a Splunk distributed environment running on 6.5.2 version. I have tried to create a dashboard using some check box tokens but have not succeeded. It is throwing some errors saying that:

Warning on line 3: Node is not allowed here

Below is the xml I have been using:

As I am beginner for xml, I am unable to resolve the issue. Could you please help me in resolving this? Does it require any .css files to be stored in the app?

Thanks in advance.

0 Karma
1 Solution

sbbadri
Motivator

<form>
<label>testCb</label>
<fieldset submitButton="false">
<input type="checkbox" token="txn_indexer" searchWhenChanged="true">
<label>Select Indexer</label>
<choice value="host1">host1</choice>
<choice value="host2">host2</choice>
<default>host1</default>
</input>
</fieldset>
</form>

You are missing fieldset tag in the xml code

View solution in original post

sbbadri
Motivator

<form>
<label>testCb</label>
<fieldset submitButton="false">
<input type="checkbox" token="txn_indexer" searchWhenChanged="true">
<label>Select Indexer</label>
<choice value="host1">host1</choice>
<choice value="host2">host2</choice>
<default>host1</default>
</input>
</fieldset>
</form>

You are missing fieldset tag in the xml code

siva_cg
Path Finder

Thank you very much @sbbadri.

0 Karma

siva_cg
Path Finder
<form>  
  <label>Test</label>
  <input type="checkbox" token="tkn_indexer" searchWhenChanged="true">
      <label>Select Indexer:</label>
      <choice value="host1">host1</choice>
      <choice value="host2">host2</choice>
      <default>host1</default>
    </input>

As I am unable to add the xml code to question, I have added it as a comment here.

0 Karma

sbbadri
Motivator

@siva_cg

you are missing &lt:fieldset> and </fieldset> tag. Place your input tag between fieldset tags

0 Karma

siva_cg
Path Finder

Thank you very much @sbbadri.

0 Karma
Get Updates on the Splunk Community!

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...

Splunk AppDynamics Agents Webinar Series

Mark your calendars! On June 24th at 12PM PST, we’re going live with the second session of our Splunk ...

SplunkTrust Application Period is Officially OPEN!

It's that time, folks! The application/nomination period for the 2025 SplunkTrust is officially open! If you ...