<?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 How to tell if Splunk is dropping packets? in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/How-to-tell-if-Splunk-is-dropping-packets/m-p/51691#M7177</link>
    <description>&lt;P&gt;Simple question, We are forwarding a large amount of traffic to our indexer on port 514 and want to know if any packets are being dropped.  Is there any easy way to do this?  We are running our indexer on Windows 2008 R2&lt;/P&gt;</description>
    <pubDate>Wed, 05 Sep 2012 15:06:21 GMT</pubDate>
    <dc:creator>rmcdougal</dc:creator>
    <dc:date>2012-09-05T15:06:21Z</dc:date>
    <item>
      <title>How to tell if Splunk is dropping packets?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-tell-if-Splunk-is-dropping-packets/m-p/51691#M7177</link>
      <description>&lt;P&gt;Simple question, We are forwarding a large amount of traffic to our indexer on port 514 and want to know if any packets are being dropped.  Is there any easy way to do this?  We are running our indexer on Windows 2008 R2&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2012 15:06:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-tell-if-Splunk-is-dropping-packets/m-p/51691#M7177</guid>
      <dc:creator>rmcdougal</dc:creator>
      <dc:date>2012-09-05T15:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to tell if Splunk is dropping packets?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-tell-if-Splunk-is-dropping-packets/m-p/51692#M7178</link>
      <description>&lt;P&gt;Well they could be dropped before Splunk event knows about them assuming you're using UDP. Only sure way to tell would be to run a packet capture on either end.&lt;/P&gt;

&lt;P&gt;In terms of Splunkyness, if its internal queues block far enough back it can cause it to drop packets as it cannot accept them. Easiest way to tell is to run a search for&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;index=_internal *blocked*&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;The best way would be to install the Splunk on Splunk (SoS) app though &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Its excellent, it provides dashboards for all diagnostic purposes so you can monitor for problems.&lt;/P&gt;

&lt;P&gt;If you are worried about data not arriving then you'd be better off using syslog over TCP or just installing a Splunk Universal Forwarder and sending it through that.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2012 20:57:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-tell-if-Splunk-is-dropping-packets/m-p/51692#M7178</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-09-05T20:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to tell if Splunk is dropping packets?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-to-tell-if-Splunk-is-dropping-packets/m-p/51693#M7179</link>
      <description>&lt;P&gt;netstat -s&lt;/P&gt;

&lt;P&gt;There's a line for 'Received Packets Discarded'&lt;/P&gt;

&lt;P&gt;This is an indicator that the application isn't reading the traffic fast enough, the buffers are filling, and the kernel is discarding the extra packets.&lt;/P&gt;

&lt;P&gt;disclaimer - i'm not on a windows machine at the moment, I cant remember if this covers udp packets  on windows - it does on unix. &lt;/P&gt;

&lt;P&gt;experiment with some of the other nestat options (keeping -s) to limit it to udp  (maybe -p udp )&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2012 21:28:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-to-tell-if-Splunk-is-dropping-packets/m-p/51693#M7179</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2012-09-05T21:28:23Z</dc:date>
    </item>
  </channel>
</rss>

