<?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: How to send the &amp;quot;&amp;&amp;quot; and the &amp;quot;=&amp;quot; character from a token in a link drilldown in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203335#M12761</link>
    <description>&lt;P&gt;If you are trying to pass those token values in a URL, you likely need to wrap them with the &lt;CODE&gt;CDATA&lt;/CODE&gt; call.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;drilldown target="new"&amp;gt;
         &amp;lt;link&amp;gt;
           &amp;lt;![CDATA[/app/&amp;lt;APP_NAME&amp;gt;/&amp;lt;DASHBOARD&amp;gt;?earliest=$earliest$&amp;amp;latest=$latest$&amp;amp;A=153&amp;amp;B=223&amp;amp;C=555]]&amp;gt;
         &amp;lt;/link&amp;gt;
 &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Reference answer: &lt;A href="https://answers.splunk.com/answers/124226/passing-selected-time-range-to-drilldown-in-simple-xml.html"&gt;https://answers.splunk.com/answers/124226/passing-selected-time-range-to-drilldown-in-simple-xml.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Nov 2016 16:37:23 GMT</pubDate>
    <dc:creator>rjthibod</dc:creator>
    <dc:date>2016-11-02T16:37:23Z</dc:date>
    <item>
      <title>How to send the "&amp;" and the "=" character from a token in a link drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203334#M12760</link>
      <description>&lt;P&gt;Hello Splunkers,&lt;/P&gt;

&lt;P&gt;I have a token that gets values such as:&lt;BR /&gt;
&amp;amp;A=153&amp;amp;B=223&amp;amp;C=555&lt;/P&gt;

&lt;P&gt;I am sending this as part of the url in a drilldown to link to another page. When I get to the other page the "&amp;amp;" is replaced by its url encoded value (%26) same for the "="... &lt;/P&gt;

&lt;P&gt;Any idea how I can make it pass through as an &amp;amp; to indicate another token value for the next page ? &lt;/P&gt;

&lt;P&gt;EDIT: the CDATA for the link looks something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;![CDATA[/app/&amp;lt;APP_NAME&amp;gt;/&amp;lt;DASHBOARD&amp;gt;?earliest=$earliest$&amp;amp;latest=$latest$$token$]]&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Where the $token$ is &amp;amp;A=153&amp;amp;B=223&amp;amp;C=555&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 16:26:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203334#M12760</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2016-11-02T16:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to send the "&amp;" and the "=" character from a token in a link drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203335#M12761</link>
      <description>&lt;P&gt;If you are trying to pass those token values in a URL, you likely need to wrap them with the &lt;CODE&gt;CDATA&lt;/CODE&gt; call.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;drilldown target="new"&amp;gt;
         &amp;lt;link&amp;gt;
           &amp;lt;![CDATA[/app/&amp;lt;APP_NAME&amp;gt;/&amp;lt;DASHBOARD&amp;gt;?earliest=$earliest$&amp;amp;latest=$latest$&amp;amp;A=153&amp;amp;B=223&amp;amp;C=555]]&amp;gt;
         &amp;lt;/link&amp;gt;
 &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Reference answer: &lt;A href="https://answers.splunk.com/answers/124226/passing-selected-time-range-to-drilldown-in-simple-xml.html"&gt;https://answers.splunk.com/answers/124226/passing-selected-time-range-to-drilldown-in-simple-xml.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 16:37:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203335#M12761</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2016-11-02T16:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to send the "&amp;" and the "=" character from a token in a link drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203336#M12762</link>
      <description>&lt;P&gt;Ah i thought I wrote that i did ^^ will add that... My CDATA looks something like this :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;![CDATA[/app/&amp;lt;APP_NAME&amp;gt;/&amp;lt;DASHBOARD&amp;gt;?earliest=$earliest$&amp;amp;latest=$latest$$token$]]&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Where the $token$ is &lt;STRONG&gt;&amp;amp;A=153&amp;amp;B=223&amp;amp;C=555&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 17:00:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203336#M12762</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2016-11-02T17:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to send the "&amp;" and the "=" character from a token in a link drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203337#M12763</link>
      <description>&lt;P&gt;Ah, I see. Let me ponder a bit more.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 17:01:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203337#M12763</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2016-11-02T17:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to send the "&amp;" and the "=" character from a token in a link drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203338#M12764</link>
      <description>&lt;P&gt;thank you !&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 17:02:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203338#M12764</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2016-11-02T17:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to send the "&amp;" and the "=" character from a token in a link drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203339#M12765</link>
      <description>&lt;P&gt;What about using &lt;CODE&gt;$token|u$&lt;/CODE&gt; in the URL?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&amp;lt;![CDATA[/app/&amp;lt;APP_NAME&amp;gt;/&amp;lt;DASHBOARD&amp;gt;?earliest=$earliest$&amp;amp;latest=$latest$$token|u$]]&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Reference: &lt;A href="https://answers.splunk.com/answers/150424/documentation-of-token-filter-like-s-simple-xml.html"&gt;https://answers.splunk.com/answers/150424/documentation-of-token-filter-like-s-simple-xml.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 17:03:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203339#M12765</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2016-11-02T17:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to send the "&amp;" and the "=" character from a token in a link drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203340#M12766</link>
      <description>&lt;P&gt;Please click the "accept answer" link as well. That let's people know it worked for you.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 17:53:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203340#M12766</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2016-11-02T17:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to send the "&amp;" and the "=" character from a token in a link drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203341#M12767</link>
      <description>&lt;P&gt;of course, ill accept the right answer ^^ still didnt get it ! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 20:31:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203341#M12767</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2016-11-02T20:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to send the "&amp;" and the "=" character from a token in a link drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203342#M12768</link>
      <description>&lt;P&gt;will try this tomorrow morning and give u a big like if it works lol&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 20:32:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203342#M12768</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2016-11-02T20:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to send the "&amp;" and the "=" character from a token in a link drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203343#M12769</link>
      <description>&lt;P&gt;No problem. I misunderstand your votes from earlier to suggest that it worked. &lt;/P&gt;

&lt;P&gt;Hopefully it does.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 21:04:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203343#M12769</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2016-11-02T21:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to send the "&amp;" and the "=" character from a token in a link drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203344#M12770</link>
      <description>&lt;P&gt;@DavidHourani: Any luck with the suggestion?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2016 15:18:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203344#M12770</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2016-11-04T15:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to send the "&amp;" and the "=" character from a token in a link drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203345#M12771</link>
      <description>&lt;P&gt;If you are running v6.5+, there is a new token filter to "not encode" the token in whatever form it is in.  &lt;/P&gt;

&lt;P&gt;Just use: &lt;STRONG&gt;$token|n$&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Try something like this then:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;drilldown target="new"&amp;gt;
          &amp;lt;link&amp;gt;
            &amp;lt;![CDATA[/app/&amp;lt;APP_NAME&amp;gt;/&amp;lt;DASHBOARD&amp;gt;?earliest=$earliest$&amp;amp;latest=$latest$$token|n$]]&amp;gt;
          &amp;lt;/link&amp;gt;
  &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 04 Nov 2016 17:07:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203345#M12771</guid>
      <dc:creator>nfilippi_splunk</dc:creator>
      <dc:date>2016-11-04T17:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to send the "&amp;" and the "=" character from a token in a link drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203346#M12772</link>
      <description>&lt;P&gt;@DavidHourani any updates on this issue and what solution worked for you? If one of them did, please accept the answer that was successful.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 14:05:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203346#M12772</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2016-11-15T14:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to send the "&amp;" and the "=" character from a token in a link drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203347#M12773</link>
      <description>&lt;P&gt;Hi DavidHourani,&lt;BR /&gt;
Did you tried to put your token, in the secondary dashboard, between brackets (")?&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 14:57:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203347#M12773</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-11-15T14:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to send the "&amp;" and the "=" character from a token in a link drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203348#M12774</link>
      <description>&lt;P&gt;Thanks!! its working for me:)&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 07:59:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-send-the-quot-quot-and-the-quot-quot-character-from-a/m-p/203348#M12774</guid>
      <dc:creator>sivaranjiniG</dc:creator>
      <dc:date>2018-07-18T07:59:38Z</dc:date>
    </item>
  </channel>
</rss>

