<?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: How to detect when a server has stopped indexing logs in Splunk? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-detect-when-a-server-has-stopped-indexing-logs-in-Splunk/m-p/285286#M86310</link>
    <description>&lt;P&gt;What version of Splunk are you running? If it's version 6.3 you could use the DMC, if your a version lower than 6.3 then you could use this search and set up an alert &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;     index=_internal sourcetype=splunkd destPort!="-"
     | stats sparkline count by hostname, sourceHost, host, destPort, version 
     | rename destPort as "Destination Port" 
     | rename host as "Indexer" 
     | rename sourceHost as "Forwarder IP" 
     | rename version as "Splunk Forwarder Version" 
     | rename hostname as "Forwarder Host Name" 
     | rename sparkline as "Traffic Frequency" 
     | sort - count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 07 Apr 2016 00:48:51 GMT</pubDate>
    <dc:creator>skoelpin</dc:creator>
    <dc:date>2016-04-07T00:48:51Z</dc:date>
    <item>
      <title>How to detect when a server has stopped indexing logs in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-detect-when-a-server-has-stopped-indexing-logs-in-Splunk/m-p/285284#M86308</link>
      <description>&lt;P&gt;I need to know what server(s) has stopped ingesting logs OR for which server the logs are not ingesting into Splunk. &lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2016 22:11:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-detect-when-a-server-has-stopped-indexing-logs-in-Splunk/m-p/285284#M86308</guid>
      <dc:creator>pandeyashish</dc:creator>
      <dc:date>2016-04-06T22:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect when a server has stopped indexing logs in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-detect-when-a-server-has-stopped-indexing-logs-in-Splunk/m-p/285285#M86309</link>
      <description>&lt;P&gt;Try this assuming that if no data is coming to splunk in 24 hrs(86400 sec) is your threshold.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| metadata type=hosts index=* | eval age=now()-recentTime | where age&amp;gt;86400
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Apr 2016 23:51:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-detect-when-a-server-has-stopped-indexing-logs-in-Splunk/m-p/285285#M86309</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-04-06T23:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect when a server has stopped indexing logs in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-detect-when-a-server-has-stopped-indexing-logs-in-Splunk/m-p/285286#M86310</link>
      <description>&lt;P&gt;What version of Splunk are you running? If it's version 6.3 you could use the DMC, if your a version lower than 6.3 then you could use this search and set up an alert &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;     index=_internal sourcetype=splunkd destPort!="-"
     | stats sparkline count by hostname, sourceHost, host, destPort, version 
     | rename destPort as "Destination Port" 
     | rename host as "Indexer" 
     | rename sourceHost as "Forwarder IP" 
     | rename version as "Splunk Forwarder Version" 
     | rename hostname as "Forwarder Host Name" 
     | rename sparkline as "Traffic Frequency" 
     | sort - count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Apr 2016 00:48:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-detect-when-a-server-has-stopped-indexing-logs-in-Splunk/m-p/285286#M86310</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-04-07T00:48:51Z</dc:date>
    </item>
  </channel>
</rss>

