<?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: Machine Boot Up Analysis (Windows) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Machine-Boot-Up-Analysis-Windows/m-p/105895#M22277</link>
    <description>&lt;P&gt;Are you talking about analyzing the msconfig boot log file?&lt;/P&gt;</description>
    <pubDate>Fri, 18 Oct 2013 15:26:01 GMT</pubDate>
    <dc:creator>lukejadamec</dc:creator>
    <dc:date>2013-10-18T15:26:01Z</dc:date>
    <item>
      <title>Machine Boot Up Analysis (Windows)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Machine-Boot-Up-Analysis-Windows/m-p/105894#M22276</link>
      <description>&lt;P&gt;I'm looking for an App or configuration of the existing Windows App in Splunk for machine boot up time analysis. I think we can modify the forwarders with custom logs to help in this initiative. Anyone else looking or doing something similar to this?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2013 12:50:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Machine-Boot-Up-Analysis-Windows/m-p/105894#M22276</guid>
      <dc:creator>jess_harris</dc:creator>
      <dc:date>2013-10-18T12:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Machine Boot Up Analysis (Windows)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Machine-Boot-Up-Analysis-Windows/m-p/105895#M22277</link>
      <description>&lt;P&gt;Are you talking about analyzing the msconfig boot log file?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2013 15:26:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Machine-Boot-Up-Analysis-Windows/m-p/105895#M22277</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-10-18T15:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Machine Boot Up Analysis (Windows)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Machine-Boot-Up-Analysis-Windows/m-p/105896#M22278</link>
      <description>&lt;P&gt;Not sure that monitoring the msconfig boot log file only will give me the larger picture. We could do that but I'd like determine root cause of slow boot up perfomance caused by applications and group policy (for example) or other variables. Here is an example of a tool out there but I don't have the option of deploying this to an excessive amount of machines. &lt;A href="http://www.autoitconsulting.com/site/performance/windows-performance-toolkit-simple-boot-logging/"&gt;http://www.autoitconsulting.com/site/performance/windows-performance-toolkit-simple-boot-logging/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2013 16:38:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Machine-Boot-Up-Analysis-Windows/m-p/105896#M22278</guid>
      <dc:creator>jess_harris</dc:creator>
      <dc:date>2013-10-18T16:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Machine Boot Up Analysis (Windows)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Machine-Boot-Up-Analysis-Windows/m-p/105897#M22279</link>
      <description>&lt;P&gt;First of all, when windows boot, splunk is down. &lt;BR /&gt;
To get informations on your boot performance, create scripts that mimics those tools and configure them to write the results to a log file, then you can index then with splunk, once splunk it up and running.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2013 01:40:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Machine-Boot-Up-Analysis-Windows/m-p/105897#M22279</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2013-11-29T01:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Machine Boot Up Analysis (Windows)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Machine-Boot-Up-Analysis-Windows/m-p/105898#M22280</link>
      <description>&lt;P&gt;For mainstream windows operating systems there is a new event log named "Microsoft-Windows-Diagnostics-Performance/Operational".  Among events in that log are detailed data on startup performance.  Looking through details of events in that log in Event Viewer you may notice there are more fields in the XML view of the event than in the Friendly view of the event.  If you didn't know already, Splunk's EventLog handler does not pick up XML portions of windows events.  In the mean time you could write a custom input for event log channels whose XML-based fields you urgently need.  &lt;/P&gt;

&lt;P&gt;Log Name:      Microsoft-Windows-Diagnostics-Performance/Operational&lt;BR /&gt;
Source:        Microsoft-Windows-Diagnostics-Performance&lt;BR /&gt;
Event ID:      100&lt;BR /&gt;
Task Category: Boot Performance Monitoring&lt;BR /&gt;
...&lt;BR /&gt;
Description:&lt;BR /&gt;
Windows has started up: &lt;BR /&gt;
     Boot Duration      :   43235ms&lt;BR /&gt;
     IsDegradation      :   false&lt;BR /&gt;
...&lt;BR /&gt;
  &lt;EVENTDATA&gt;&lt;BR /&gt;
    &lt;DATA name="BootTsVersion"&gt;2&lt;/DATA&gt;&lt;BR /&gt;
    &lt;DATA name="BootStartTime"&gt;2014-05-27T22:59:59.791691500Z&lt;/DATA&gt;&lt;BR /&gt;
    &lt;DATA name="BootEndTime"&gt;2014-05-27T23:02:10.685210300Z&lt;/DATA&gt;&lt;BR /&gt;
    &lt;DATA name="SystemBootInstance"&gt;78&lt;/DATA&gt;&lt;BR /&gt;
    &lt;DATA name="UserBootInstance"&gt;76&lt;/DATA&gt;&lt;BR /&gt;
    &lt;DATA name="BootTime"&gt;43235&lt;/DATA&gt;&lt;BR /&gt;
    &lt;DATA name="MainPathBootTime"&gt;20035&lt;/DATA&gt;&lt;BR /&gt;
    &lt;DATA name="BootKernelInitTime"&gt;13&lt;/DATA&gt;&lt;BR /&gt;
    &lt;DATA name="BootDriverInitTime"&gt;385&lt;/DATA&gt;&lt;BR /&gt;
    &lt;DATA name="BootDevicesInitTime"&gt;544&lt;/DATA&gt;&lt;BR /&gt;
...&lt;STRONG&gt;strong text&lt;/STRONG&gt;&lt;/EVENTDATA&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 01:00:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Machine-Boot-Up-Analysis-Windows/m-p/105898#M22280</guid>
      <dc:creator>dstaulcu</dc:creator>
      <dc:date>2014-06-03T01:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Machine Boot Up Analysis (Windows)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Machine-Boot-Up-Analysis-Windows/m-p/105899#M22281</link>
      <description>&lt;P&gt;make sure renderxml = true and then you probably want to do something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host=somehost(s) index=yourindex source="WinEventLog:Microsoft-Windows-Diagnostics-Performance/Operational" sourcetype="XmlWinEventLog:Microsoft-Windows-Diagnostics-Performance/Operational" BootStartTime="*"
 | eval BootTime_mins=round(BootTime/1000/60,2)
 | eval BootUserProfileProcessingTime_mins=round(BootUserProfileProcessingTime/1000/60,2)
 | eval BootDegradationDelta_mins=round(BootDegradationDelta/1000/60,2)
 | eval MainPathBootTime_mins=round(MainPathBootTime/1000/60,2)
 | eval BootPostBootTime_mins=round(BootPostBootTime/1000/60,2)
 | eval UserLogonWaitDuration_mins=round(UserLogonWaitDuration/1000/60,2)
 | stats avg(BootPostBootTime_mins) as Logon, avg(UserLogonWaitDuration_mins) as WaitingforUser, avg(MainPathBootTime_mins) as Startup BY host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Get as granular as you'd like with all the data points included in the XML, which is a lot, then make that a a stacked bar chart and get a nice visualization of one or more hosts for comparison. The 3 I've included in the stats are generally enough to give you a good idea without getting too complex.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 18:21:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Machine-Boot-Up-Analysis-Windows/m-p/105899#M22281</guid>
      <dc:creator>brooklynotss</dc:creator>
      <dc:date>2016-04-04T18:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Machine Boot Up Analysis (Windows)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Machine-Boot-Up-Analysis-Windows/m-p/105900#M22282</link>
      <description>&lt;P&gt;@brooklynotss, how are you converting the XML into key value pairs? When I do this with renderxml = true, Splunk does not automatically recognize any of the fields.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 14:26:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Machine-Boot-Up-Analysis-Windows/m-p/105900#M22282</guid>
      <dc:creator>sy43165</dc:creator>
      <dc:date>2016-09-12T14:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Machine Boot Up Analysis (Windows)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Machine-Boot-Up-Analysis-Windows/m-p/105901#M22283</link>
      <description>&lt;P&gt;Did you use the default sourcetype or rename it? If this is collected with the Splunk created TA then it should get field extractions out of the box when the TA is deployed on the Search Head. Alternatively, you can play with the &lt;CODE&gt;[xmlkv][1]&lt;/CODE&gt; and &lt;CODE&gt;[xpath][2]&lt;/CODE&gt; commands.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 17:54:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Machine-Boot-Up-Analysis-Windows/m-p/105901#M22283</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2016-09-12T17:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Machine Boot Up Analysis (Windows)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Machine-Boot-Up-Analysis-Windows/m-p/105902#M22284</link>
      <description>&lt;P&gt;I installed the Splunk Add-on for Microsoft Windows and now the fields are resolving.  &lt;/P&gt;

&lt;P&gt;Thanks Burch!&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 19:03:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Machine-Boot-Up-Analysis-Windows/m-p/105902#M22284</guid>
      <dc:creator>sy43165</dc:creator>
      <dc:date>2016-09-12T19:03:01Z</dc:date>
    </item>
  </channel>
</rss>

