<?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 Log sources not reporting in 24 hours in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Log-sources-not-reporting-in-24-hours/m-p/374992#M169646</link>
    <description>&lt;P&gt;anyone have an idea on how to write up a search that will provide details on which logsource stopped reporting for the last 24 hours?&lt;/P&gt;</description>
    <pubDate>Thu, 03 May 2018 15:25:48 GMT</pubDate>
    <dc:creator>Ghanayem1974</dc:creator>
    <dc:date>2018-05-03T15:25:48Z</dc:date>
    <item>
      <title>Log sources not reporting in 24 hours</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Log-sources-not-reporting-in-24-hours/m-p/374992#M169646</link>
      <description>&lt;P&gt;anyone have an idea on how to write up a search that will provide details on which logsource stopped reporting for the last 24 hours?&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 15:25:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Log-sources-not-reporting-in-24-hours/m-p/374992#M169646</guid>
      <dc:creator>Ghanayem1974</dc:creator>
      <dc:date>2018-05-03T15:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Log sources not reporting in 24 hours</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Log-sources-not-reporting-in-24-hours/m-p/374993#M169647</link>
      <description>&lt;PRE&gt;|metadata type=sources | eval age = now() - lastTime | search age &amp;gt; 86400&lt;/PRE&gt;</description>
      <pubDate>Thu, 03 May 2018 15:44:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Log-sources-not-reporting-in-24-hours/m-p/374993#M169647</guid>
      <dc:creator>pradeepkumarg</dc:creator>
      <dc:date>2018-05-03T15:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Log sources not reporting in 24 hours</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Log-sources-not-reporting-in-24-hours/m-p/374994#M169648</link>
      <description>&lt;P&gt;thank you but do you know if there is a way to separate out the devices that are not reporting? meaning, if its a windows server i want to the actual server that is not reporting. hope this makes sense.&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 15:51:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Log-sources-not-reporting-in-24-hours/m-p/374994#M169648</guid>
      <dc:creator>Ghanayem1974</dc:creator>
      <dc:date>2018-05-03T15:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Log sources not reporting in 24 hours</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Log-sources-not-reporting-in-24-hours/m-p/374995#M169649</link>
      <description>&lt;P&gt;For hosts, like this (with very large timepicker value):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|metadata type=hosts
| eval age = now() - lastTime
| search age &amp;gt; 86400
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 03 May 2018 16:07:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Log-sources-not-reporting-in-24-hours/m-p/374995#M169649</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2018-05-03T16:07:15Z</dc:date>
    </item>
  </channel>
</rss>

