<?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 do I create drilldown in the  XML? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-create-drilldown-in-the-XML/m-p/118334#M6864</link>
    <description>&lt;P&gt;+1 for requesting this feature. It seems odd that maps don't support this feature while others do. &lt;/P&gt;</description>
    <pubDate>Wed, 12 Aug 2015 14:08:29 GMT</pubDate>
    <dc:creator>JoshWhaley</dc:creator>
    <dc:date>2015-08-12T14:08:29Z</dc:date>
    <item>
      <title>How do I create drilldown in the  XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-create-drilldown-in-the-XML/m-p/118327#M6857</link>
      <description>&lt;P&gt;Hello Splunkers, &lt;/P&gt;

&lt;P&gt;I am developing a XML code, and I want create a drilldown link in the my map. &lt;/P&gt;

&lt;P&gt;Follows the xml part:&lt;/P&gt;

&lt;P&gt;&lt;ROW&gt;&lt;BR /&gt;
    &lt;MAP&gt;&lt;BR /&gt;
      &lt;TITLE&gt;Google Maps - External&lt;/TITLE&gt;&lt;BR /&gt;
      &lt;SEARCHSTRING&gt;sourcetype=srx_traffic cliente=$cliente$ | iplocation destination_address NOT destination_address=10.0.0.0/23 | geostats count&lt;/SEARCHSTRING&gt;&lt;BR /&gt;
    {destination_address:#B22222}&lt;BR /&gt;
   [0x0000FF]&lt;BR /&gt;
    &lt;/MAP&gt;&lt;BR /&gt;
  &lt;/ROW&gt;&lt;/P&gt;

&lt;P&gt;Now, I want when click in the map, I need create a table with destination_address. I tried with &lt;DRILLDOWN&gt; but not works. &lt;/DRILLDOWN&gt;&lt;/P&gt;

&lt;P&gt;My search to create a table is:&lt;/P&gt;

&lt;P&gt;sourcetype=srx_traffic cliente=ABC| iplocation destination_address NOT destination_address=10.0.0.0/23 | search lat&amp;gt;=33.75000 lat&amp;lt;45.00000 lon&amp;gt;=-90.00000 lon&amp;lt;-67.50000 | stats values(destination_address) as "Endereços Ips"&lt;/P&gt;

&lt;P&gt;I saw in "Simple XML Reference" located at &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.1/Viz/PanelreferenceforSimplifiedXML" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.1/Viz/PanelreferenceforSimplifiedXML&lt;/A&gt;, but I did not found anything about create it.&lt;/P&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;

&lt;P&gt;Tks.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:40:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-create-drilldown-in-the-XML/m-p/118327#M6857</guid>
      <dc:creator>dfigurello</dc:creator>
      <dc:date>2020-09-28T15:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create drilldown in the  XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-create-drilldown-in-the-XML/m-p/118328#M6858</link>
      <description>&lt;P&gt;You want the table in the same form or new form? What all values your table search is using from geomap result?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2014 16:29:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-create-drilldown-in-the-XML/m-p/118328#M6858</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-01-17T16:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create drilldown in the  XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-create-drilldown-in-the-XML/m-p/118329#M6859</link>
      <description>&lt;P&gt;Did you find the &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.1/Viz/Dynamicdrilldownindashboardsandforms"&gt;documentation about drilldown&lt;/A&gt; in the Dashboards and Visualizations manual?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2014 16:44:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-create-drilldown-in-the-XML/m-p/118329#M6859</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2014-01-17T16:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create drilldown in the  XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-create-drilldown-in-the-XML/m-p/118330#M6860</link>
      <description>&lt;P&gt;Yes I did, &lt;BR /&gt;
but the "Dashboards and Visualizations Manual" don't explains using &lt;MAP&gt;. I tried put the code but did not worked.&lt;/MAP&gt;&lt;/P&gt;

&lt;P&gt;&lt;ROW&gt;&lt;BR /&gt;
    &lt;MAP&gt;&lt;BR /&gt;
      &lt;TITLE&gt;Google Maps - Externo&lt;/TITLE&gt;&lt;BR /&gt;
      &lt;SEARCHSTRING&gt;sourcetype=srx_traffic cliente=$cliente$ | iplocation destination_address NOT destination_address=10.0.0.0/23 | geostats count&lt;/SEARCHSTRING&gt;&lt;BR /&gt;
           {destination_address:0xab0e4c}&lt;BR /&gt;
           [0xab0e4c]&lt;BR /&gt;
    &lt;DRILLDOWN&gt;&lt;BR /&gt;&lt;BR /&gt;
          &lt;LINK /&gt; ... &lt;BR /&gt;
    &lt;/DRILLDOWN&gt;&lt;BR /&gt;
    &lt;/MAP&gt;&lt;/ROW&gt;&lt;/P&gt;

&lt;P&gt;[...]&lt;BR /&gt;
tks.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:40:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-create-drilldown-in-the-XML/m-p/118330#M6860</guid>
      <dc:creator>dfigurello</dc:creator>
      <dc:date>2020-09-28T15:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create drilldown in the  XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-create-drilldown-in-the-XML/m-p/118331#M6861</link>
      <description>&lt;P&gt;Splunk 6 does not yet support dynamic drilldown for maps as it presently does for table and chart.  Thus, you are not currently able to configure drilldown from a map to another dashboard, passing through click arguments.&lt;/P&gt;

&lt;P&gt;This is something that we are considering for a future release.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2014 17:21:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-create-drilldown-in-the-XML/m-p/118331#M6861</guid>
      <dc:creator>nfilippi_splunk</dc:creator>
      <dc:date>2014-01-21T17:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create drilldown in the  XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-create-drilldown-in-the-XML/m-p/118332#M6862</link>
      <description>&lt;P&gt;This feature would be very nice to have. If we could tap into the power of the Google API, that would be great.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2014 17:25:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-create-drilldown-in-the-XML/m-p/118332#M6862</guid>
      <dc:creator>aelliott</dc:creator>
      <dc:date>2014-01-21T17:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create drilldown in the  XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-create-drilldown-in-the-XML/m-p/118333#M6863</link>
      <description>&lt;P&gt;Hello @somesoni2, I want to create a new form. My values in the geomap are IP destination. When I click in the map I want to redirect to a news form with new informations such as: &lt;DESTINATION_ADDRESS-MAP&gt; &lt;SOURCE_ADDRESS&gt; &lt;DESTINATION_PORT&gt; and so on. &lt;/DESTINATION_PORT&gt;&lt;/SOURCE_ADDRESS&gt;&lt;/DESTINATION_ADDRESS-MAP&gt;&lt;/P&gt;

&lt;P&gt;Tks.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2014 19:25:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-create-drilldown-in-the-XML/m-p/118333#M6863</guid>
      <dc:creator>dfigurello</dc:creator>
      <dc:date>2014-01-24T19:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create drilldown in the  XML?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-create-drilldown-in-the-XML/m-p/118334#M6864</link>
      <description>&lt;P&gt;+1 for requesting this feature. It seems odd that maps don't support this feature while others do. &lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2015 14:08:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-create-drilldown-in-the-XML/m-p/118334#M6864</guid>
      <dc:creator>JoshWhaley</dc:creator>
      <dc:date>2015-08-12T14:08:29Z</dc:date>
    </item>
  </channel>
</rss>

