<?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: HTTP event collector client AJAX error &amp;quot;readyState 0, status 0, statusText error&amp;quot; in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-event-collector-client-AJAX-error-quot-readyState-0-status/m-p/330232#M61207</link>
    <description>&lt;P&gt;You can override this automatic configuration by making changes to server.conf. Increasing the number of threads can increase the amount of memory that the Splunk Enterprise instance uses.&lt;/P&gt;

&lt;P&gt;In the $SPLUNK_HOME\etc\system\local, create or edit server.conf.&lt;BR /&gt;
In the [httpServer] stanza, set the maxThreads attribute to specify the number of threads for REST HTTP operations that Splunk Enterprise should use.&lt;BR /&gt;
Set the maxSockets attribute to specify the number of sockets that should be available for REST HTTP operations.&lt;BR /&gt;
Save the file.&lt;BR /&gt;
Restart Splunk Enterprise. The changes should take effect immediately&lt;/P&gt;

&lt;P&gt;Please find the default value&lt;BR /&gt;
maxThreads=100000&lt;BR /&gt;
maxSockets=50000&lt;/P&gt;</description>
    <pubDate>Mon, 05 Mar 2018 15:26:06 GMT</pubDate>
    <dc:creator>logloganathan</dc:creator>
    <dc:date>2018-03-05T15:26:06Z</dc:date>
    <item>
      <title>HTTP event collector client AJAX error "readyState 0, status 0, statusText error"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-event-collector-client-AJAX-error-quot-readyState-0-status/m-p/330230#M61205</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
while trying to send messages to Splunk HTTP event collector through javascript inside a web page, I sometimes get this erro:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;readyState 0, status 0, statusText error
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It seems, but I am not sure, that this error is related to the volume of HTTP POSTS that are concurrently made.&lt;BR /&gt;
Is there any kind of limit to HTTP POSTS that a single HEC is able to handle at a time?&lt;BR /&gt;
If yes, what is this limit? I cannot find a sizing guide for HECV, other than what is suggested in this page " &lt;A href="http://dev.splunk.com/view/event-collector/SP-CAAAE73"&gt;http://dev.splunk.com/view/event-collector/SP-CAAAE73&lt;/A&gt; ", but there are no clues about volumes.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 15:12:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-event-collector-client-AJAX-error-quot-readyState-0-status/m-p/330230#M61205</guid>
      <dc:creator>cafissimo</dc:creator>
      <dc:date>2018-03-05T15:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP event collector client AJAX error "readyState 0, status 0, statusText error"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-event-collector-client-AJAX-error-quot-readyState-0-status/m-p/330231#M61206</link>
      <description>&lt;P&gt;Are you getting this error after executing an AJAX request from a click or keystroke action?&lt;BR /&gt;
If so, are you doing a &lt;CODE&gt;return false&lt;/CODE&gt; or &lt;CODE&gt;e.preventDefault();&lt;/CODE&gt; (Where &lt;CODE&gt;e&lt;/CODE&gt; is your event).&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;function onClick(sender, e) {
  e.preventDefault();
  $.ajax({
    type: 'POST',
    url: 'http://yoursplunk.com:8088'
  });
}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 Mar 2018 15:24:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-event-collector-client-AJAX-error-quot-readyState-0-status/m-p/330231#M61206</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2018-03-05T15:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP event collector client AJAX error "readyState 0, status 0, statusText error"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-event-collector-client-AJAX-error-quot-readyState-0-status/m-p/330232#M61207</link>
      <description>&lt;P&gt;You can override this automatic configuration by making changes to server.conf. Increasing the number of threads can increase the amount of memory that the Splunk Enterprise instance uses.&lt;/P&gt;

&lt;P&gt;In the $SPLUNK_HOME\etc\system\local, create or edit server.conf.&lt;BR /&gt;
In the [httpServer] stanza, set the maxThreads attribute to specify the number of threads for REST HTTP operations that Splunk Enterprise should use.&lt;BR /&gt;
Set the maxSockets attribute to specify the number of sockets that should be available for REST HTTP operations.&lt;BR /&gt;
Save the file.&lt;BR /&gt;
Restart Splunk Enterprise. The changes should take effect immediately&lt;/P&gt;

&lt;P&gt;Please find the default value&lt;BR /&gt;
maxThreads=100000&lt;BR /&gt;
maxSockets=50000&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 15:26:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-event-collector-client-AJAX-error-quot-readyState-0-status/m-p/330232#M61207</guid>
      <dc:creator>logloganathan</dc:creator>
      <dc:date>2018-03-05T15:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP event collector client AJAX error "readyState 0, status 0, statusText error"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-event-collector-client-AJAX-error-quot-readyState-0-status/m-p/330233#M61208</link>
      <description>&lt;P&gt;Hi logloganathan&lt;/P&gt;

&lt;P&gt;This is an exact copy of the Splunk Documentation: &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.2/Troubleshooting/HTTPthreadlimitissues"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.2/Troubleshooting/HTTPthreadlimitissues&lt;/A&gt;&lt;BR /&gt;
You cannot copy answers from Splunk Documentation and post them as your own, that is plagiarism.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 19:10:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-event-collector-client-AJAX-error-quot-readyState-0-status/m-p/330233#M61208</guid>
      <dc:creator>Anam</dc:creator>
      <dc:date>2018-03-22T19:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP event collector client AJAX error "readyState 0, status 0, statusText error"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-event-collector-client-AJAX-error-quot-readyState-0-status/m-p/330234#M61209</link>
      <description>&lt;P&gt;Hi asiddique,&lt;BR /&gt;
user don't know about the document so copied and posted here.&lt;BR /&gt;
Any suggestion will be helpful for posting these kind of things in future.&lt;BR /&gt;
Please provide the guidelines&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 11:01:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-event-collector-client-AJAX-error-quot-readyState-0-status/m-p/330234#M61209</guid>
      <dc:creator>logloganathan</dc:creator>
      <dc:date>2018-03-23T11:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP event collector client AJAX error "readyState 0, status 0, statusText error"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-event-collector-client-AJAX-error-quot-readyState-0-status/m-p/330235#M61210</link>
      <description>&lt;P&gt;Well you should add your source to the copied section, then it would not be a problem. &lt;BR /&gt;
This has to do with the respect of the original writer...&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.uticaod.com/x1177024386/Internet-Etiquette-10-Rules-of-Netiquette"&gt;http://www.uticaod.com/x1177024386/Internet-Etiquette-10-Rules-of-Netiquette&lt;/A&gt;&lt;BR /&gt;
Rule 2&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 11:15:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-event-collector-client-AJAX-error-quot-readyState-0-status/m-p/330235#M61210</guid>
      <dc:creator>Elsurion</dc:creator>
      <dc:date>2018-03-23T11:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP event collector client AJAX error "readyState 0, status 0, statusText error"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-event-collector-client-AJAX-error-quot-readyState-0-status/m-p/330236#M61211</link>
      <description>&lt;P&gt;sure got it&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 11:20:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-event-collector-client-AJAX-error-quot-readyState-0-status/m-p/330236#M61211</guid>
      <dc:creator>logloganathan</dc:creator>
      <dc:date>2018-03-23T11:20:28Z</dc:date>
    </item>
  </channel>
</rss>

