<?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: After configuring the HTTP Event Collector, why am I receiving a &amp;quot;Server is busy&amp;quot; error? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-a-quot-Server-is-busy-quot-error-after/m-p/209263#M41217</link>
    <description>&lt;P&gt;Problem solved, was due to http collector being configured on heavy forwarder and not from the deployment server.&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2017 19:19:51 GMT</pubDate>
    <dc:creator>MVREID</dc:creator>
    <dc:date>2017-01-31T19:19:51Z</dc:date>
    <item>
      <title>Why am I receiving a "Server is busy" error after configuring the HTTP Event Collector?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-a-quot-Server-is-busy-quot-error-after/m-p/209260#M41214</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;I have configured the HTTP Event Collector but can't successfully send events.&lt;/P&gt;
&lt;P&gt;My configuration in inputs.conf&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;[http]
allowSslCompression = true
allowSslRenegotiation = true
dedicatedIoThreads = 2
disabled = 0
enableSSL = 0
index = ffjj
maxSockets = 0
maxThreads = 0
sslVersions = *,-ssl2
_rcvbuf = 1572864
host = splunk-dev
port = 8088
sourcetype = R_LICENCIE_TEMP
useDeploymentServer = 1

[http://appmobile]
disabled = 0
host = splunk-dev
index = appmobile
indexes = appmobile
sourcetype = _json
token = 03F50C74-121B-4FBF-9999-ACB9A032AD02
sourcetypeSelection = From List
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I have created a very basic request&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;{
    "time": 1433188255, 
    "event": {
        "membre_no" : 1213,
        "est_membre": 1
    }
}
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I know Splunk receives the message but it throws an error 503 "Server is busy"&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;{
"text": "Server is busy"
"code": 9
}
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;my request is being sent to &lt;A href="http://:/services/collector/event" target="test_blank"&gt;http://:/services/collector/event&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I have deactivated SSL in the HTTP Event Collector configuration. I know it is taken into account because if activated, there server doesn't reply.&lt;/P&gt;
&lt;P&gt;I would like to investigate but :&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;I can't find anyone having the same issue as me - no topic relates to 503 - "server is busy"&lt;/LI&gt;
&lt;LI&gt;I don't know how to increase log level for HTTP Event collector. Setting this category &lt;CODE&gt;category.HttpEventCollector=DEBUG&lt;/CODE&gt; doesn't provide more logs (and I update the rootCategory level as well)...&lt;/LI&gt;
&lt;LI&gt;I know the parsing is being performed by Splunk because as soon as I change the JSON format to something malformed, I get another error&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Can you please let me know what's going on and how I can have logs?&lt;/P&gt;
&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;
&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 05:12:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-a-quot-Server-is-busy-quot-error-after/m-p/209260#M41214</guid>
      <dc:creator>ecoquelin</dc:creator>
      <dc:date>2022-10-11T05:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: After configuring the HTTP Event Collector, why am I receiving a "Server is busy" error?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-a-quot-Server-is-busy-quot-error-after/m-p/209261#M41215</link>
      <description>&lt;P&gt;In addition, I found that in the log file after having started splunk with --debug&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;09-21-2016 21:29:40.627 +0000 DEBUG TcpChannel - Before accept
09-21-2016 21:29:40.627 +0000 DEBUG TcpChannel - Creating polled fd from factory
09-21-2016 21:29:40.627 +0000 DEBUG TcpChannel - adding connection to factory created fd = 0x7f904f02e000
09-21-2016 21:29:40.627 +0000 INFO  TcpChannel - Accepted connection
09-21-2016 21:29:40.633 +0000 DEBUG PropertiesMapConfig - Performing pattern matching for: source::http:appmobile|host::mydomain:8088|_json|
09-21-2016 21:29:40.633 +0000 DEBUG PropertiesMapConfig - Pattern '_json' matches with priority 100
09-21-2016 21:29:40.633 +0000 DEBUG HttpInputDataHandler - handled token: 03F50C74-121B-9999-AA2C-ACB9A032AD02 channel: n/a reply: 9 processed 1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Sep 2016 21:34:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-a-quot-Server-is-busy-quot-error-after/m-p/209261#M41215</guid>
      <dc:creator>ecoquelin</dc:creator>
      <dc:date>2016-09-21T21:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: After configuring the HTTP Event Collector, why am I receiving a "Server is busy" error?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-a-quot-Server-is-busy-quot-error-after/m-p/209262#M41216</link>
      <description>&lt;P&gt;Don't have an answer, but curious if you ever resolved. I have the same issue in a distributed deployment.&lt;BR /&gt;
thanks&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 21:44:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-a-quot-Server-is-busy-quot-error-after/m-p/209262#M41216</guid>
      <dc:creator>MVREID</dc:creator>
      <dc:date>2017-01-30T21:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: After configuring the HTTP Event Collector, why am I receiving a "Server is busy" error?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-a-quot-Server-is-busy-quot-error-after/m-p/209263#M41217</link>
      <description>&lt;P&gt;Problem solved, was due to http collector being configured on heavy forwarder and not from the deployment server.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 19:19:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-a-quot-Server-is-busy-quot-error-after/m-p/209263#M41217</guid>
      <dc:creator>MVREID</dc:creator>
      <dc:date>2017-01-31T19:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: After configuring the HTTP Event Collector, why am I receiving a "Server is busy" error?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-a-quot-Server-is-busy-quot-error-after/m-p/209264#M41218</link>
      <description>&lt;P&gt;yeah never send  useDeploymentServer = 1 in the config you push to the HEC receiver. you want that setting only on at the DS itself. It tells Splunk to look for the HEC config in $SPLUNK_HOME/etc/deployment-apps folder. Older versions ignored it. Somewhere around 6.4 the behavior changed.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 02:14:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-a-quot-Server-is-busy-quot-error-after/m-p/209264#M41218</guid>
      <dc:creator>starcher</dc:creator>
      <dc:date>2017-02-10T02:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: After configuring the HTTP Event Collector, why am I receiving a "Server is busy" error?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-a-quot-Server-is-busy-quot-error-after/m-p/209265#M41219</link>
      <description>&lt;P&gt;Hey i solved it by disabling the Use Deployment Server checkbox under global settings in HTTP Event Collector.&lt;/P&gt;</description>
      <pubDate>Sun, 06 May 2018 21:59:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-a-quot-Server-is-busy-quot-error-after/m-p/209265#M41219</guid>
      <dc:creator>alexgohberg</dc:creator>
      <dc:date>2018-05-06T21:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: After configuring the HTTP Event Collector, why am I receiving a "Server is busy" error?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-a-quot-Server-is-busy-quot-error-after/m-p/209266#M41220</link>
      <description>&lt;P&gt;this just took me 2 hours to resolve! thank you for posting back - what an odd behavior!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 00:17:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-a-quot-Server-is-busy-quot-error-after/m-p/209266#M41220</guid>
      <dc:creator>0YAoNnmRmKDg</dc:creator>
      <dc:date>2018-06-13T00:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: After configuring the HTTP Event Collector, why am I receiving a "Server is busy" error?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-a-quot-Server-is-busy-quot-error-after/m-p/616590#M106521</link>
      <description>&lt;P&gt;I gotta login to say thank you. You have saved me hours of fixing.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 02:59:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-receiving-a-quot-Server-is-busy-quot-error-after/m-p/616590#M106521</guid>
      <dc:creator>Huu-Nguyen</dc:creator>
      <dc:date>2022-10-11T02:59:41Z</dc:date>
    </item>
  </channel>
</rss>

