<?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 drilldown to a different dashboard and pass a token from a map panel on click of a value or name for a different region using a geostats search? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drilldown-to-a-different-dashboard-and-pass-a-token-from/m-p/136788#M8160</link>
    <description>&lt;P&gt;Thank you, dolivasoh.&lt;/P&gt;

&lt;P&gt;I don't want to be rude and take over the thread, but maybe kkarthik2 can benefit from my post.  I am able to get my maps to work now.  My search string and drilldown for my map is:&lt;/P&gt;

&lt;P&gt;index=myindex | iplocation src_ip | geostats globallimit=0 count by Country&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;drilldown&amp;gt;
      &amp;lt;set token="authcountry"&amp;gt;$click.name$&amp;lt;/set&amp;gt;
      &amp;lt;set token="form.authcountry"&amp;gt;$click.name$&amp;lt;/set&amp;gt;          
    &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This successfully counts the countries and plots them on the map.  However, when I click on any of the pies or circles, the $click.name$ value is always the top country in alphabetical order.  For example, if I have 5 results for United Kingdom, 10 results for Italy, 2 results for Australia, and 3 results for China, when I click ANY pie or circle, the $click.name$ value will be Australia.  It seems something behind the scene is sorting the countries alphabetically and choosing the top result.  Do you know a way to solve this?  Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 15 Apr 2015 03:35:23 GMT</pubDate>
    <dc:creator>afarmer</dc:creator>
    <dc:date>2015-04-15T03:35:23Z</dc:date>
    <item>
      <title>How to drilldown to a different dashboard and pass a token from a map panel on click of a value or name for a different region using a geostats search?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drilldown-to-a-different-dashboard-and-pass-a-token-from/m-p/136785#M8157</link>
      <description>&lt;P&gt;How do I pass a token from map panel on click of a value or name for a different region using geostats?&lt;BR /&gt;
I need the syntax and drilldown search using a token value.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2015 07:45:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drilldown-to-a-different-dashboard-and-pass-a-token-from/m-p/136785#M8157</guid>
      <dc:creator>kkarthik2</dc:creator>
      <dc:date>2015-04-07T07:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to drilldown to a different dashboard and pass a token from a map panel on click of a value or name for a different region using a geostats search?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drilldown-to-a-different-dashboard-and-pass-a-token-from/m-p/136786#M8158</link>
      <description>&lt;P&gt;I would also like to know the answer.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2015 01:21:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drilldown-to-a-different-dashboard-and-pass-a-token-from/m-p/136786#M8158</guid>
      <dc:creator>afarmer</dc:creator>
      <dc:date>2015-04-15T01:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to drilldown to a different dashboard and pass a token from a map panel on click of a value or name for a different region using a geostats search?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drilldown-to-a-different-dashboard-and-pass-a-token-from/m-p/136787#M8159</link>
      <description>&lt;P&gt;There's an easy to read &lt;A href="http://conf.splunk.com/sessions/2013/US65702_Using_Splunk_LisaGuinn_HowToUseDynamicDrilldown.pdf?activity=presentations"&gt;presentation&lt;/A&gt; from conf 2013 on this. &lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2015 02:58:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drilldown-to-a-different-dashboard-and-pass-a-token-from/m-p/136787#M8159</guid>
      <dc:creator>dolivasoh</dc:creator>
      <dc:date>2015-04-15T02:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to drilldown to a different dashboard and pass a token from a map panel on click of a value or name for a different region using a geostats search?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drilldown-to-a-different-dashboard-and-pass-a-token-from/m-p/136788#M8160</link>
      <description>&lt;P&gt;Thank you, dolivasoh.&lt;/P&gt;

&lt;P&gt;I don't want to be rude and take over the thread, but maybe kkarthik2 can benefit from my post.  I am able to get my maps to work now.  My search string and drilldown for my map is:&lt;/P&gt;

&lt;P&gt;index=myindex | iplocation src_ip | geostats globallimit=0 count by Country&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;drilldown&amp;gt;
      &amp;lt;set token="authcountry"&amp;gt;$click.name$&amp;lt;/set&amp;gt;
      &amp;lt;set token="form.authcountry"&amp;gt;$click.name$&amp;lt;/set&amp;gt;          
    &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This successfully counts the countries and plots them on the map.  However, when I click on any of the pies or circles, the $click.name$ value is always the top country in alphabetical order.  For example, if I have 5 results for United Kingdom, 10 results for Italy, 2 results for Australia, and 3 results for China, when I click ANY pie or circle, the $click.name$ value will be Australia.  It seems something behind the scene is sorting the countries alphabetically and choosing the top result.  Do you know a way to solve this?  Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2015 03:35:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drilldown-to-a-different-dashboard-and-pass-a-token-from/m-p/136788#M8160</guid>
      <dc:creator>afarmer</dc:creator>
      <dc:date>2015-04-15T03:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to drilldown to a different dashboard and pass a token from a map panel on click of a value or name for a different region using a geostats search?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drilldown-to-a-different-dashboard-and-pass-a-token-from/m-p/136789#M8161</link>
      <description>&lt;P&gt;afarmer -I don't believe specific segments of pie can be called out for a drilldown. See this answer here  if you don't mind getting all the labels and values for a pie.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/228142/how-can-i-pass-a-token-from-a-map-panel-on-click-a.html#answer-230302"&gt;http://answers.splunk.com/answers/228142/how-can-i-pass-a-token-from-a-map-panel-on-click-a.html#answer-230302&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2015 09:12:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drilldown-to-a-different-dashboard-and-pass-a-token-from/m-p/136789#M8161</guid>
      <dc:creator>Flynt</dc:creator>
      <dc:date>2015-04-19T09:12:35Z</dc:date>
    </item>
  </channel>
</rss>

