<?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 drop down selected table field data into a sub-panel? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drop-down-selected-table-field-data-into-a-sub-panel/m-p/253700#M43257</link>
    <description>&lt;P&gt;It should work the same way it works for charts or any other visualization. Just check that syntax of &lt;CODE&gt;event&lt;/CODE&gt; visualization is written correctly. See this &lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/PanelreferenceforSimplifiedXML#event"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/PanelreferenceforSimplifiedXML#event&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jan 2017 20:37:27 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2017-01-25T20:37:27Z</dc:date>
    <item>
      <title>How to drop down selected table field data into a sub-panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drop-down-selected-table-field-data-into-a-sub-panel/m-p/253694#M43251</link>
      <description>&lt;P&gt;Hello Splunksters,&lt;/P&gt;

&lt;P&gt;I would like to select a row in my table and have it open a new panel under the originating panel with another output table only using the selected row criteria. How could I make this happen?&lt;/P&gt;

&lt;P&gt;Currently, I see posts about dynamic -drill downs sending to template pages external pages, etc. I also see drill-down updating chart criteria in the docs and "answers" posts..  nothing helps me with my use case, using the tables.&lt;/P&gt;

&lt;P&gt;Here is the originating panel code I am working with:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Activity&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;title&amp;gt;Activity&amp;lt;/title&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index="main" eventtype="special" NOT tag::eventtype=noise |  sort - _time|  table _time src_ip user name field&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;$field3.earliest$&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;$field3.latest$&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="count"&amp;gt;10&amp;lt;/option&amp;gt;
        &amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;row&amp;lt;/option&amp;gt;
        &amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;preview&amp;lt;/option&amp;gt;
        &amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;false&amp;lt;/option&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I would like the "destination" "drop-down" panel to output to the same format table, simply with data comprised of the originating selection.&lt;/P&gt;

&lt;P&gt;Thanks much for the help!!&lt;/P&gt;

&lt;P&gt;(Simple XML is throwing me for a loop)   &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 18:52:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drop-down-selected-table-field-data-into-a-sub-panel/m-p/253694#M43251</guid>
      <dc:creator>rbardonetorian</dc:creator>
      <dc:date>2017-01-25T18:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to drop down selected table field data into a sub-panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drop-down-selected-table-field-data-into-a-sub-panel/m-p/253695#M43252</link>
      <description>&lt;P&gt;I believe what you need (based on  your text before dashboard code in the question) is a contextual drilldown dashboard, examples of which can be found in this link.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/Understandbasictableandchartdrilldownactions#Contextual_drilldown_elements"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/Understandbasictableandchartdrilldownactions#Contextual_drilldown_elements&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The text after the dashboard code in your question says "drop-down" which is confusing. Is it dropdown or drilldown??&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 19:04:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drop-down-selected-table-field-data-into-a-sub-panel/m-p/253695#M43252</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-01-25T19:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to drop down selected table field data into a sub-panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drop-down-selected-table-field-data-into-a-sub-panel/m-p/253696#M43253</link>
      <description>&lt;P&gt;Thanks much!  I believe that does help me. I cant believe I missed that..&lt;/P&gt;

&lt;P&gt;Any pointers on setting the panel to a specific height ?   ie 300 pixels?&lt;/P&gt;

&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 19:24:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drop-down-selected-table-field-data-into-a-sub-panel/m-p/253696#M43253</guid>
      <dc:creator>rbardonetorian</dc:creator>
      <dc:date>2017-01-25T19:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to drop down selected table field data into a sub-panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drop-down-selected-table-field-data-into-a-sub-panel/m-p/253697#M43254</link>
      <description>&lt;P&gt;See this&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/223644/how-to-limit-panel-height.html"&gt;https://answers.splunk.com/answers/223644/how-to-limit-panel-height.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Search for keywork "height" here for more info.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/PanelreferenceforSimplifiedXML#Panel_visualization_elements"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/PanelreferenceforSimplifiedXML#Panel_visualization_elements&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 19:28:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drop-down-selected-table-field-data-into-a-sub-panel/m-p/253697#M43254</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-01-25T19:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to drop down selected table field data into a sub-panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drop-down-selected-table-field-data-into-a-sub-panel/m-p/253698#M43255</link>
      <description>&lt;P&gt;Rock on!!!!!     Thx!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 19:37:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drop-down-selected-table-field-data-into-a-sub-panel/m-p/253698#M43255</guid>
      <dc:creator>rbardonetorian</dc:creator>
      <dc:date>2017-01-25T19:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to drop down selected table field data into a sub-panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drop-down-selected-table-field-data-into-a-sub-panel/m-p/253699#M43256</link>
      <description>&lt;P&gt;I ran into a snag..  I am trying to send the contextual data to an "event panel".  All the reference docs refer to "charting".&lt;BR /&gt;
I am trying to set the following with no joy.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;event depends="$type_tok$"&amp;gt;... serarch XML.. &amp;lt;/event&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 20:33:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drop-down-selected-table-field-data-into-a-sub-panel/m-p/253699#M43256</guid>
      <dc:creator>rbardonetorian</dc:creator>
      <dc:date>2017-01-25T20:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to drop down selected table field data into a sub-panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drop-down-selected-table-field-data-into-a-sub-panel/m-p/253700#M43257</link>
      <description>&lt;P&gt;It should work the same way it works for charts or any other visualization. Just check that syntax of &lt;CODE&gt;event&lt;/CODE&gt; visualization is written correctly. See this &lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/PanelreferenceforSimplifiedXML#event"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/PanelreferenceforSimplifiedXML#event&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 20:37:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-drop-down-selected-table-field-data-into-a-sub-panel/m-p/253700#M43257</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-01-25T20:37:27Z</dc:date>
    </item>
  </channel>
</rss>

