<?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: Overview Dashboard Summarize Errors in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Overview-Dashboard-Summarize-Errors/m-p/689514#M234952</link>
    <description>&lt;P&gt;Thank you for your answer deepakc,&lt;/P&gt;&lt;P&gt;but that is not correct. I do not want to have a simple KPI Dashboard.&lt;/P&gt;&lt;P&gt;Each detailed (sub) dashboard, has custom query's which I don't want to run automatically twice, once in the detailed board and once on the summary board.&lt;/P&gt;&lt;P&gt;Maybe an simple example makes my question more clear:&lt;/P&gt;&lt;P&gt;App1-Dashboard:&lt;BR /&gt;- 10 different custom query's which will show 10 different traffic light style of indication&lt;BR /&gt;App2-Dashboard:&lt;BR /&gt;- 50 different custom query's which will show 50 different traffic light style of indication&lt;BR /&gt;App3-Dashboard:&lt;BR /&gt;- 15 different custom query's which will show 15 different traffic light style of indication&lt;BR /&gt;&lt;BR /&gt;The logs are not simply evaluated based on log-level, rather based on specific string combinations.&lt;/P&gt;&lt;P&gt;Instead of looking to each of my three dashboards one by one, I would like to have a "Summary Dashboard" which only includes three traffic lights. One for each mentioned app above. If e.g. App2-Dashboard has one of 50 traffic light warnings, I would like to see the traffic light of App2 in my "Summary Dashboard" indicate yellow or red to make sure I'm aware of any problem in App2.&lt;BR /&gt;&lt;BR /&gt;I do not want to have all custom query's run in the Summary Dashboard and on each App Dashboard.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2024 09:06:14 GMT</pubDate>
    <dc:creator>mclog</dc:creator>
    <dc:date>2024-06-04T09:06:14Z</dc:date>
    <item>
      <title>Overview Dashboard Summarize Errors</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Overview-Dashboard-Summarize-Errors/m-p/689206#M234882</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I've a couple of detailed dashboards, all indicating the health status of my systems. Instead of opening each detailed dashboard and looking at every graph, I would like to have one "Overview Dashboard" traffic light indication style.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If one error would be shown in a detailed dashboard, I woud like to have the traffic light at the overview dashboard turn red with the option to have the drilldown link to the ´detailed dasboard where the error was found.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any good ideas how one would build something like that? I've one solution, but it seems to be complicated. I would leverage scheduled searches which write into different lookups.&amp;nbsp;&lt;BR /&gt;The overview dashboard could read from those lookups and search for error codes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 13:48:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Overview-Dashboard-Summarize-Errors/m-p/689206#M234882</guid>
      <dc:creator>mclog</dc:creator>
      <dc:date>2024-05-31T13:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Overview Dashboard Summarize Errors</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Overview-Dashboard-Summarize-Errors/m-p/689210#M234884</link>
      <description>&lt;P&gt;&lt;SPAN&gt;It sounds like you want a Key Performance Indicator Dashboard or summary ERROS level Dashboard that's light.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, at a high level - define what those KPI's, metrics, or Log_levels might look like and create your search’s&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Simple example &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Summary Dashboard for my LOG_LEVELS&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ERROR_MESSAGES = index=_internal log_level=ERROR NOT debug source=*splunkd.log* | timechart count

WARNING_MESSAGES = index=_internal log_level=WARN NOT debug source=*splunkd.log* | timechart count

INFO_MESSAGES = index=_internal log_level=INFO NOT debug source=*splunkd.log* | timechart count&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Based on the above example log counts, &amp;nbsp;you could use the Single Value Element with a trend indicator/colour and use the timechart command count for various values you want to see and have a link to your detailed dashboards. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Have a look here first and see if this is what you might want to do&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/9.1.2312/DashStudio/chartsSV" target="_blank"&gt;https://docs.splunk.com/Documentation/SplunkCloud/9.1.2312/DashStudio/chartsSV&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can also download the old Splunk dashboard examples app, this also shows you how can do this for the single value element and many other examples. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://splunkbase.splunk.com/app/1603" target="_blank"&gt;https://splunkbase.splunk.com/app/1603&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 14:29:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Overview-Dashboard-Summarize-Errors/m-p/689210#M234884</guid>
      <dc:creator>deepakc</dc:creator>
      <dc:date>2024-05-31T14:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Overview Dashboard Summarize Errors</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Overview-Dashboard-Summarize-Errors/m-p/689514#M234952</link>
      <description>&lt;P&gt;Thank you for your answer deepakc,&lt;/P&gt;&lt;P&gt;but that is not correct. I do not want to have a simple KPI Dashboard.&lt;/P&gt;&lt;P&gt;Each detailed (sub) dashboard, has custom query's which I don't want to run automatically twice, once in the detailed board and once on the summary board.&lt;/P&gt;&lt;P&gt;Maybe an simple example makes my question more clear:&lt;/P&gt;&lt;P&gt;App1-Dashboard:&lt;BR /&gt;- 10 different custom query's which will show 10 different traffic light style of indication&lt;BR /&gt;App2-Dashboard:&lt;BR /&gt;- 50 different custom query's which will show 50 different traffic light style of indication&lt;BR /&gt;App3-Dashboard:&lt;BR /&gt;- 15 different custom query's which will show 15 different traffic light style of indication&lt;BR /&gt;&lt;BR /&gt;The logs are not simply evaluated based on log-level, rather based on specific string combinations.&lt;/P&gt;&lt;P&gt;Instead of looking to each of my three dashboards one by one, I would like to have a "Summary Dashboard" which only includes three traffic lights. One for each mentioned app above. If e.g. App2-Dashboard has one of 50 traffic light warnings, I would like to see the traffic light of App2 in my "Summary Dashboard" indicate yellow or red to make sure I'm aware of any problem in App2.&lt;BR /&gt;&lt;BR /&gt;I do not want to have all custom query's run in the Summary Dashboard and on each App Dashboard.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 09:06:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Overview-Dashboard-Summarize-Errors/m-p/689514#M234952</guid>
      <dc:creator>mclog</dc:creator>
      <dc:date>2024-06-04T09:06:14Z</dc:date>
    </item>
  </channel>
</rss>

