<?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 Sourcetype not forwarding for 10 minutes in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-not-forwarding-for-10-minutes/m-p/75878#M15485</link>
    <description>&lt;P&gt;This is my stab at it:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| metadata type=hosts sourcetype="example" |  convert ctime(recentTime) as Recent_Time | where lastTime LESSTHANSYMBOL (now() - 600)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am using this query - (now() - 600) translates to look between now and 10 minutes(600 seconds) before of now.&lt;/P&gt;

&lt;P&gt;Does look ok ? &lt;/P&gt;</description>
    <pubDate>Thu, 14 Jun 2012 18:50:53 GMT</pubDate>
    <dc:creator>asarolkar</dc:creator>
    <dc:date>2012-06-14T18:50:53Z</dc:date>
    <item>
      <title>Sourcetype not forwarding for 10 minutes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-not-forwarding-for-10-minutes/m-p/75878#M15485</link>
      <description>&lt;P&gt;This is my stab at it:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| metadata type=hosts sourcetype="example" |  convert ctime(recentTime) as Recent_Time | where lastTime LESSTHANSYMBOL (now() - 600)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am using this query - (now() - 600) translates to look between now and 10 minutes(600 seconds) before of now.&lt;/P&gt;

&lt;P&gt;Does look ok ? &lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2012 18:50:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-not-forwarding-for-10-minutes/m-p/75878#M15485</guid>
      <dc:creator>asarolkar</dc:creator>
      <dc:date>2012-06-14T18:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype not forwarding for 10 minutes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-not-forwarding-for-10-minutes/m-p/75879#M15486</link>
      <description>&lt;P&gt;This is probably closer to what you'll want:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| metadata type=sourcetypes | eval search_time=(now()-600) | eval status=if(lastTime&amp;lt;search_time, "NOT_OK", "OK") | table sourcetype, status
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Jun 2012 19:05:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-not-forwarding-for-10-minutes/m-p/75879#M15486</guid>
      <dc:creator>Lamar</dc:creator>
      <dc:date>2012-06-14T19:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype not forwarding for 10 minutes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-not-forwarding-for-10-minutes/m-p/75880#M15487</link>
      <description>&lt;P&gt;You could easily translate this to a by 'host' search as well.  Just change the word 'sourcetype' to 'host'.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2012 19:06:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-not-forwarding-for-10-minutes/m-p/75880#M15487</guid>
      <dc:creator>Lamar</dc:creator>
      <dc:date>2012-06-14T19:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetype not forwarding for 10 minutes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-not-forwarding-for-10-minutes/m-p/75881#M15488</link>
      <description>&lt;P&gt;Fantastic ! This gives me across all sourcetypes&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2012 20:01:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sourcetype-not-forwarding-for-10-minutes/m-p/75881#M15488</guid>
      <dc:creator>asarolkar</dc:creator>
      <dc:date>2012-06-14T20:01:11Z</dc:date>
    </item>
  </channel>
</rss>

