<?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: Dashboard to track server status in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651480#M53423</link>
    <description>&lt;P&gt;I have nothing different from what you linked initially , the only issue i am having is to configure a search to determine the status, should I use a metric that monitors CPU usage and determine the status based on that?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jul 2023 12:32:07 GMT</pubDate>
    <dc:creator>sizemorejm</dc:creator>
    <dc:date>2023-07-21T12:32:07Z</dc:date>
    <item>
      <title>Dashboard to track server status</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651400#M53413</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am attempting to make a dashboard that will simply show if a host/server is up or down. Basically have a box that is green or red for each server.&amp;nbsp; Most threads I have seen are fairly old so I am hoping there is a an easier way to show this in either XML or in Dashboard Studio.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 04:34:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651400#M53413</guid>
      <dc:creator>sizemorejm</dc:creator>
      <dc:date>2023-07-21T04:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard to track server status</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651402#M53414</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/257585"&gt;@sizemorejm&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can get the results in the table format and use Color formatting with static values like below -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="meetmshah_0-1689915551288.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26384i8B2D524617B3A341/image-size/medium?v=v2&amp;amp;px=400" role="button" title="meetmshah_0-1689915551288.png" alt="meetmshah_0-1689915551288.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the demo XML -&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard version="1.1"&amp;gt;
  &amp;lt;label&amp;gt;Test1&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;| makeresults
| eval host="abc", status="active"&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="count"&amp;gt;100&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;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="percentagesRow"&amp;gt;false&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;true&amp;lt;/option&amp;gt;
        &amp;lt;format type="color" field="status"&amp;gt;
          &amp;lt;colorPalette type="map"&amp;gt;{"active":#118832,"inactive":#115BAD}&amp;lt;/colorPalette&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please accept the solution and hit Karma, if this helps!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 04:59:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651402#M53414</guid>
      <dc:creator>meetmshah</dc:creator>
      <dc:date>2023-07-21T04:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard to track server status</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651464#M53415</link>
      <description>&lt;P&gt;I am trying to test this code out for hosts that I know are active and inactive and it can not tell if a server is inactive. is this because of the search?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 11:39:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651464#M53415</guid>
      <dc:creator>sizemorejm</dc:creator>
      <dc:date>2023-07-21T11:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard to track server status</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651466#M53416</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I am not sure if I am misunderstand or not but is this search causing it to automatically assume the server is active?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 11:46:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651466#M53416</guid>
      <dc:creator>sizemorejm</dc:creator>
      <dc:date>2023-07-21T11:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard to track server status</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651469#M53417</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/257585"&gt;@sizemorejm&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Yes, I have just provided a demo server in the XML file and have used the makeresults command to have a dummy value available.&lt;/P&gt;&lt;P&gt;In an actual environment, you will need to get the status and update the colours based on the values. Do you need assistance with writing the actual search? If so, can you provide additional information like sample events etc.?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 11:58:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651469#M53417</guid>
      <dc:creator>meetmshah</dc:creator>
      <dc:date>2023-07-21T11:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard to track server status</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651474#M53418</link>
      <description>&lt;P&gt;Some events I have are "cpu" and "vmstat"&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 12:14:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651474#M53418</guid>
      <dc:creator>sizemorejm</dc:creator>
      <dc:date>2023-07-21T12:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard to track server status</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651476#M53419</link>
      <description>&lt;P&gt;Im using the Unix and Linux Add-On overview if that helps&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 12:15:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651476#M53419</guid>
      <dc:creator>sizemorejm</dc:creator>
      <dc:date>2023-07-21T12:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard to track server status</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651479#M53422</link>
      <description>&lt;P&gt;Can you please share search / Dashboard XML?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 12:27:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651479#M53422</guid>
      <dc:creator>meetmshah</dc:creator>
      <dc:date>2023-07-21T12:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard to track server status</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651480#M53423</link>
      <description>&lt;P&gt;I have nothing different from what you linked initially , the only issue i am having is to configure a search to determine the status, should I use a metric that monitors CPU usage and determine the status based on that?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 12:32:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651480#M53423</guid>
      <dc:creator>sizemorejm</dc:creator>
      <dc:date>2023-07-21T12:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard to track server status</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651492#M53425</link>
      <description>&lt;P&gt;Do you have a suggestion for a metric to monitor to determine if a host is up/down?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 13:15:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651492#M53425</guid>
      <dc:creator>sizemorejm</dc:creator>
      <dc:date>2023-07-21T13:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard to track server status</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651493#M53426</link>
      <description>&lt;P&gt;I believe "script://./bin/uptime.sh" inputs would help you.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 13:18:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-to-track-server-status/m-p/651493#M53426</guid>
      <dc:creator>meetmshah</dc:creator>
      <dc:date>2023-07-21T13:18:58Z</dc:date>
    </item>
  </channel>
</rss>

