<?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: Unable to see the forwarded data in the splunk receiver when forwarding the data using the windows universal forwarder in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-see-the-forwarded-data-in-the-splunk-receiver-when/m-p/187748#M7006</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;yes that means that the connection between the forwarder and reciever is established! You can also test if data is send to the reciever if you check your tcp connections with netstat comand after running your java program. Do you still not see any input when you search for anything in the web frontend? &lt;BR /&gt;
Besides you can set the sourcetype in the forwarder input.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2014 13:42:32 GMT</pubDate>
    <dc:creator>C_Sparn</dc:creator>
    <dc:date>2014-06-04T13:42:32Z</dc:date>
    <item>
      <title>Unable to see the forwarded data in the splunk receiver when forwarding the data using the windows universal forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-see-the-forwarded-data-in-the-splunk-receiver-when/m-p/187742#M7000</link>
      <description>&lt;P&gt;I am trying to use windows universal forwarder to forward data which is coming in my localhost 9998 port . A java program is writing data to my localhost 9998 port, this data i want my universal forwarder to listen to and forward it to a splunk receiver's 9997 port.&lt;/P&gt;

&lt;P&gt;For this config files on universal forwarder side:-&lt;/P&gt;

&lt;P&gt;inputs.conf content-&lt;BR /&gt;
[tcp://:9998]&lt;BR /&gt;
connection_host=ip &lt;/P&gt;

&lt;P&gt;outputs.conf content-&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
disabled= false&lt;BR /&gt;
defaultGroup = default-autolb-group&lt;BR /&gt;
useACK=true&lt;/P&gt;

&lt;P&gt;[tcpout:default-autolb-group]&lt;BR /&gt;
disabled= false&lt;BR /&gt;
server = 10.74.163.105:9997&lt;/P&gt;

&lt;P&gt;[tcpout-server://10.74.163.105:9997]&lt;BR /&gt;
disabled= false&lt;/P&gt;

&lt;P&gt;And the content of inputs.conf file in the splunk receiver is:-&lt;/P&gt;

&lt;P&gt;inputs.conf content-&lt;/P&gt;

&lt;P&gt;[default]&lt;BR /&gt;
host = IN-AIR-BIMAP110&lt;/P&gt;

&lt;P&gt;[script://$SPLUNK_HOME\bin\scripts\splunk-wmi.path]&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[splunktcp://9997]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index= test_tcp2&lt;BR /&gt;
queue= indexQueue&lt;BR /&gt;
sourcetype=csv&lt;/P&gt;

&lt;P&gt;Setting all these configs when i search the data no data is shown by the splunk receiver.&lt;BR /&gt;
Need help whether the config file settings are fine.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 07:53:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-see-the-forwarded-data-in-the-splunk-receiver-when/m-p/187742#M7000</guid>
      <dc:creator>rahsaha</dc:creator>
      <dc:date>2014-06-04T07:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see the forwarded data in the splunk receiver when forwarding the data using the windows universal forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-see-the-forwarded-data-in-the-splunk-receiver-when/m-p/187743#M7001</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;try to set your inputs.conf of the forwarder with [tcp://localhost:9998] and disabled= false under connection_host.&lt;BR /&gt;
Then test the connection between the forwarder and the reciever with this line in cmd of windows:&lt;/P&gt;

&lt;P&gt;path-to-splunk-folder\bin\splunk list forward-server&lt;/P&gt;

&lt;P&gt;If the connection is established this line shows the connected recievers. &lt;BR /&gt;
Greetings&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 10:40:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-see-the-forwarded-data-in-the-splunk-receiver-when/m-p/187743#M7001</guid>
      <dc:creator>C_Sparn</dc:creator>
      <dc:date>2014-06-04T10:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see the forwarded data in the splunk receiver when forwarding the data using the windows universal forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-see-the-forwarded-data-in-the-splunk-receiver-when/m-p/187744#M7002</link>
      <description>&lt;P&gt;How did you search for the data? Looking at your configs, the data is most likely ended up in index=main.&lt;/P&gt;

&lt;P&gt;The index=test_tcp2 under splunktcp stanza won't override the index specified in your forwarder.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 12:29:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-see-the-forwarded-data-in-the-splunk-receiver-when/m-p/187744#M7002</guid>
      <dc:creator>kheli</dc:creator>
      <dc:date>2014-06-04T12:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see the forwarded data in the splunk receiver when forwarding the data using the windows universal forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-see-the-forwarded-data-in-the-splunk-receiver-when/m-p/187745#M7003</link>
      <description>&lt;P&gt;Hi C_Sparn,&lt;BR /&gt;
I am getting this output:-Active Forwards: 10.74.163.105:9997 Configured but Inactive forwards:None.Does this indicate that the forwarder is forwarding?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 13:14:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-see-the-forwarded-data-in-the-splunk-receiver-when/m-p/187745#M7003</guid>
      <dc:creator>rahsaha</dc:creator>
      <dc:date>2014-06-04T13:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see the forwarded data in the splunk receiver when forwarding the data using the windows universal forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-see-the-forwarded-data-in-the-splunk-receiver-when/m-p/187746#M7004</link>
      <description>&lt;P&gt;hi kheli.I searched in the main index nothing there.The root cause which is my guess is that is when i point my universal forwarder to listen to 9998 port on my localhost the java program which tries to write data to my localhost 9998 port is unable to write data throwing this exception(Exception while opening the Port Address already in use: JVM_Bind). That means the java program should be able to write on 9998 at the same time the splunk universal forwarder should be able to listen to that data.Do u have any idea on this?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 13:30:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-see-the-forwarded-data-in-the-splunk-receiver-when/m-p/187746#M7004</guid>
      <dc:creator>rahsaha</dc:creator>
      <dc:date>2014-06-04T13:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see the forwarded data in the splunk receiver when forwarding the data using the windows universal forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-see-the-forwarded-data-in-the-splunk-receiver-when/m-p/187747#M7005</link>
      <description>&lt;P&gt;hi C_Sparn.I searched in the main index nothing there.The root cause which is my guess is that is when i point my universal forwarder to listen to 9998 port on my localhost the java program which tries to write data to my localhost 9998 port is unable to write data throwing this exception(Exception while opening the Port Address already in use: JVM_Bind). That means the java program should be able to write on 9998 at the same time the splunk universal forwarder should be able to listen to that data.Do u have any idea on this?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:47:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-see-the-forwarded-data-in-the-splunk-receiver-when/m-p/187747#M7005</guid>
      <dc:creator>rahsaha</dc:creator>
      <dc:date>2020-09-28T16:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see the forwarded data in the splunk receiver when forwarding the data using the windows universal forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-see-the-forwarded-data-in-the-splunk-receiver-when/m-p/187748#M7006</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;yes that means that the connection between the forwarder and reciever is established! You can also test if data is send to the reciever if you check your tcp connections with netstat comand after running your java program. Do you still not see any input when you search for anything in the web frontend? &lt;BR /&gt;
Besides you can set the sourcetype in the forwarder input.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 13:42:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-see-the-forwarded-data-in-the-splunk-receiver-when/m-p/187748#M7006</guid>
      <dc:creator>C_Sparn</dc:creator>
      <dc:date>2014-06-04T13:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see the forwarded data in the splunk receiver when forwarding the data using the windows universal forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-see-the-forwarded-data-in-the-splunk-receiver-when/m-p/187749#M7007</link>
      <description>&lt;P&gt;Hi C_Sparn.i ran the command netstat.Output it is giving is as follows:- TCP 10.76.17.213:65500(local adress 10.74.163.105:9997(foreign address) ESTABLISHED. Does this mean the forwarder is sending data to my receiver?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 14:01:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-see-the-forwarded-data-in-the-splunk-receiver-when/m-p/187749#M7007</guid>
      <dc:creator>rahsaha</dc:creator>
      <dc:date>2014-06-04T14:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to see the forwarded data in the splunk receiver when forwarding the data using the windows universal forwarder</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-see-the-forwarded-data-in-the-splunk-receiver-when/m-p/187750#M7008</link>
      <description>&lt;P&gt;Hello C_Sparn.  May be my forwarding is establishing connection wt the receiver but the thing is to be able to see any result the forwarder should be forwarding some data. I guess in my case the forwarding is forwarding no events. As i said earlier the java program is not able to write anything on 9998 port .So the forwarder has nothing to forward.If u can help me with how to make the java program write at the same port when my forwarder is listening. Waiting for ur reply. Nice to chat wt you.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 14:09:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Unable-to-see-the-forwarded-data-in-the-splunk-receiver-when/m-p/187750#M7008</guid>
      <dc:creator>rahsaha</dc:creator>
      <dc:date>2014-06-04T14:09:44Z</dc:date>
    </item>
  </channel>
</rss>

