<?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 Splunk dynamic dashboard capability question? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dynamic-dashboard-capability-question/m-p/165398#M10148</link>
    <description>&lt;P&gt;Imagine &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I have application A, B and C &lt;BR /&gt;
and inside those applications I have&lt;BR /&gt;
A_errType1... A_errType5, B_errType1, B_errType2,  C.errType1 .. C.errType3 etc..&lt;/P&gt;

&lt;P&gt;I am reading all applications from the same type of log file(s). So my question is, &lt;/P&gt;

&lt;P&gt;Are there any chance to have a summarizing dashboard (lets call it TimeChart tool) for all data such as "Count of errors on each app" and link this dashboard to sub-dashboards to have detailed information on each application type. lets say we have 10,20,30 of application errors on A,B and C. I choose application C and it returns me another board that shows totals of "errType"s of the same application like errType1 5, errType2 15, errType3 3&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 15:58:31 GMT</pubDate>
    <dc:creator>axl88</dc:creator>
    <dc:date>2020-09-28T15:58:31Z</dc:date>
    <item>
      <title>Splunk dynamic dashboard capability question?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dynamic-dashboard-capability-question/m-p/165398#M10148</link>
      <description>&lt;P&gt;Imagine &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I have application A, B and C &lt;BR /&gt;
and inside those applications I have&lt;BR /&gt;
A_errType1... A_errType5, B_errType1, B_errType2,  C.errType1 .. C.errType3 etc..&lt;/P&gt;

&lt;P&gt;I am reading all applications from the same type of log file(s). So my question is, &lt;/P&gt;

&lt;P&gt;Are there any chance to have a summarizing dashboard (lets call it TimeChart tool) for all data such as "Count of errors on each app" and link this dashboard to sub-dashboards to have detailed information on each application type. lets say we have 10,20,30 of application errors on A,B and C. I choose application C and it returns me another board that shows totals of "errType"s of the same application like errType1 5, errType2 15, errType3 3&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:58:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dynamic-dashboard-capability-question/m-p/165398#M10148</guid>
      <dc:creator>axl88</dc:creator>
      <dc:date>2020-09-28T15:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk dynamic dashboard capability question?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dynamic-dashboard-capability-question/m-p/165399#M10149</link>
      <description>&lt;P&gt;That sounds quite doable with either SplunkJS/Webframework or AdvancedXML/SideviewUtils... not sure how doable it'd be with SimpleXML.&lt;/P&gt;

&lt;P&gt;How that'd look depends on what you specifically need, but in general the idea would be to have a summarizing dashboard with charts or tables and custom drilldown underneath. Those drilldowns would look at what application your error type came from and apply that as a filter to the next dashboard.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2014 21:58:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dynamic-dashboard-capability-question/m-p/165399#M10149</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-02-25T21:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk dynamic dashboard capability question?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dynamic-dashboard-capability-question/m-p/165400#M10150</link>
      <description>&lt;P&gt;In my research, It seems more feasible to use table chart drilldown which could be found:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.1/AdvancedDev/TableChartDrilldown"&gt;http://docs.splunk.com/Documentation/Splunk/6.0.1/AdvancedDev/TableChartDrilldown&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I still don't have the exact answer, so if you have more ideas, please share it here.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2014 18:53:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dynamic-dashboard-capability-question/m-p/165400#M10150</guid>
      <dc:creator>axl88</dc:creator>
      <dc:date>2014-02-27T18:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk dynamic dashboard capability question?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dynamic-dashboard-capability-question/m-p/165401#M10151</link>
      <description>&lt;P&gt;This sounds doable in Simple XML.&lt;/P&gt;

&lt;P&gt;My understanding here is that you would like the drilldown to link to different dashboards based on the application clicked on, correct?  To do this, you will need to, &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;(a) eval a new field in your events that adds the drilldown view name based on the application,&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;(b) include that field in your resulting table,&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;(c) use the "fields" option in your table to effectively hide that field from view but still making it accessible as click information to your drilldown,&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;(d) construct you drilldown link using the hidden field, like $row.viewname$.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 27 Feb 2014 23:16:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dynamic-dashboard-capability-question/m-p/165401#M10151</guid>
      <dc:creator>nfilippi_splunk</dc:creator>
      <dc:date>2014-02-27T23:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk dynamic dashboard capability question?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dynamic-dashboard-capability-question/m-p/165402#M10152</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I tested this, and in Splunk 5 doesn´t works if you hide the field with the "fields - fieldname" command. Althougt it works fine without hidding the field...&lt;/P&gt;

&lt;P&gt;Does you solution works in Splunk 6?&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2014 09:39:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dynamic-dashboard-capability-question/m-p/165402#M10152</guid>
      <dc:creator>gfuente</dc:creator>
      <dc:date>2014-11-04T09:39:55Z</dc:date>
    </item>
  </channel>
</rss>

