Dashboards & Visualizations

Checkbox field in dashboard is searching for unwanted blank value

Nealio
Engager

I have a panel on a dashboard with a checkbox input. I'm unable to make this panel work with a checkbox input.

Error:

Error in 'search' command: Unable to parse the search: Comparator '=' is missing a term on the left hand side.

Search String:

EAP $CB_MSOMAC$ | timechart count(client_mac) by client_mac

Dropdown Config(XML Brackets replaced to show code):

  {input type="checkbox" token="CB_MSOMAC" searchWhenChanged="true"}
    {label}MAC Addresses{/label}
    {choice value="58:94:6B:XX:XX:XX"}58:94:6B:XX:XX:XX{/choice}
    {choice value="5C:51:4F:XX:XX:XX"}5C:51:4F:XX:XX:XX{/choice}
    {choice value="60:45:BD:XX:XX:XX"}60:45:BD:XX:XX:XX{/choice}
    {default},60:45:BD:XX:XX:XX,58:94:6B:XX:XX:XX,5C:51:4F:XX:XX:XX{/default}
    {prefix}({/prefix}
    {suffix}){/suffix}
    {valuePrefix}client_mac={/valuePrefix}
    {delimiter} OR {/delimiter}
  {/input}

alt text

If I open the query in search without any of the checkbox options selected, the search string looks like this:

EAP (client_mac=) | timechart count(client_mac) by client_mac

The problem is pretty obvious, as it would appear that I have an incomplete query parameter. Checking and unchecking boxes in the dashboard input will add and remove their associated values from the search string, but nothing I have done has removed "(client_mac=)" from the query. What have I done wrong? Or is this a bug?

0 Karma

somesoni2
Revered Legend

Update your data input with this

<valuePrefix>client_mac="</valuePrefix>
<valueSuffix>"</valueSuffix>
0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...