<?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: ERROR TcpInputProc - Received unrecognized signature POST / HTTP/1.1 in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/ERROR-TcpInputProc-Received-unrecognized-signature-POST-HTTP-1-1/m-p/36497#M6677</link>
    <description>&lt;P&gt;You need to write your own code to do this, using either modular inputs, or by sending to one of the REST API endpoints.  You can find out more about this at &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.1/AdvancedDev/ModInputsIntro"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.1/AdvancedDev/ModInputsIntro&lt;/A&gt; and &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTinput#receivers.2Fsimple"&gt;http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTinput#receivers.2Fsimple&lt;/A&gt; and &lt;A href="http://dev.splunk.com/"&gt;http://dev.splunk.com/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Nov 2012 22:09:44 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2012-11-19T22:09:44Z</dc:date>
    <item>
      <title>ERROR TcpInputProc - Received unrecognized signature POST / HTTP/1.1</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/ERROR-TcpInputProc-Received-unrecognized-signature-POST-HTTP-1-1/m-p/36494#M6674</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I configured Splunk to receive tcp request on port 9000. I configured as well props.conf to parse xml file:&lt;/P&gt;

&lt;P&gt;[wsdmxml]&lt;/P&gt;

&lt;P&gt;KV_MODE = xml &lt;/P&gt;

&lt;P&gt;LINE_BREAKER = ([\r\n]+)(?=####&amp;lt;)&lt;/P&gt;

&lt;P&gt;SHOULD_LINEMERGE = false&lt;/P&gt;

&lt;P&gt;BREAK_ONLY_BEFORE = ^&amp;lt;wsnt:Message\s+\w+&lt;/P&gt;

&lt;P&gt;MUST_BREAK_AFTER = wsnt:Message&amp;gt;&lt;/P&gt;

&lt;P&gt;TRUNCATE = 9999999&lt;/P&gt;

&lt;P&gt;LINE_BREAKER_LOOKBEHIND = 10000&lt;/P&gt;

&lt;P&gt;MAX_EVENTS = 1000000&lt;/P&gt;

&lt;P&gt;and inputs.conf&lt;/P&gt;

&lt;P&gt;[tcp://:9000]&lt;/P&gt;

&lt;P&gt;disabled = 0&lt;/P&gt;

&lt;P&gt;connection_host = ip&lt;/P&gt;

&lt;P&gt;sourcetype = wsdmxml&lt;/P&gt;

&lt;P&gt;source = tcp:9000&lt;/P&gt;

&lt;P&gt;but I'm still receiving TcpInputProc - Received unrecognized signature POST / HTTP/1.1 error. &lt;/P&gt;

&lt;P&gt;&amp;lt;soap:Envelope xmlns:mows="&lt;A href="http://docs.oasis-open.org/wsdm/mows-2.xsd" target="_blank"&gt;http://docs.oasis-open.org/wsdm/mows-2.xsd&lt;/A&gt;" xmlns:mowse="&lt;A href="http://docs.oasis-open.org/wsdm/mowse-2.xml" target="_blank"&gt;http://docs.oasis-open.org/wsdm/mowse-2.xml&lt;/A&gt;" xmlns:muws1="&lt;A href="http://docs.oasis-open.org/wsdm/muws1-2.xsd" target="_blank"&gt;http://docs.oasis-open.org/wsdm/muws1-2.xsd&lt;/A&gt;" xmlns:muws2="&lt;A href="http://docs.oasis-open.org/ws%E2%96%92%E2%96%92%E2%96%92" target="_blank"&gt;http://docs.oasis-open.org/ws▒▒▒&lt;/A&gt;&lt;BR /&gt;
11-15-2012 15:08:29.534 -0800 ERROR TcpInputProc - Received unrecognized signature POST / HTTP/1.1&lt;BR /&gt;
SOAPAction:&lt;BR /&gt;
Content-Type: text/xml; charset=utf-8&lt;BR /&gt;
Content-Length: 5860&lt;BR /&gt;
Host: splunkserver:9000&lt;/P&gt;

&lt;P&gt;My server is set up to forward the request to &lt;A href="http://splunkserver:9000" target="_blank"&gt;http://splunkserver:9000&lt;/A&gt;.&lt;BR /&gt;
What I'm doing wrong? &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:49:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/ERROR-TcpInputProc-Received-unrecognized-signature-POST-HTTP-1-1/m-p/36494#M6674</guid>
      <dc:creator>natalija</dc:creator>
      <dc:date>2020-09-28T12:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR TcpInputProc - Received unrecognized signature POST / HTTP/1.1</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/ERROR-TcpInputProc-Received-unrecognized-signature-POST-HTTP-1-1/m-p/36495#M6675</link>
      <description>&lt;P&gt;Two problems. First, you have set up a Splunk TCP listening port, which only accepts connections and data directly from a Splunk Forwarder. Second, even if you use a standard TCP listening port, I suspect you don't really want the exact contents of a POST request, but only the (decoded) payload. The TCP listen ports are not HTTP server ports, so you will receive all headers and other content, and if your SOAP request is expecting any kind of response or connection close, it is not going to get it.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2012 00:48:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/ERROR-TcpInputProc-Received-unrecognized-signature-POST-HTTP-1-1/m-p/36495#M6675</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2012-11-16T00:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR TcpInputProc - Received unrecognized signature POST / HTTP/1.1</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/ERROR-TcpInputProc-Received-unrecognized-signature-POST-HTTP-1-1/m-p/36496#M6676</link>
      <description>&lt;P&gt;Is there a way to user REST API to retrieve data from HTTP request into Splunk? What is the proper way to get data over HTTP and how to configure input.conf in that case? I tried to send my data to '&lt;A href="https://splunkserver.l7tech.com:8089/services/receivers/simple?host=XX.X.XX.XXX&amp;amp;index=main&amp;amp;source=www&amp;amp;sourcetype=wsdmxml"&gt;https://splunkserver.l7tech.com:8089/services/receivers/simple?host=XX.X.XX.XXX&amp;amp;index=main&amp;amp;source=www&amp;amp;sourcetype=wsdmxml&lt;/A&gt;', where I set www as a source in input.cong, but I didn't get anything in Splunk.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2012 22:01:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/ERROR-TcpInputProc-Received-unrecognized-signature-POST-HTTP-1-1/m-p/36496#M6676</guid>
      <dc:creator>natalija</dc:creator>
      <dc:date>2012-11-19T22:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR TcpInputProc - Received unrecognized signature POST / HTTP/1.1</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/ERROR-TcpInputProc-Received-unrecognized-signature-POST-HTTP-1-1/m-p/36497#M6677</link>
      <description>&lt;P&gt;You need to write your own code to do this, using either modular inputs, or by sending to one of the REST API endpoints.  You can find out more about this at &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.1/AdvancedDev/ModInputsIntro"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.1/AdvancedDev/ModInputsIntro&lt;/A&gt; and &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTinput#receivers.2Fsimple"&gt;http://docs.splunk.com/Documentation/Splunk/latest/RESTAPI/RESTinput#receivers.2Fsimple&lt;/A&gt; and &lt;A href="http://dev.splunk.com/"&gt;http://dev.splunk.com/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2012 22:09:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/ERROR-TcpInputProc-Received-unrecognized-signature-POST-HTTP-1-1/m-p/36497#M6677</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2012-11-19T22:09:44Z</dc:date>
    </item>
  </channel>
</rss>

