<?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: Show hosts that stop reporting logs in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Show-hosts-that-stop-reporting-logs/m-p/558218#M158558</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223770"&gt;@splunkcol&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.splunk.com/en_us/blog/tips-and-tricks/how-to-determine-when-a-host-stops-sending-logs-to-splunk-expeditiously.html" target="_blank"&gt;https://www.splunk.com/en_us/blog/tips-and-tricks/how-to-determine-when-a-host-stops-sending-logs-to-splunk-expeditiously.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Check this Splunk Search Query:&lt;/P&gt;&lt;PRE&gt;| tstats latest(_time) as latest where index=main earliest=-24h by host
| eval recent = if(latest &amp;gt; relative_time(now(),"-5m"),1,0), realLatest = strftime(latest,"%c")
| where recent=0&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 03 Jul 2021 03:41:34 GMT</pubDate>
    <dc:creator>inventsekar</dc:creator>
    <dc:date>2021-07-03T03:41:34Z</dc:date>
    <item>
      <title>Show hosts that stop reporting logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-hosts-that-stop-reporting-logs/m-p/558212#M158554</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello, I have many windows machines sending logs through the agent to index = main&lt;/P&gt;&lt;P&gt;With what query can I monitor either from a dashboard or from an alert when one of these machines stops sending logs after an interval of 24 hours?&lt;/P&gt;&lt;P&gt;note: I don't have a deployment server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 22:17:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-hosts-that-stop-reporting-logs/m-p/558212#M158554</guid>
      <dc:creator>splunkcol</dc:creator>
      <dc:date>2021-07-02T22:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Show hosts that stop reporting logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-hosts-that-stop-reporting-logs/m-p/558214#M158556</link>
      <description>&lt;P&gt;Take a look at the excellent TrackMe app&lt;/P&gt;&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/4621/" target="_blank"&gt;https://splunkbase.splunk.com/app/4621/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This does exactly what you are looking for and a lot more too - it's very easy to use and very intuitive and the developer has some amazingly good documentation for a free application. I have just deployed this at a client and it works beautifully for tracking what index, sourcetypes and hosts have not sent data to Splunk - by default it will alert if data does not arrive for 1 hour, but that is all totally configurable.&lt;/P&gt;&lt;P&gt;NB: I have no connection to the app or the developer, I have just used the app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 23:21:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-hosts-that-stop-reporting-logs/m-p/558214#M158556</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2021-07-02T23:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show hosts that stop reporting logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-hosts-that-stop-reporting-logs/m-p/558218#M158558</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223770"&gt;@splunkcol&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.splunk.com/en_us/blog/tips-and-tricks/how-to-determine-when-a-host-stops-sending-logs-to-splunk-expeditiously.html" target="_blank"&gt;https://www.splunk.com/en_us/blog/tips-and-tricks/how-to-determine-when-a-host-stops-sending-logs-to-splunk-expeditiously.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Check this Splunk Search Query:&lt;/P&gt;&lt;PRE&gt;| tstats latest(_time) as latest where index=main earliest=-24h by host
| eval recent = if(latest &amp;gt; relative_time(now(),"-5m"),1,0), realLatest = strftime(latest,"%c")
| where recent=0&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jul 2021 03:41:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-hosts-that-stop-reporting-logs/m-p/558218#M158558</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2021-07-03T03:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Show hosts that stop reporting logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-hosts-that-stop-reporting-logs/m-p/558447#M158636</link>
      <description>&lt;P&gt;If you enable forwarder monitoring on either the master or DMC it will provide you information on forwarders not reporting in or sending data. There are built in alerts for just this purpose, you just have to enable and configure them.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 16:11:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-hosts-that-stop-reporting-logs/m-p/558447#M158636</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2021-07-06T16:11:28Z</dc:date>
    </item>
  </channel>
</rss>

