<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Select Multiselect value from URL Token in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548547#M37795</link>
    <description>&lt;P&gt;Use CDATA&amp;nbsp;&lt;SPAN&gt;wrapper to make sure that the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;symbol is interpreted correctly&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;drilldown target="blank"&amp;gt;
      &amp;lt;link&amp;gt;
          &amp;lt;![CDATA[
          /app/search/test?host_token=xxx&amp;amp;form.time_token.earliest=1618776000&amp;amp;form.time_token.latest=1618863722&amp;amp;form.MACHINE_TOKEN=hp548srv&amp;amp;form.MACHINE_TOKEN=hp675srv
          ]]&amp;gt;
      &amp;lt;/link&amp;gt;
 &amp;lt;/drilldown&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this reply helps you, a like would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Apr 2021 07:06:29 GMT</pubDate>
    <dc:creator>manjunathmeti</dc:creator>
    <dc:date>2021-04-20T07:06:29Z</dc:date>
    <item>
      <title>Select Multiselect value from URL Token</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548458#M37768</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using a multi-select input in the dashboard, which displays a list of machines.&amp;nbsp; I am looking to access this dashboard with &amp;nbsp;URL having multiple machine comma separated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My requirement is when I open the link it should have all the machines mentioned in the URL in the multi-select filter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;example ( "," replaced with %2C in url)&lt;BR /&gt;&amp;nbsp;&lt;A href="http://%3Curl%3E/?host_token=xxx&amp;amp;form.time_token.earliest=1618437600&amp;amp;form.time_token.latest=1618610400&amp;amp;form.MACHINE_TOKEN=hp707srv%2Cdell970srv%2Cdell429srv%2Cdell477srv%2Cdell432srv" target="_blank" rel="noopener noreferrer"&gt;http://&amp;lt;URL&amp;gt;?host_token=xxx&amp;amp;form.time_token.earliest=1618437600&amp;amp;form.time_token.latest=1618610400&amp;amp;form.MACHINE_TOKEN=hp707srv%2Cdell970srv%2Cdell429srv%2Cdell477srv%2Cdell432srv&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 242px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13842iA92B9E7D44113B65/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 15:24:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548458#M37768</guid>
      <dc:creator>AKG1_old1</dc:creator>
      <dc:date>2021-04-19T15:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Select Multiselect value from URL Token</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548486#M37774</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/189181"&gt;@AKG1_old1&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Instead of comma-separated values, you should pass key-value pairs separated by &lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt; in the URL endpoint to put values in multi-select input like below assuming&amp;nbsp;MACHINE_TOKEN is the token name of multi-select input.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;http://&amp;lt;url&amp;gt;/?host_token=xxx&amp;amp;form.time_token.earliest=1618437600&amp;amp;form.time_token.latest=1618610400&amp;amp;form.MACHINE_TOKEN=hp707srv&amp;amp;form.MACHINE_TOKEN=dell970srv&amp;amp;form.MACHINE_TOKEN=dell429srv&amp;amp;form.MACHINE_TOKEN=dell477srv&amp;amp;form.MACHINE_TOKEN=dell432srv&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this reply helps you, a like would be appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 19:07:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548486#M37774</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2021-04-19T19:07:07Z</dc:date>
    </item>
    <item>
      <title>Select Multiselect value from URL Token</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548494#M37776</link>
      <description>&lt;P&gt;If you want a multiselect in the called dashboard to be prepopulated with the values selected in the starting dashboard, I think you can just repeat the variable on the URL&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 19:43:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548494#M37776</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-04-19T19:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select Multiselect value from URL Token</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548504#M37781</link>
      <description>&lt;P&gt;This might help (assuming you are trying to pass multi-values to another dashboard)&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Search/How-to-pass-multiselect-token-values-from-main-dashboard-A-to/m-p/520177/highlight/true#M146478" target="_self"&gt;https://community.splunk.com/t5/Splunk-Search/How-to-pass-multiselect-token-values-from-main-dashboard-A-to/m-p/520177/highlight/true#M146478&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 21:17:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548504#M37781</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-04-19T21:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Select Multiselect value from URL Token</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548505#M37782</link>
      <description>&lt;P&gt;Thanks, Manually its working&amp;nbsp; but there is another issue when I am trying to access this URL , special character in URL are getting encoded and it doen't work.&lt;BR /&gt;&lt;BR /&gt;http://&amp;lt;URL&amp;gt;?&amp;amp;host_token=xxx&amp;amp;form.time_token.earliest=1618776000&amp;amp;form.time_token.latest=1618863722&amp;amp;%26form.MACHINE_TOKEN%3Dhp548srv%2C%26form.MACHINE_TOKEN%3Dhp675srv&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 21:42:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548505#M37782</guid>
      <dc:creator>AKG1_old1</dc:creator>
      <dc:date>2021-04-19T21:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select Multiselect value from URL Token</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548507#M37784</link>
      <description>&lt;P&gt;This post is to pass multiselect value to drilldown dashboard but my requirement is other way. I want token to be sent to drilldown dashboard and in drilldown dashboard I have multiselect.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 21:44:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548507#M37784</guid>
      <dc:creator>AKG1_old1</dc:creator>
      <dc:date>2021-04-19T21:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Select Multiselect value from URL Token</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548508#M37785</link>
      <description>&lt;P&gt;The first part sets up a token from the multi-select. This token is constructed using a mvjoin. If you look at what will actually be passed in the drilldown it looks like this&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/app/yourapp/drilldown?form.drilldownmulti=$drilldownmulti|n$&lt;/LI-CODE&gt;&lt;P&gt;The&amp;nbsp;drilldownmulti token has been set up with all the values in the multi-select, delimited by "&amp;amp;amp;form.drilldownmulti=". So, for example, if the selected values were A, B, C, the final URL would be&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/app/yourapp/drilldown?form.drilldownmulti=A&amp;amp;amp;form.drilldownmulti=B&amp;amp;amp;form.drilldownmulti=C&lt;/LI-CODE&gt;&lt;P&gt;This then appears in the drilled down dashboard in the drilldownmulti multi-select input as A, B and C being preselected.&lt;/P&gt;&lt;P&gt;So, for your case, you need to call your URL with multiple instances of form.MACHINE_TOKEN=&amp;lt;value&amp;gt; separated by &amp;amp;amp;&lt;/P&gt;&lt;P&gt;Hopefully, that's a bit clearer&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 22:00:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548508#M37785</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-04-19T22:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Select Multiselect value from URL Token</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548509#M37786</link>
      <description>&lt;P&gt;&amp;nbsp;i tried similar approach but issue is when we click to reach drilldown dashboard it convert &amp;amp; and = charater to encoded format and it doent work.&lt;BR /&gt;&lt;BR /&gt;http://&amp;lt;url&amp;gt;?&amp;amp;host_token=xxx&amp;amp;form.time_token.earliest=1618776000&amp;amp;form.time_token.latest=1618863722&amp;amp;%26form.MACHINE_TOKEN%3Dhp548srv%2C%26form.MACHINE_TOKEN%3Dhp675srv%2C%26form.MACHINE_TOKEN%3Dmx24637vm%2C%26form.MACHINE_TOKEN%3Dmx24638vm&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 22:11:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548509#M37786</guid>
      <dc:creator>AKG1_old1</dc:creator>
      <dc:date>2021-04-19T22:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Select Multiselect value from URL Token</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548511#M37788</link>
      <description>&lt;P&gt;If you have the value in a token, use the |n filter to prevent escaping (as shown in the example answer and above)&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 22:16:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548511#M37788</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-04-19T22:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Select Multiselect value from URL Token</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548547#M37795</link>
      <description>&lt;P&gt;Use CDATA&amp;nbsp;&lt;SPAN&gt;wrapper to make sure that the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;symbol is interpreted correctly&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;drilldown target="blank"&amp;gt;
      &amp;lt;link&amp;gt;
          &amp;lt;![CDATA[
          /app/search/test?host_token=xxx&amp;amp;form.time_token.earliest=1618776000&amp;amp;form.time_token.latest=1618863722&amp;amp;form.MACHINE_TOKEN=hp548srv&amp;amp;form.MACHINE_TOKEN=hp675srv
          ]]&amp;gt;
      &amp;lt;/link&amp;gt;
 &amp;lt;/drilldown&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this reply helps you, a like would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 07:06:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Select-Multiselect-value-from-URL-Token/m-p/548547#M37795</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2021-04-20T07:06:29Z</dc:date>
    </item>
  </channel>
</rss>

