<?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: What windows logs, event codes are accurate to decide power off? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-windows-logs-event-codes-are-accurate-to-decide-power-off/m-p/306344#M19517</link>
    <description>&lt;P&gt;thank you wenthold...we have so many devices like IPhones, IPADS, scan guns, printers, MPOS s i am getting real time machine data into my splunk, how would i categorize them as power on/off&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;      i have one method in my hand, if any host is not sending logs to splunk i am treating them as off line or power off devices which could be a power issue, network issue, application issue or anything else. now i would like like to take only power off devices only as not off line devices
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 28 Mar 2018 21:58:27 GMT</pubDate>
    <dc:creator>mbnaidu</dc:creator>
    <dc:date>2018-03-28T21:58:27Z</dc:date>
    <item>
      <title>What windows logs, event codes are accurate to decide power off?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-windows-logs-event-codes-are-accurate-to-decide-power-off/m-p/306342#M19515</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
I would like to prepare a dashboard which shows status(power on/off) off devices in retails store, we have POS,MPOS devices. My question is on what basis(windows logs) I would assume a device powers off?? Could you please explain what windows logs, event codes are accurate to decide power off? Any help would be appreciated.&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 18:42:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-windows-logs-event-codes-are-accurate-to-decide-power-off/m-p/306342#M19515</guid>
      <dc:creator>mbnaidu</dc:creator>
      <dc:date>2018-03-28T18:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: What windows logs, event codes are accurate to decide power off?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-windows-logs-event-codes-are-accurate-to-decide-power-off/m-p/306343#M19516</link>
      <description>&lt;P&gt;Look in the System event log for Event ID 13, type 4, sourcename Microsoft-Windows-Kernel-General - or, using the standard Splunk TA for Windows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=WinEventLog:System EventCode=13 EventType=4
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Mar 2018 19:37:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-windows-logs-event-codes-are-accurate-to-decide-power-off/m-p/306343#M19516</guid>
      <dc:creator>wenthold</dc:creator>
      <dc:date>2018-03-28T19:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: What windows logs, event codes are accurate to decide power off?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-windows-logs-event-codes-are-accurate-to-decide-power-off/m-p/306344#M19517</link>
      <description>&lt;P&gt;thank you wenthold...we have so many devices like IPhones, IPADS, scan guns, printers, MPOS s i am getting real time machine data into my splunk, how would i categorize them as power on/off&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;      i have one method in my hand, if any host is not sending logs to splunk i am treating them as off line or power off devices which could be a power issue, network issue, application issue or anything else. now i would like like to take only power off devices only as not off line devices
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Mar 2018 21:58:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-windows-logs-event-codes-are-accurate-to-decide-power-off/m-p/306344#M19517</guid>
      <dc:creator>mbnaidu</dc:creator>
      <dc:date>2018-03-28T21:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: What windows logs, event codes are accurate to decide power off?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/What-windows-logs-event-codes-are-accurate-to-decide-power-off/m-p/306345#M19518</link>
      <description>&lt;P&gt;From a high level, I would do something like this:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Create a lookup table of assets including the fields isExpected&lt;/LI&gt;
&lt;LI&gt;Schedule a lookup search to identify when a new host sends data, and add it to the asset lookup table with the isExpected value to 1&lt;/LI&gt;
&lt;LI&gt;Schedule another search that looks for the poweroff event and sets the isExpected value to 0&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Now you can identify when a host is expected and stops sending data.  This is what I'd start with for Windows, I'm not sure what I'd do for the other systems or if it's possible, it depends on what's being logged to Splunk from those devices.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 15:19:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/What-windows-logs-event-codes-are-accurate-to-decide-power-off/m-p/306345#M19518</guid>
      <dc:creator>wenthold</dc:creator>
      <dc:date>2018-03-30T15:19:08Z</dc:date>
    </item>
  </channel>
</rss>

