<?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 How to pull Table results from one dashboard to another? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pull-Table-results-from-one-dashboard-to-another/m-p/600542#M49322</link>
    <description>&lt;P&gt;I want a main dashboard to pull results from multiple application dashboards. I do not want to do the same queries in the Main dashboard. Is this possible?&lt;/P&gt;
&lt;P&gt;example:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Overall_Status&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=clo_application_logs host IN (xxxx.com) "Unable to read the file" OR "DB ERROR" OR "JMS Exception Occurred" OR "outOfMemory" OR "ERROR - PricingManager" OR "ERROR - DataService" | stats count&lt;BR /&gt;| eval Overall_Status=case(count&amp;amp;gt;0,"CRITICAL", 1=1, "NORMAL")&lt;BR /&gt;| append [search index=clo_application_logs host IN (xxxx.com xxxx.comm) "FAIL" | stats count&lt;BR /&gt;| eval Overall_Status=case(count&amp;amp;gt;0,"CRITICAL", 1=1, "NORMAL")]&lt;BR /&gt;| stats count by Overall_Status | eval colour=case(test=="NORMAL", "0", test=="CRITICAL", "1", 2=2, Unknown) | sort - colour | fields Overall_Status| head 1&lt;BR /&gt;| appendpipe [stats count | where count="0" | fillnull value="No Results" Overall_Status]&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;format type="color" field="Overall_Status"&amp;gt;&lt;BR /&gt;&amp;lt;colorPalette type="map"&amp;gt;{"CRITICAL":#DC4E41,"NORMAL":#53A051}&amp;lt;/colorPalette&amp;gt;&lt;BR /&gt;&amp;lt;/format&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jun 2022 03:30:21 GMT</pubDate>
    <dc:creator>RLWOLFF</dc:creator>
    <dc:date>2022-06-06T03:30:21Z</dc:date>
    <item>
      <title>How to pull Table results from one dashboard to another?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pull-Table-results-from-one-dashboard-to-another/m-p/600542#M49322</link>
      <description>&lt;P&gt;I want a main dashboard to pull results from multiple application dashboards. I do not want to do the same queries in the Main dashboard. Is this possible?&lt;/P&gt;
&lt;P&gt;example:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Overall_Status&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=clo_application_logs host IN (xxxx.com) "Unable to read the file" OR "DB ERROR" OR "JMS Exception Occurred" OR "outOfMemory" OR "ERROR - PricingManager" OR "ERROR - DataService" | stats count&lt;BR /&gt;| eval Overall_Status=case(count&amp;amp;gt;0,"CRITICAL", 1=1, "NORMAL")&lt;BR /&gt;| append [search index=clo_application_logs host IN (xxxx.com xxxx.comm) "FAIL" | stats count&lt;BR /&gt;| eval Overall_Status=case(count&amp;amp;gt;0,"CRITICAL", 1=1, "NORMAL")]&lt;BR /&gt;| stats count by Overall_Status | eval colour=case(test=="NORMAL", "0", test=="CRITICAL", "1", 2=2, Unknown) | sort - colour | fields Overall_Status| head 1&lt;BR /&gt;| appendpipe [stats count | where count="0" | fillnull value="No Results" Overall_Status]&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;format type="color" field="Overall_Status"&amp;gt;&lt;BR /&gt;&amp;lt;colorPalette type="map"&amp;gt;{"CRITICAL":#DC4E41,"NORMAL":#53A051}&amp;lt;/colorPalette&amp;gt;&lt;BR /&gt;&amp;lt;/format&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 03:30:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pull-Table-results-from-one-dashboard-to-another/m-p/600542#M49322</guid>
      <dc:creator>RLWOLFF</dc:creator>
      <dc:date>2022-06-06T03:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Table results from one dashboard to another</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pull-Table-results-from-one-dashboard-to-another/m-p/600544#M49324</link>
      <description>&lt;P&gt;One cannot pull (or push) results from one dashboard to another.&amp;nbsp; You can, however, accomplish the same goal using a scheduled report.&lt;/P&gt;&lt;P&gt;In the application dashboard, edit the appropriate panel and convert it from an inline search into a report.&amp;nbsp; Schedule that report to run at a suitable interval.&lt;/P&gt;&lt;P&gt;In the main dashboard, define a panel that uses a report.&amp;nbsp; See&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.6/Viz/AddPanels#Create_a_panel_from_a_report" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.6/Viz/AddPanels#Create_a_panel_from_a_report &lt;/A&gt;for the details.&lt;/P&gt;&lt;P&gt;Once the scheduled report runs, both dashboards will display the most recent results.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 23:30:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pull-Table-results-from-one-dashboard-to-another/m-p/600544#M49324</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-06-03T23:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Pull Table results from one dashboard to another</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pull-Table-results-from-one-dashboard-to-another/m-p/600553#M49325</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/246472"&gt;@RLWOLFF&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you could schedule as alerts some searches (the same that you have ones in the other dashboards) that save&amp;nbsp; their results in a lookup or (better) in a summary index and then use that summary index in your main dashboard.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jun 2022 06:48:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-pull-Table-results-from-one-dashboard-to-another/m-p/600553#M49325</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-06-04T06:48:30Z</dc:date>
    </item>
  </channel>
</rss>

