<?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: Log sources not reporting in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Log-sources-not-reporting/m-p/538951#M4781</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/230789"&gt;@sahildb&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can use below query to find hosts that is not reporting for 60 minutes by host, index and sourcetype.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats max(_time) as _time where index=* by index host sourcetype | where _time &amp;lt; relative_time(now(),"-60m")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;You can adapt 60 minutes timeout and indexes to your need.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Feb 2021 09:38:11 GMT</pubDate>
    <dc:creator>scelikok</dc:creator>
    <dc:date>2021-02-08T09:38:11Z</dc:date>
    <item>
      <title>Log sources not reporting</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Log-sources-not-reporting/m-p/538908#M4774</link>
      <description>&lt;P&gt;Currently our index= windows host not reporting from last couple of days.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need query to set up alert if log sources are not reporting to splunk.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 04:34:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Log-sources-not-reporting/m-p/538908#M4774</guid>
      <dc:creator>sahildb</dc:creator>
      <dc:date>2021-02-08T04:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Log sources not reporting</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Log-sources-not-reporting/m-p/538909#M4775</link>
      <description>&lt;P&gt;Need to verify and set up alert which index generate data and or not and how we can monitor&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 04:54:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Log-sources-not-reporting/m-p/538909#M4775</guid>
      <dc:creator>sahildb</dc:creator>
      <dc:date>2021-02-08T04:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Log sources not reporting</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Log-sources-not-reporting/m-p/538915#M4778</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/230789"&gt;@sahildb&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can use Broken Hosts app to monitor your data ingestion problems,&lt;/P&gt;&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/3247/" target="_blank"&gt;https://splunkbase.splunk.com/app/3247/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 05:48:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Log-sources-not-reporting/m-p/538915#M4778</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-02-08T05:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Log sources not reporting</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Log-sources-not-reporting/m-p/538917#M4779</link>
      <description>&lt;P&gt;Thanks for the solution i think will recommend the same to team.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 06:35:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Log-sources-not-reporting/m-p/538917#M4779</guid>
      <dc:creator>sahildb</dc:creator>
      <dc:date>2021-02-08T06:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Log sources not reporting</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Log-sources-not-reporting/m-p/538928#M4780</link>
      <description>&lt;P&gt;Is there any query we can use to detect ?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 07:38:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Log-sources-not-reporting/m-p/538928#M4780</guid>
      <dc:creator>sahildb</dc:creator>
      <dc:date>2021-02-08T07:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Log sources not reporting</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Log-sources-not-reporting/m-p/538951#M4781</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/230789"&gt;@sahildb&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can use below query to find hosts that is not reporting for 60 minutes by host, index and sourcetype.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats max(_time) as _time where index=* by index host sourcetype | where _time &amp;lt; relative_time(now(),"-60m")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;You can adapt 60 minutes timeout and indexes to your need.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 09:38:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Log-sources-not-reporting/m-p/538951#M4781</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-02-08T09:38:11Z</dc:date>
    </item>
  </channel>
</rss>

