<?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: data not going to splunk in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/data-not-going-to-splunk/m-p/21131#M213</link>
    <description>&lt;P&gt;If you can undo all your changes to the input.py and make sure your .splunkrc looks something like this:&lt;BR /&gt;
&lt;PRE&gt;&lt;CODE&gt;scheme=https&lt;BR /&gt;
host=localhost&lt;BR /&gt;
port=8089&lt;BR /&gt;
username=admin&lt;BR /&gt;
password=changeme&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;
Then from the root of the Python SDK, run this command with no extra arguments&lt;BR /&gt;
&lt;PRE&gt;&lt;CODE&gt;python examples/twitted/input.py&lt;/CODE&gt;&lt;/PRE&gt; If this doesn't work, provide the output from this command.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Feb 2013 18:15:07 GMT</pubDate>
    <dc:creator>Neeraj_Luthra</dc:creator>
    <dc:date>2013-02-06T18:15:07Z</dc:date>
    <item>
      <title>data not going to splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/data-not-going-to-splunk/m-p/21127#M209</link>
      <description>&lt;P&gt;Hi, I am relatively new on this, and I am having a problem right now.&lt;/P&gt;

&lt;P&gt;When I run the twitted system from the python sdk, there seems to be no data being pushed into splunk.&lt;/P&gt;

&lt;P&gt;It seems that the input.py is always stuck on the "initializing splunk" area.&lt;/P&gt;

&lt;P&gt;My TCP port for both splunkrc and input.py are both 9002. Am I doing something wrong? Please tell me. Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 06:46:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/data-not-going-to-splunk/m-p/21127#M209</guid>
      <dc:creator>tiongjss1</dc:creator>
      <dc:date>2013-02-06T06:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: data not going to splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/data-not-going-to-splunk/m-p/21128#M210</link>
      <description>&lt;P&gt;The twitted example reads .splunkrc to build a URL to Splunk's management port to write data into Splunk. I am assuming you are running Splunk on the default ports, i.e. 8000 for web and 8089 for management. If so, to run this example, your .splunkrc should have the management port listed, i.e. 8089.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 07:16:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/data-not-going-to-splunk/m-p/21128#M210</guid>
      <dc:creator>Neeraj_Luthra</dc:creator>
      <dc:date>2013-02-06T07:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: data not going to splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/data-not-going-to-splunk/m-p/21129#M211</link>
      <description>&lt;P&gt;Thank you for your quick reply. I tried what you suggested, however, I have the error "HTTP 400 Bad Request--In handler 'raw' : Parameter name:TCP Port 8089 not available"&lt;/P&gt;

&lt;P&gt;Another question: are we able to list more than one port in the system?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 07:25:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/data-not-going-to-splunk/m-p/21129#M211</guid>
      <dc:creator>tiongjss1</dc:creator>
      <dc:date>2013-02-06T07:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: data not going to splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/data-not-going-to-splunk/m-p/21130#M212</link>
      <description>&lt;P&gt;Yes, you should be able to. Make sure that Splunk is indeed running on that port and you can hit &lt;A href="https://localhost:8089"&gt;https://localhost:8089&lt;/A&gt; from the browser or command line (using curl)? Also, can you post the entire error you are getting?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 07:36:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/data-not-going-to-splunk/m-p/21130#M212</guid>
      <dc:creator>Neeraj_Luthra</dc:creator>
      <dc:date>2013-02-06T07:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: data not going to splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/data-not-going-to-splunk/m-p/21131#M213</link>
      <description>&lt;P&gt;If you can undo all your changes to the input.py and make sure your .splunkrc looks something like this:&lt;BR /&gt;
&lt;PRE&gt;&lt;CODE&gt;scheme=https&lt;BR /&gt;
host=localhost&lt;BR /&gt;
port=8089&lt;BR /&gt;
username=admin&lt;BR /&gt;
password=changeme&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;
Then from the root of the Python SDK, run this command with no extra arguments&lt;BR /&gt;
&lt;PRE&gt;&lt;CODE&gt;python examples/twitted/input.py&lt;/CODE&gt;&lt;/PRE&gt; If this doesn't work, provide the output from this command.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 18:15:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/data-not-going-to-splunk/m-p/21131#M213</guid>
      <dc:creator>Neeraj_Luthra</dc:creator>
      <dc:date>2013-02-06T18:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: data not going to splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/data-not-going-to-splunk/m-p/21132#M214</link>
      <description>&lt;P&gt;Thank you for replying. The problem has now been oddly changed to "HTTP 400 Bad Request--In handler 'raw' : Parameter name:TCP Port 9001 not available". Is it the same thing or is it different?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2013 02:21:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/data-not-going-to-splunk/m-p/21132#M214</guid>
      <dc:creator>tiongjss1</dc:creator>
      <dc:date>2013-02-07T02:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: data not going to splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/data-not-going-to-splunk/m-p/21133#M215</link>
      <description>&lt;P&gt;Do you have anything running on your machine on port 9001? Email &lt;A href="mailto:nluthra@splunk.com"&gt;me&lt;/A&gt; so I can work with you offline and we can then post the resolution here.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2013 02:58:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/data-not-going-to-splunk/m-p/21133#M215</guid>
      <dc:creator>Neeraj_Luthra</dc:creator>
      <dc:date>2013-02-07T02:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: data not going to splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/data-not-going-to-splunk/m-p/21134#M216</link>
      <description>&lt;P&gt;This is resolved. A clean refresh of the SDK examples and .splunkrc solved the problem.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 20:42:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/data-not-going-to-splunk/m-p/21134#M216</guid>
      <dc:creator>Neeraj_Luthra</dc:creator>
      <dc:date>2013-02-08T20:42:45Z</dc:date>
    </item>
  </channel>
</rss>

