Quantcast
Channel: Latest Questions on Splunk Answers
Viewing all articles
Browse latest Browse all 13053

Multiselect pulldown field value to redirector sideview

$
0
0

I am using multiselct pulldown for selecting the VMSids with OR seprator.and I am passing it to next view.I am not sure where I am doiung wrong but the result is not coming correctly as I have tested it on search App and its working fine.May be %20 is causing problem. Here is my code: DetailedSIDview: <module name="Search"> <param name="search"><![CDATA[ | inputlookup vmssidlist.csv |stats count by VMSID ]]> </param> <module name="Pulldown"> <param name="name">VMSID</param> <param name="label">$name$</param> <param name="size">30</param> <param name="template">$value$</param> <param name="separator">+OR+</param> <param name="outerTemplate"> $value$ </param> <param name="float">left</param> <param name="valueField">$name$</param> <param name="postProcess">dedup $name$ | sort $name$</param> <param name="staticOptions"></param> <module name="HTML"> <param name="html"><![CDATA[<body> <button style="background-color:#C02020;">Add VMSID</button></body>]]> </param> </module>

In ADDSid View

<module name="Search"> <param name="search"><![CDATA[ |inputlookup vmssidlist.csv |search $VMSID$|table VMSID ]]> </param> <module name="Table"> </module>

URL the values are passing like: vmsstb/AddSID?VMSID=000-00426-36321-028%20OR%20000-00426-36413-062%20OR%20000-00426-37896-246

I am believing that it will expand like VMSID=000-00426-36321-028 OR 000-00426-36413-062 OR 000-00426-37896-246 I am stuck Please help.


Viewing all articles
Browse latest Browse all 13053

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>