Splunk Search

Multiselect: value's prefix and suffix not working

ferivas
New Member

Hi Splunk colleagues,

I'm having a problem with multiselect in my dashboards. Here's the code of the multiselect:

<input type="multiselect" token="bap" searchWhenChanged="false">
  <label>BAP</label>
  <fieldForLabel>BAP</fieldForLabel>
  <fieldForValue>BAP</fieldForValue>
  <search base="base">
    <query>| search BAP IN("$form.bap$") | dedup BAP | table BAP</query>
  </search>
  <valuePrefix>"</valuePrefix>
  <valueSuffix>"</valueSuffix>
  <delimiter>,</delimiter>
  <choice value="*">Todos</choice>
  <prefix>(</prefix>
  <suffix>)</suffix>
</input>

The thing is that if I pass information through this token (form.bap) the value's prefix and suffix are not appearing and my searches are returning no results. This is how I look for the information in the token on my searches:

| search BAP IN("$form.bap$") 

And this is how it appears (in this case, the values that I'm selecting are "BI" and "Core"):

| search BAP IN ("BI,Core")

As you can see, no quotes are added in between the two values, therefore no results found. I tried to change the way that I use to look for the information of the token (just with | search $form.bap$ and adding the "BAP IN" part on the prefix) but it's not working either.

If you need more information about this or if the explanation is not as clear as possible, let me know!

Thanks in advance,

Labels (1)
0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@ferivas

Few questions:
1) from where you are setting token $form.bap$?
2) Is multiselect token bap the same as the token used in the same multiselect search? Can you please share the logic behind this?

3) Did you tried by displaying $form.bap$ value in any other panel? like


$form.bap$


0 Karma

ferivas
New Member

Hi, thanks for your response!

1) Im setting the token just in the multiselect
2) This is for updating the different multiselects that I have with the information that you are selecting in each one of them. In this particular case there's other tokens in there but I deleted them for make the code that I show more clear.
3) Yes, but the problem persists: no quotes and no brackets appearing.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...