<?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 Static and Dynamic Table with drilldowns in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Static-and-Dynamic-Table-with-drilldowns/m-p/275279#M83029</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;

&lt;P&gt;I need to create a table with static headings as well as static body entries, however these body entries when clicked on will drilldown to events that are categorized under them. &lt;/P&gt;

&lt;P&gt;IE-&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Protect&lt;/STRONG&gt;                                   | &lt;STRONG&gt;Detect&lt;/STRONG&gt;                 | &lt;STRONG&gt;Respond&lt;/STRONG&gt;&lt;BR /&gt;
Asset management                    |      access control         |       Planning&lt;BR /&gt;
Business environment               |     Security                        |    Analysis&lt;/P&gt;

&lt;P&gt;So all of that would be static information. When a user clicks on "asset management" or any of the other rows under a heading it will drilldown to display events that have been categorized to it.&lt;/P&gt;

&lt;P&gt;Any thoughts on how to go about doing this(especially adding many unique values under the headings - i am using the eval command so far)?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2016 11:16:34 GMT</pubDate>
    <dc:creator>mansel_scheffel</dc:creator>
    <dc:date>2016-07-20T11:16:34Z</dc:date>
    <item>
      <title>Static and Dynamic Table with drilldowns</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Static-and-Dynamic-Table-with-drilldowns/m-p/275279#M83029</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;

&lt;P&gt;I need to create a table with static headings as well as static body entries, however these body entries when clicked on will drilldown to events that are categorized under them. &lt;/P&gt;

&lt;P&gt;IE-&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Protect&lt;/STRONG&gt;                                   | &lt;STRONG&gt;Detect&lt;/STRONG&gt;                 | &lt;STRONG&gt;Respond&lt;/STRONG&gt;&lt;BR /&gt;
Asset management                    |      access control         |       Planning&lt;BR /&gt;
Business environment               |     Security                        |    Analysis&lt;/P&gt;

&lt;P&gt;So all of that would be static information. When a user clicks on "asset management" or any of the other rows under a heading it will drilldown to display events that have been categorized to it.&lt;/P&gt;

&lt;P&gt;Any thoughts on how to go about doing this(especially adding many unique values under the headings - i am using the eval command so far)?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 11:16:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Static-and-Dynamic-Table-with-drilldowns/m-p/275279#M83029</guid>
      <dc:creator>mansel_scheffel</dc:creator>
      <dc:date>2016-07-20T11:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Static and Dynamic Table with drilldowns</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Static-and-Dynamic-Table-with-drilldowns/m-p/275280#M83030</link>
      <description>&lt;P&gt;I would create a static lookup table (csv) to store your static table values and use inputlookup command to populate the same. &lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 14:55:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Static-and-Dynamic-Table-with-drilldowns/m-p/275280#M83030</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-07-20T14:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Static and Dynamic Table with drilldowns</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Static-and-Dynamic-Table-with-drilldowns/m-p/275281#M83031</link>
      <description>&lt;P&gt;Thanks for the reply..&lt;/P&gt;

&lt;P&gt;Would I then be able to create drilldowns in my dashboard and relate search values to the static inpullookup?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 15:01:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Static-and-Dynamic-Table-with-drilldowns/m-p/275281#M83031</guid>
      <dc:creator>mansel_scheffel</dc:creator>
      <dc:date>2016-07-20T15:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Static and Dynamic Table with drilldowns</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Static-and-Dynamic-Table-with-drilldowns/m-p/275282#M83032</link>
      <description>&lt;P&gt;Yes, after you show the static table from the lookup, you'll be able to setup drilldown (see below link) to another visualization/dashboard to show actual events corresponding to clicked values (see 2nd URL for different tokens available for drilldown)&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/PanelreferenceforSimplifiedXML#Drilldown_elements"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/PanelreferenceforSimplifiedXML#Drilldown_elements&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/PanelreferenceforSimplifiedXML#Drilldown_event_tokens"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/PanelreferenceforSimplifiedXML#Drilldown_event_tokens&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Also, install Splunk .x dashboard example app and you can find working examples of drilldowns that you can refer.&lt;BR /&gt;
&lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;https://splunkbase.splunk.com/app/1603/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 15:08:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Static-and-Dynamic-Table-with-drilldowns/m-p/275282#M83032</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-07-20T15:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Static and Dynamic Table with drilldowns</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Static-and-Dynamic-Table-with-drilldowns/m-p/275283#M83033</link>
      <description>&lt;P&gt;Awesome, thats exactly what I needed.. Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 15:28:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Static-and-Dynamic-Table-with-drilldowns/m-p/275283#M83033</guid>
      <dc:creator>mansel_scheffel</dc:creator>
      <dc:date>2016-07-20T15:28:50Z</dc:date>
    </item>
  </channel>
</rss>

