<?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 with an issue in a drilldown token from a dropdown list in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421306#M41903</link>
    <description>&lt;P&gt;and if I do &lt;CODE&gt;| search SITE=Toul*&lt;/CODE&gt; in the drilldown it works&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jun 2019 07:14:29 GMT</pubDate>
    <dc:creator>jip31</dc:creator>
    <dc:date>2019-06-18T07:14:29Z</dc:date>
    <item>
      <title>Help with an issue in a drilldown token from a dropdown list</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421298#M41895</link>
      <description>&lt;P&gt;hi&lt;/P&gt;

&lt;P&gt;In my dashboard, I use the search below&lt;BR /&gt;
This search is updated from a dropdown list token (tok_filtersite)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[| inputlookup host.csv 
    | table host] index="x" sourcetype="perfmonmk:process" 
| bucket _time span=3m 
| where process_cpu_used_percent&amp;gt;80 
| lookup lookup_cmdb_fo_all.csv HOSTNAME as host output SITE 
**| search SITE=$tok_filtersite|s$** 
| stats dc(process_name) as Total by host 
| sort -Total limit=10
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This token is also used in the drilldown associated to my search (where SITE=$SITE$)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[| inputlookup host.csv 
    | table host] index="x" sourcetype="perfmonmk:process" 
| bucket _time span=3m 
| where process_cpu_used_percent&amp;gt;80 
| dedup host process_name 
| lookup lookup_cmdb_fo_all.csv HOSTNAME as host output SITE COUNTRY TOWN ROOM 
**| where SITE=$SITE$** 
| eval time = strftime(_time, "%m/%d/%Y %H:%M") 
| eval process_cpu_used_percent=round(process_cpu_used_percent,2). " %" 
| stats latest(time) as time, values(COUNTRY) as COUNTRY, values(TOWN) as TOWN, values(SITE) as SITE, values(ROOM) as ROOM, latest(process_cpu_used_percent) as process_cpu_used_percent by host process_name 
| sort -Total 
| table time host COUNTRY TOWN SITE ROOM process_cpu_used_percent 
| sort -Total
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It works perfectly except when I choose &lt;CODE&gt;*&lt;/CODE&gt; in my dropdown list&lt;BR /&gt;
If I choose &lt;CODE&gt;*&lt;/CODE&gt;, the data are well updated in the main dashboard but when I click on my report in order to open the drilldown, this one is empty&lt;BR /&gt;
What I have to do to display data in my drilldown when I choose * in my dropdown list please??&lt;BR /&gt;
thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 06:28:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421298#M41895</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2019-06-13T06:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an issue in a drilldown token from a dropdown list</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421299#M41896</link>
      <description>&lt;P&gt;Any chance we can get the xml ?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 06:48:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421299#M41896</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-06-13T06:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an issue in a drilldown token from a dropdown list</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421300#M41897</link>
      <description>&lt;P&gt;here is&lt;BR /&gt;
&lt;A href="https://www.cjoint.com/c/IFng3GNCDpb"&gt;https://www.cjoint.com/c/IFng3GNCDpb&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 06:56:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421300#M41897</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2019-06-13T06:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an issue in a drilldown token from a dropdown list</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421301#M41898</link>
      <description>&lt;P&gt;could it have helped?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 14:09:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421301#M41898</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2019-06-13T14:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an issue in a drilldown token from a dropdown list</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421302#M41899</link>
      <description>&lt;P&gt;hey @jip31, from what I understand the second search is not giving you any results when you use something other than &lt;CODE&gt;*&lt;/CODE&gt; , is that right ?&lt;BR /&gt;
Have you tried adding quotes for the token &lt;CODE&gt;SITE="$SITE$"&lt;/CODE&gt; or escaping it in case there are special characters &lt;CODE&gt;SITE="$SITE|s$"&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 06:50:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421302#M41899</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-06-17T06:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an issue in a drilldown token from a dropdown list</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421303#M41900</link>
      <description>&lt;P&gt;hey, yes its right&lt;BR /&gt;
when i m doing &lt;CODE&gt;SITE="$SITE$"&lt;/CODE&gt;, i have an issue :&lt;BR /&gt;
"error in where command typechecking failed "&lt;EM&gt;" only takes numbers"&lt;BR /&gt;
and when I m doing &lt;CODE&gt;SITE="$SITE|s$"&lt;/CODE&gt;&lt;BR /&gt;
I have another issue&lt;BR /&gt;
"error in where command the operator at '\"&lt;/EM&gt;\""' is invalid"&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 08:30:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421303#M41900</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2019-06-17T08:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an issue in a drilldown token from a dropdown list</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421304#M41901</link>
      <description>&lt;P&gt;how about replacing :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| where SITE=$SITE$
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;with this :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| search SITE="$SITE$"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Jun 2019 08:35:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421304#M41901</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-06-17T08:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an issue in a drilldown token from a dropdown list</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421305#M41902</link>
      <description>&lt;P&gt;Unfortunately no!&lt;BR /&gt;
I have tested &lt;CODE&gt;| search SITE="$SITE$"&lt;/CODE&gt; and &lt;CODE&gt;| search SITE="$SITE|s$"&lt;/CODE&gt; and it doesn't works....&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 06:14:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421305#M41902</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2019-06-18T06:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an issue in a drilldown token from a dropdown list</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421306#M41903</link>
      <description>&lt;P&gt;and if I do &lt;CODE&gt;| search SITE=Toul*&lt;/CODE&gt; in the drilldown it works&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 07:14:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421306#M41903</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2019-06-18T07:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an issue in a drilldown token from a dropdown list</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421307#M41904</link>
      <description>&lt;P&gt;So let's see what's inside the &lt;CODE&gt;"$SITE$"&lt;/CODE&gt;, can you add &lt;CODE&gt;$SITE$&lt;/CODE&gt; to the title of the view ? Should show you the result it's giving on the title line &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 08:21:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421307#M41904</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-06-18T08:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an issue in a drilldown token from a dropdown list</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421308#M41905</link>
      <description>&lt;P&gt;@jip31, let me know what you see for your token value&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 09:23:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421308#M41905</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-06-18T09:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an issue in a drilldown token from a dropdown list</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421309#M41906</link>
      <description>&lt;P&gt;hey, I just see &lt;CODE&gt;$SITE$&lt;/CODE&gt;....&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 15:00:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421309#M41906</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2019-06-18T15:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an issue in a drilldown token from a dropdown list</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421310#M41907</link>
      <description>&lt;P&gt;Then run it as the search : &lt;CODE&gt;| makeresults | eval msg=$SITE$&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 15:12:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421310#M41907</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-06-18T15:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an issue in a drilldown token from a dropdown list</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421311#M41908</link>
      <description>&lt;P&gt;it's strange, I have the field _time dispalyed!!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 15:53:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421311#M41908</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2019-06-19T15:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an issue in a drilldown token from a dropdown list</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421312#M41909</link>
      <description>&lt;P&gt;so this is your problem &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; change the token name in the input and try using that, maybe you got two tokens mixed up. And make sure you have &lt;CODE&gt;|fields yourSiteFieldName&lt;/CODE&gt; populating the value and not just a search.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 16:08:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421312#M41909</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-06-19T16:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an issue in a drilldown token from a dropdown list</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421313#M41910</link>
      <description>&lt;P&gt;You mean something like this :&lt;BR /&gt;
SITE=$TOTO$ | fields TOTO ??&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 06:59:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-with-an-issue-in-a-drilldown-token-from-a-dropdown-list/m-p/421313#M41910</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2019-06-20T06:59:54Z</dc:date>
    </item>
  </channel>
</rss>

