<?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: Events missing via http event collector in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Events-missing-via-http-event-collector/m-p/207856#M40969</link>
    <description>&lt;P&gt;4 - 5 events per second is not high, we've designed HEC to support 100K a second on a single instance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;How big are the events? &lt;/LI&gt;
&lt;LI&gt;Are you getting a 200 OK response consistently?&lt;/LI&gt;
&lt;LI&gt;What is your configuration? Are you sending directly to HEC running on an indexer, or are you hosting HEC on a heavyweight forwarder and forwarding to the indexer?&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Sun, 14 Feb 2016 05:16:35 GMT</pubDate>
    <dc:creator>gblock_splunk</dc:creator>
    <dc:date>2016-02-14T05:16:35Z</dc:date>
    <item>
      <title>Events missing via http event collector</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Events-missing-via-http-event-collector/m-p/207852#M40965</link>
      <description>&lt;P&gt;I'm seeing a behaviour where some of my events are missing after been sent to http event collector. I'm sending single event per request. Sometimes it shows all the events and sometimes it does not. Normally it happens if the frequency is high (4-5 events per second).&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 16:45:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Events-missing-via-http-event-collector/m-p/207852#M40965</guid>
      <dc:creator>phagunbaya</dc:creator>
      <dc:date>2015-12-23T16:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Events missing via http event collector</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Events-missing-via-http-event-collector/m-p/207853#M40966</link>
      <description>&lt;P&gt;Are you getting a response from the indexer every time that the event was collected?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 14:52:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Events-missing-via-http-event-collector/m-p/207853#M40966</guid>
      <dc:creator>jplumsdaine22</dc:creator>
      <dc:date>2015-12-30T14:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Events missing via http event collector</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Events-missing-via-http-event-collector/m-p/207854#M40967</link>
      <description>&lt;P&gt;This is a good point from jplumsdaine22... Do you confirm a 200 response and if not retry / fall back into an exception that can be handled? &lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 19:07:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Events-missing-via-http-event-collector/m-p/207854#M40967</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2015-12-30T19:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Events missing via http event collector</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Events-missing-via-http-event-collector/m-p/207855#M40968</link>
      <description>&lt;P&gt;Yes. response was 200.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2016 15:19:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Events-missing-via-http-event-collector/m-p/207855#M40968</guid>
      <dc:creator>phagunbaya</dc:creator>
      <dc:date>2016-01-08T15:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Events missing via http event collector</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Events-missing-via-http-event-collector/m-p/207856#M40969</link>
      <description>&lt;P&gt;4 - 5 events per second is not high, we've designed HEC to support 100K a second on a single instance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;How big are the events? &lt;/LI&gt;
&lt;LI&gt;Are you getting a 200 OK response consistently?&lt;/LI&gt;
&lt;LI&gt;What is your configuration? Are you sending directly to HEC running on an indexer, or are you hosting HEC on a heavyweight forwarder and forwarding to the indexer?&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sun, 14 Feb 2016 05:16:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Events-missing-via-http-event-collector/m-p/207856#M40969</guid>
      <dc:creator>gblock_splunk</dc:creator>
      <dc:date>2016-02-14T05:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Events missing via http event collector</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Events-missing-via-http-event-collector/m-p/207857#M40970</link>
      <description>&lt;P&gt;I've seen HEC drop data with small events (100 bytes), sent 4-5/sec, for just a couple seconds (all just for testing). Each POST returns status 200 (OK).   Tried this with both bash script using curl and also nodeJS; direct from the script to the HEC on the indexer.  (Yes, the indexer is a little busy with other work).  Over a couple hundred events, I've seen only 50% get stored.&lt;/P&gt;

&lt;P&gt;But I'd think that getting a 200 (OK) would mean that the data is stored for sure in Splunk.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 20:06:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Events-missing-via-http-event-collector/m-p/207857#M40970</guid>
      <dc:creator>netrc</dc:creator>
      <dc:date>2016-02-24T20:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Events missing via http event collector</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Events-missing-via-http-event-collector/m-p/207858#M40971</link>
      <description>&lt;P&gt;did this get fixed , even im missing a few events while running from java aws lambda&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 15:16:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Events-missing-via-http-event-collector/m-p/207858#M40971</guid>
      <dc:creator>splunker_2016_N</dc:creator>
      <dc:date>2016-11-17T15:16:56Z</dc:date>
    </item>
  </channel>
</rss>

