<?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: Splunk OS Host Module Server uptime in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-OS-Host-Module-Server-uptime/m-p/240226#M27187</link>
    <description>&lt;P&gt;Hi lloydknight, &lt;/P&gt;

&lt;P&gt;Yes, the Add-on for Unix and Linux does include the &lt;STRONG&gt;top&lt;/STRONG&gt; sourcetype that captures output from the *nix top command.  &lt;/P&gt;

&lt;P&gt;Please refer to the following page for a full list of source types included in this add-on: &lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/UnixAddOn/5.2.3/User/SourcetypesandCIMdatamodelinfo"&gt;http://docs.splunk.com/Documentation/UnixAddOn/5.2.3/User/SourcetypesandCIMdatamodelinfo&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope it helps. Thanks! &lt;BR /&gt;
Hunter Shen&lt;/P&gt;</description>
    <pubDate>Mon, 10 Oct 2016 13:52:38 GMT</pubDate>
    <dc:creator>hunters_splunk</dc:creator>
    <dc:date>2016-10-10T13:52:38Z</dc:date>
    <item>
      <title>Splunk OS Host Module Server uptime</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-OS-Host-Module-Server-uptime/m-p/240225#M27186</link>
      <description>&lt;P&gt;Is the &lt;EM&gt;(top)&lt;/EM&gt; uptime of the Linux server included in the "Splunk Add-on for Unix and Linux" ? &lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1988i6BC9055836E749B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;If not, is there a workaround to show the uptime of the Linux server using "Splunk Add-on for Unix and Linux"?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 10:08:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-OS-Host-Module-Server-uptime/m-p/240225#M27186</guid>
      <dc:creator>lloydknight</dc:creator>
      <dc:date>2016-10-10T10:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk OS Host Module Server uptime</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-OS-Host-Module-Server-uptime/m-p/240226#M27187</link>
      <description>&lt;P&gt;Hi lloydknight, &lt;/P&gt;

&lt;P&gt;Yes, the Add-on for Unix and Linux does include the &lt;STRONG&gt;top&lt;/STRONG&gt; sourcetype that captures output from the *nix top command.  &lt;/P&gt;

&lt;P&gt;Please refer to the following page for a full list of source types included in this add-on: &lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/UnixAddOn/5.2.3/User/SourcetypesandCIMdatamodelinfo"&gt;http://docs.splunk.com/Documentation/UnixAddOn/5.2.3/User/SourcetypesandCIMdatamodelinfo&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope it helps. Thanks! &lt;BR /&gt;
Hunter Shen&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 13:52:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-OS-Host-Module-Server-uptime/m-p/240226#M27187</guid>
      <dc:creator>hunters_splunk</dc:creator>
      <dc:date>2016-10-10T13:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk OS Host Module Server uptime</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-OS-Host-Module-Server-uptime/m-p/240227#M27188</link>
      <description>&lt;P&gt;Thank you for the link, but I can't seem to find the event/field where the server is up. For example, Server-A's top command is &lt;STRONG&gt;up 132 days, 17:24&lt;/STRONG&gt;. Tried searching the 132 days and failed. Is it converted to seconds or something equivalent to 132 days that I am missing? Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 03:19:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-OS-Host-Module-Server-uptime/m-p/240227#M27188</guid>
      <dc:creator>lloydknight</dc:creator>
      <dc:date>2016-10-11T03:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk OS Host Module Server uptime</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-OS-Host-Module-Server-uptime/m-p/240228#M27189</link>
      <description>&lt;P&gt;Hello, already figured this out. I used the process &lt;STRONG&gt;systemd&lt;/STRONG&gt; to determine the server's uptime since systemd's process ID is 1. So I am just assuming that systemd daemon is parallel to server's uptime.&lt;/P&gt;

&lt;P&gt;Here's my search:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;index=os host=* source=ps PID=1 |&lt;BR /&gt;
stats latest(ELAPSED) AS "DD -&lt;BR /&gt;
HH:MM:SS" by host | sort - "DD -&lt;BR /&gt;
HH:MM:SS"&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 11 Oct 2016 11:18:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-OS-Host-Module-Server-uptime/m-p/240228#M27189</guid>
      <dc:creator>lloydknight</dc:creator>
      <dc:date>2016-10-11T11:18:12Z</dc:date>
    </item>
  </channel>
</rss>

