<?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: Windows Host Status (Red, Amber, Green) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Host-Status-Red-Amber-Green/m-p/490239#M83802</link>
    <description>&lt;P&gt;HI @nathanluke86,&lt;BR /&gt;
I don't know your need but, I hint to see the Splunk app for windows infrastructure, probably there's the searches you need, then you can display results in graphic mode as I said.&lt;BR /&gt;
I don't like to use an externaltool (when I can).&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Tue, 26 Nov 2019 13:47:52 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2019-11-26T13:47:52Z</dc:date>
    <item>
      <title>Windows Host Status (Red, Amber, Green)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Host-Status-Red-Amber-Green/m-p/490235#M83798</link>
      <description>&lt;P&gt;Has anyone been able to create a single panel (Red, Amber, Green status) for a windows host to show if the host has critical performance issues etc.&lt;/P&gt;

&lt;P&gt;We are trying to create this to show green as ok, amber, red as critical etc but are struggling with false positives.&lt;/P&gt;

&lt;P&gt;We currently use SCOM so might it be worth ingesting these logs to create this?&lt;/P&gt;

&lt;P&gt;Any suggestions of how to accomplish this would be appreciated.&lt;/P&gt;

&lt;P&gt;We already have the Splunk app for infra but are trying to create a display dashboard that gives us a quick overview of our hosts to display on a screen.&lt;/P&gt;

&lt;P&gt;We would like it to be a bit more than host not forwarding logs as the indicator of an issue.&lt;/P&gt;

&lt;P&gt;Some dashboard examples would be a great help or just pointers that may help us achieve this.&lt;/P&gt;

&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 08:06:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Host-Status-Red-Amber-Green/m-p/490235#M83798</guid>
      <dc:creator>nathanluke86</dc:creator>
      <dc:date>2019-11-26T08:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Host Status (Red, Amber, Green)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Host-Status-Red-Amber-Green/m-p/490236#M83799</link>
      <description>&lt;P&gt;HI @nathanluke86,&lt;BR /&gt;
could be more detailed when you speak of critical performaces issues?&lt;BR /&gt;
Anyway, at first you have to create your searches to find the value for each host.&lt;BR /&gt;
Then see in &lt;STRONG&gt;Splunk Dashboard Examples&lt;/STRONG&gt; App, at &lt;STRONG&gt;Table Icon Set (Rangemap)&lt;/STRONG&gt; dashboard to see how to display status in graphic mode.&lt;/P&gt;

&lt;P&gt;This is an example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard script="table_icons_rangemap.js" stylesheet="table_decorations.css"&amp;gt;
    &amp;lt;label&amp;gt;Table Icon Set (Rangemap)&amp;lt;/label&amp;gt;
    &amp;lt;description&amp;gt;Use Javascript and CSS in tables to convert rangemap results into icons.&amp;lt;/description&amp;gt;
    &amp;lt;row&amp;gt;
        &amp;lt;table id="table1"&amp;gt;
            &amp;lt;title&amp;gt;Render Icons based on rangemap result&amp;lt;/title&amp;gt;
            &amp;lt;search&amp;gt;
                &amp;lt;query&amp;gt;
                    index=_internal
                    | stats count by sourcetype,source,host
                    | rangemap field=count low=0-100 elevated=101-1000 default=severe
                &amp;lt;/query&amp;gt;
                &amp;lt;earliest&amp;gt;-1h&amp;lt;/earliest&amp;gt;
            &amp;lt;/search&amp;gt;
            &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;/table&amp;gt;
    &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in which there are notable:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;in the first row a css and a js to call;&lt;/LI&gt;
&lt;LI&gt;the id=1 in table tag used by js;&lt;/LI&gt;
&lt;LI&gt;the rangemap command used to define the threesholds for the different levels and icons.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 11:25:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Host-Status-Red-Amber-Green/m-p/490236#M83799</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-11-26T11:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Host Status (Red, Amber, Green)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Host-Status-Red-Amber-Green/m-p/490237#M83800</link>
      <description>&lt;P&gt;Hello @gcusello &lt;/P&gt;

&lt;P&gt;Thanks for the reply.&lt;/P&gt;

&lt;P&gt;This seems a good way to display the data but what we are trying to achieve is for Windows server health like cpu and critical errors etc that may affect users or customers.&lt;/P&gt;

&lt;P&gt;I think we may have to use a third party tool to get the required result as we can't find anything that doesn't return false positives.&lt;/P&gt;

&lt;P&gt;We need something like a lookup or script input that would flag critical events as we can't seem to find the right events to monitor in the windows logs.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 12:47:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Host-Status-Red-Amber-Green/m-p/490237#M83800</guid>
      <dc:creator>nathanluke86</dc:creator>
      <dc:date>2019-11-26T12:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Host Status (Red, Amber, Green)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Host-Status-Red-Amber-Green/m-p/490238#M83801</link>
      <description>&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/770117/best-practices-for-implementing-windows-os-monitor-1.html"&gt;Best Practices for implementing Windows OS monitoring&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;How about it?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 13:24:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Host-Status-Red-Amber-Green/m-p/490238#M83801</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2019-11-26T13:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Host Status (Red, Amber, Green)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Windows-Host-Status-Red-Amber-Green/m-p/490239#M83802</link>
      <description>&lt;P&gt;HI @nathanluke86,&lt;BR /&gt;
I don't know your need but, I hint to see the Splunk app for windows infrastructure, probably there's the searches you need, then you can display results in graphic mode as I said.&lt;BR /&gt;
I don't like to use an externaltool (when I can).&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 13:47:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Windows-Host-Status-Red-Amber-Green/m-p/490239#M83802</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-11-26T13:47:52Z</dc:date>
    </item>
  </channel>
</rss>

