<?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: Help to use token drilldown with an html link in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/613871#M13971</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Thanks not it works fine!&lt;/P&gt;</description>
    <pubDate>Wed, 21 Sep 2022 04:51:26 GMT</pubDate>
    <dc:creator>jip31</dc:creator>
    <dc:date>2022-09-21T04:51:26Z</dc:date>
    <item>
      <title>Help to use token drilldown with an html link</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/612874#M13887</link>
      <description>&lt;P&gt;hello&lt;/P&gt;
&lt;P&gt;In a first dashboard, i use 2 dropdown list&lt;/P&gt;
&lt;P&gt;the first dropdown list concerns a relative time choice and the second dropdown list concern a site choice&lt;/P&gt;
&lt;P&gt;I need to retrieve in a second dashboard (there is also the same dropdown list in this dash)&amp;nbsp; the choice done from these 2 dropdown list by executing html link&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;TEST&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="dropdown" token="period"&amp;gt;
      &amp;lt;label&amp;gt;Période&amp;lt;/label&amp;gt;
      &amp;lt;choice value="1654466400.0"&amp;gt;Lundi 6 Juin 2022&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="1655071200.0"&amp;gt;Lundi 13 Juin 2022&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="1655676000.0"&amp;gt;Lundi 20 Juin 2022&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="1656280800.0"&amp;gt;Lundi 27 Juin 2022&amp;lt;/choice&amp;gt;
      &amp;lt;change&amp;gt;
        &amp;lt;eval token="debut"&amp;gt;period&amp;lt;/eval&amp;gt;
        &amp;lt;eval token="fin"&amp;gt;debut+432000&amp;lt;/eval&amp;gt;
        &amp;lt;eval token="debut_4w"&amp;gt;relative_time(debut,"-4w")&amp;lt;/eval&amp;gt;
        &amp;lt;eval token="fin_4w"&amp;gt;relative_time(debut,"-0w")&amp;lt;/eval&amp;gt;
      &amp;lt;/change&amp;gt;
      &amp;lt;default&amp;gt;1655071200.0&amp;lt;/default&amp;gt;
      &amp;lt;initialValue&amp;gt;1655071200.0&amp;lt;/initialValue&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input type="dropdown" token="site" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Espace &amp;lt;/label&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;site&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;site&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;`index_mes` 
| dedup site 
| table site 
| sort + site&amp;lt;/query&amp;gt;
        &amp;lt;earliest&amp;gt;-7d@h&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/search&amp;gt;
      &amp;lt;choice value="*"&amp;gt;*&amp;lt;/choice&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
      &amp;lt;initialValue&amp;gt;*&amp;lt;/initialValue&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
       &amp;lt;a href="/app/spl_pub/bpe?form.site=$form.site|u$&amp;amp;amp;form.period.earliest=$form.period$&amp;amp;amp;form.period.latest=$form.period$" target="_blank"&amp;gt;Cliquez ici&amp;lt;/a&amp;gt;

    &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it works for the site by adding&amp;nbsp;| search site="$form.site$"&amp;nbsp; in the second dashboard for every search but it doesnt works for the time&lt;/P&gt;
&lt;P&gt;so what is wrong in the html link and how to take into account the time choice done in the first dashboard in the second dashboard?&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 13:40:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/612874#M13887</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-09-13T13:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help to use token drilldown with an html link</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/613517#M13943</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/102660"&gt;@jip31&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Since your period input is not time, you cannot use the earliest and latest. You should pass this token same as site token.&lt;/P&gt;&lt;P&gt;Please test below;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;TEST&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="dropdown" token="period"&amp;gt;
      &amp;lt;label&amp;gt;Période&amp;lt;/label&amp;gt;
      &amp;lt;choice value="1654466400.0"&amp;gt;Lundi 6 Juin 2022&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="1655071200.0"&amp;gt;Lundi 13 Juin 2022&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="1655676000.0"&amp;gt;Lundi 20 Juin 2022&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="1656280800.0"&amp;gt;Lundi 27 Juin 2022&amp;lt;/choice&amp;gt;
      &amp;lt;change&amp;gt;
        &amp;lt;eval token="debut"&amp;gt;period&amp;lt;/eval&amp;gt;
        &amp;lt;eval token="fin"&amp;gt;debut+432000&amp;lt;/eval&amp;gt;
        &amp;lt;eval token="debut_4w"&amp;gt;relative_time(debut,"-4w")&amp;lt;/eval&amp;gt;
        &amp;lt;eval token="fin_4w"&amp;gt;relative_time(debut,"-0w")&amp;lt;/eval&amp;gt;
      &amp;lt;/change&amp;gt;
      &amp;lt;default&amp;gt;1655071200.0&amp;lt;/default&amp;gt;
      &amp;lt;initialValue&amp;gt;1655071200.0&amp;lt;/initialValue&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input type="dropdown" token="site" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Espace &amp;lt;/label&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;site&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;site&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;`index_mes` 
| dedup site 
| table site 
| sort + site&amp;lt;/query&amp;gt;
        &amp;lt;earliest&amp;gt;-7d@h&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/search&amp;gt;
      &amp;lt;choice value="*"&amp;gt;*&amp;lt;/choice&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
      &amp;lt;initialValue&amp;gt;*&amp;lt;/initialValue&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
       &amp;lt;a href="/app/spl_pub/bpe?form.site=$form.site|u$&amp;amp;amp;form.period=$form.period$" target="_blank"&amp;gt;Cliquez ici&amp;lt;/a&amp;gt;

    &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 18 Sep 2022 09:26:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/613517#M13943</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2022-09-18T09:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help to use token drilldown with an html link</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/613539#M13945</link>
      <description>&lt;P&gt;2 issues:&lt;/P&gt;&lt;P&gt;1. Does your second dashboard have inputs? The point of using "form".XXX in the URL is that a token prefixed with FORM is an input element in the target dashboard. If you just are looking to pass a token to the other dashboard which can be used in the dashboard and there are no inputs, then simply pass the token like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;a href="/app/spl_pub/bpe?site=$form.site$ earliest=$form.debut_4w$ latest=$form.fin_4w$...&lt;/LI-CODE&gt;&lt;P&gt;Then in your second dashboard, you can include this in the search&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;your_search earliest=$earliest$ latest=$latest$&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. If you DO have inputs in the second dashboard, then if you have one with token period AND it is a time picker input, then the syntax you have appears correct, but if it is NOT a time picker in the second dashboard, then form.period.earliest/latest syntax does not apply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I am wondering if you mean to be passing the debut/fin tokens rather than period as period only has a single value passed to the second dashboard - is that what you intended?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2022 22:39:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/613539#M13945</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-09-18T22:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help to use token drilldown with an html link</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/613550#M13947</link>
      <description>&lt;P&gt;Hi Scellilok&lt;/P&gt;&lt;P&gt;I ave already done this but it doesnt works....&lt;/P&gt;&lt;P&gt;Here is what I have in the URL&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;form.period=1655676000.0&amp;amp;form.date.earliest=1654466400&amp;amp;form.date.latest=1654898400&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 05:51:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/613550#M13947</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-09-19T05:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help to use token drilldown with an html link</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/613553#M13948</link>
      <description>&lt;P&gt;Not sure to understand everyting but&lt;/P&gt;&lt;P&gt;1 -&amp;nbsp; The second dashboard is a detailed view of the first dasboard but it doesnt means that the panel in the second dashboard has the same role that the panel in the first dashboard&lt;/P&gt;&lt;P&gt;In other words, I just want to retrieve in the second dashboard the choice done in the first dashboard from the 2 dropdown list&lt;/P&gt;&lt;P&gt;So when I choose a site and a period in the first dashboard, I need to retrieve the same choice in the second dashboard&lt;/P&gt;&lt;P&gt;It works for the site but not for the period&lt;/P&gt;&lt;P&gt;In order to test, I have added the same period dropdown list in the second dashboard as in the first dashboard&lt;/P&gt;&lt;P&gt;And the only way to retrieve the same period is to use this HTML link in te first dashboard&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; &amp;lt;a href="/app/spl_pub/bp?form.site=$form.site|u$&amp;amp;amp;form.period=$form.period$"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So the solution will be to link the period dropdown list of the second dashboard with each panel of the dashboard but i dont succeed...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried with&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| search site="$form.site$" AND period=$period$&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;in the search&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jip31_0-1663571947984.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/21529iF504203304D51C8E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jip31_0-1663571947984.png" alt="jip31_0-1663571947984.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2 - I just want to retieve in the second dashboard the period choice done in the first dashboard for these 4 tokens&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; &amp;lt;eval token="debut"&amp;gt;period&amp;lt;/eval&amp;gt;
        &amp;lt;eval token="fin"&amp;gt;debut+432000&amp;lt;/eval&amp;gt;
        &amp;lt;eval token="debut_4w"&amp;gt;relative_time(debut,"-4w")&amp;lt;/eval&amp;gt;
        &amp;lt;eval token="fin_4w"&amp;gt;relative_time(debut,"-0w")&amp;lt;/eval&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 07:19:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/613553#M13948</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-09-19T07:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help to use token drilldown with an html link</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/613656#M13954</link>
      <description>&lt;P&gt;If a dashboard has an input, then in the URL for that dashboard, you will see URL parameters, such as&lt;/P&gt;&lt;P&gt;form.XXX&lt;/P&gt;&lt;P&gt;where XXX is the token defined in the input. However, in your searches you ONLY use the token name XXX, not $form.XXX$.&lt;/P&gt;&lt;P&gt;So, when you are passing tokens between dashboards, you only need to name them "form.XXX" if the receiving dashboard has inputs, which is why you use "form." in the token name.&lt;/P&gt;&lt;P&gt;If your receiving dashboard does not have inputs, then you only need to pass the token itself (no "form.") in the URL, i.e. debut=$debut$&lt;/P&gt;&lt;P&gt;Regardless of whether you have an input in the second dashboard, you only use the token name in searches.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So to pass the 4 tokens in your URL you would need to set&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;a href="/app/spl_pub/bp?site=$form.site|u$&amp;amp;amp;debut=$debut$&amp;amp;amp;fin=$fin$&amp;amp;amp;debut_4w=$debut_4w$&amp;amp;amp;fin_4w=$fin_4w$"&lt;/LI-CODE&gt;&lt;P&gt;and your searches will be&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| search site="$site$" AND period&amp;gt;$debut$ AND period&amp;lt;$fin$&lt;/LI-CODE&gt;&lt;P&gt;or something like that depending on what your "period" represents. However, as your periods are date related, I suspect you might even want your search time range to be set in the XML as&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;earliest&amp;gt;$debut_4w$&amp;lt;/earliest&amp;gt;
&amp;lt;latest&amp;gt;$fin_4w$&amp;lt;/latest&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 19 Sep 2022 23:16:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/613656#M13954</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-09-19T23:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help to use token drilldown with an html link</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/613714#M13958</link>
      <description>&lt;P&gt;not sure to understand everything but i think the solution is not too far&lt;/P&gt;&lt;P&gt;I summarize :&lt;/P&gt;&lt;P&gt;when I use this link in the first dash&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;a href="/app/spl_pub_dashboard/bpe2?form.site=$form.site|u$&amp;amp;amp;form.period=$form.period$" &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can retrieve the period choice in the second dropdown list of the second dash&lt;/P&gt;&lt;P&gt;I have also added this in every search of the second dashboard (like i said i never use earliest=$debut_4w$ latest=$fin_4w$ in the second dashboard)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;earliest=$debut$ latest=$fin$&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;when I run a search in the second dashboard, I can see that the period correspond well to the period selected in the first dashboard (it's not the case if I use what you propose&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;debut=$debut$&amp;amp;amp;fin=$fin$&amp;amp;amp;debut_4w=$debut_4w$&amp;amp;amp;fin_4w=$fin_4w$"&lt;/PRE&gt;&lt;P&gt;Now, the last problem i have in the second dashboard is that all the searches tell me "waiting for input"&lt;/P&gt;&lt;P&gt;I have to select a new period time in the dropdown list of the second dashboard in order to run all the searches...&lt;/P&gt;&lt;P&gt;so how to do for that the period selected in the first dashboard apply to all searches of the second dashboard?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 07:12:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/613714#M13958</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-09-20T07:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help to use token drilldown with an html link</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/613732#M13960</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/102660"&gt;@jip31&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Please try below syntax on destination dashboard. Since secondary tokens are not triggered on change, you should use set instead of eval and also $value$ token to get the period contents after change.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;change&amp;gt;
        &amp;lt;set token="debut"&amp;gt;$value$&amp;lt;/set&amp;gt;
        &amp;lt;eval token="fin"&amp;gt;debut+432000&amp;lt;/eval&amp;gt;
        &amp;lt;eval token="debut_4w"&amp;gt;relative_time(debut,"-4w")&amp;lt;/eval&amp;gt;
        &amp;lt;eval token="fin_4w"&amp;gt;relative_time(debut,"-0w")&amp;lt;/eval&amp;gt;
&amp;lt;/change&amp;gt;
 &lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 20 Sep 2022 08:19:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/613732#M13960</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2022-09-20T08:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help to use token drilldown with an html link</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/613856#M13970</link>
      <description>&lt;P&gt;Please post here the complete details of the form inputs in both dashboard and the searches you are trying to use, i.e. all the &amp;lt;fieldset&amp;gt; elements of the inputs from dashboard 1 and 2 and the &amp;lt;query&amp;gt; section of the search you are using in the second dashboard.&lt;/P&gt;&lt;P&gt;Please post it using the &amp;lt;/&amp;gt; code button, rather than posting images.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 22:40:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/613856#M13970</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-09-20T22:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help to use token drilldown with an html link</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/613871#M13971</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Thanks not it works fine!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 04:51:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Help-to-use-token-drilldown-with-an-html-link/m-p/613871#M13971</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-09-21T04:51:26Z</dc:date>
    </item>
  </channel>
</rss>

