<?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: Forwarders not forwarding in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarders-not-forwarding/m-p/159285#M5950</link>
    <description>&lt;P&gt;I added the outputs.conf as mentioned above. Changed the server to have the index host listening on 9997&lt;BR /&gt;
Here is my outputs.conf:&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
autoLB = true&lt;BR /&gt;
defaultGroup = default-autolb-group&lt;/P&gt;

&lt;P&gt;[tcpout:default-autolb-group]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
server = host1:9997&lt;/P&gt;

&lt;P&gt;[tcpout-server://host1:9997]&lt;/P&gt;

&lt;P&gt;Here is the output&lt;BR /&gt;
tail -100f /opt/splunkforwarder/var/log/splunk/splunkd.log | grep TcpOutputProc&lt;/P&gt;

&lt;P&gt;02-25-2015 08:16:11.051 +0000 INFO  TcpOutputProc - Initializing with fwdtype=lwf&lt;BR /&gt;
02-25-2015 08:16:11.057 +0000 INFO  TcpOutputProc - found Whitelist forwardedindex.0.whitelist , RE : forwardedindex.0.whitelist&lt;BR /&gt;
02-25-2015 08:16:11.057 +0000 INFO  TcpOutputProc - found Blacklist forwardedindex.1.blacklist , RE : forwardedindex.1.blacklist&lt;BR /&gt;
02-25-2015 08:16:11.057 +0000 INFO  TcpOutputProc - found Whitelist forwardedindex.2.whitelist , RE : forwardedindex.2.whitelist&lt;BR /&gt;
02-25-2015 08:16:11.057 +0000 INFO  TcpOutputProc - Initializing connection for non-ssl forwarding to host1:9997&lt;BR /&gt;
02-25-2015 08:16:11.057 +0000 INFO  TcpOutputProc - tcpout group default-autolb-group using Auto load balanced forwarding&lt;BR /&gt;
02-25-2015 08:16:11.057 +0000 INFO  TcpOutputProc - Group default-autolb-group initialized with maxQueueSize=512000 in bytes.&lt;BR /&gt;
02-25-2015 08:16:11.152 +0000 INFO  TcpOutputProc - Connected to idx=10.90.108.107:9997&lt;/P&gt;

&lt;P&gt;How to verify this step:&lt;BR /&gt;
check if you have enabled receiving on indexer with port 9997&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Wed, 25 Feb 2015 08:26:13 GMT</pubDate>
    <dc:creator>vdevarayan</dc:creator>
    <dc:date>2015-02-25T08:26:13Z</dc:date>
    <item>
      <title>Forwarders not forwarding</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarders-not-forwarding/m-p/159283#M5948</link>
      <description>&lt;P&gt;I have a splunk index running at host1:9997&lt;BR /&gt;
(used this command to enable it /opt/splunk/bin/splunk enable listen 9997)&lt;/P&gt;

&lt;P&gt;I installed forwarder using splunkforwarder-6.2.2-255606-linux-2.6-x86_64.rpm&lt;/P&gt;

&lt;P&gt;I added inputs.conf and its content is like this:&lt;/P&gt;

&lt;P&gt;[root@/opt/splunkforwarder/etc/system/local]# cat inputs.conf&lt;BR /&gt;
[default]&lt;BR /&gt;
host = host2&lt;/P&gt;

&lt;P&gt;[monitor:///tmp/test-splunk.csv]&lt;BR /&gt;
sourcetype = test_result&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index = test_result&lt;/P&gt;

&lt;P&gt;[root@/opt/splunkforwarder/etc/system/local]# /opt/splunkforwarder/bin/splunk list forward-server&lt;BR /&gt;
Active forwards:&lt;BR /&gt;
    None&lt;BR /&gt;
Configured but inactive forwards:&lt;BR /&gt;
    host1:9997&lt;/P&gt;

&lt;P&gt;[root@/opt/splunkforwarder/etc/system/local]# ls -l /tmp/test-splunk.csv&lt;BR /&gt;
-rw-r--r-- 1 root root 3704 Feb 25 07:22 /tmp/holodeck-splunk.csv&lt;/P&gt;

&lt;P&gt;I restarted the forwarder but still active forwards says none.&lt;/P&gt;

&lt;P&gt;Though the files are owned by root, perms seems correct.&lt;/P&gt;

&lt;P&gt;Am I missing any steps?&lt;/P&gt;

&lt;P&gt;I followed the steps from:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/50082/how-do-i-configure-a-splunk-forwarder-on-linux.html" target="_blank"&gt;http://answers.splunk.com/answers/50082/how-do-i-configure-a-splunk-forwarder-on-linux.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:02:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarders-not-forwarding/m-p/159283#M5948</guid>
      <dc:creator>vdevarayan</dc:creator>
      <dc:date>2020-09-28T19:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarders not forwarding</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarders-not-forwarding/m-p/159284#M5949</link>
      <description>&lt;P&gt;Outputs.conf seems to be missing. &lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
autoLB = true&lt;BR /&gt;
defaultGroup = default-autolb-group&lt;BR /&gt;
[tcpout:default-autolb-group]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
server = 192.168.10.3:9997,192.168.10.4:9997,192.168.10.8:9997&lt;/P&gt;

&lt;P&gt;Also check if you have enabled receiving on indexer with port 9997.&lt;/P&gt;

&lt;P&gt;If problem still persist, then check below &amp;amp; share result-&lt;BR /&gt;&lt;BR /&gt;
tail -100f splunkd.log | grep TcpOutputProc&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2015 07:55:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarders-not-forwarding/m-p/159284#M5949</guid>
      <dc:creator>satishsdange</dc:creator>
      <dc:date>2015-02-25T07:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarders not forwarding</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarders-not-forwarding/m-p/159285#M5950</link>
      <description>&lt;P&gt;I added the outputs.conf as mentioned above. Changed the server to have the index host listening on 9997&lt;BR /&gt;
Here is my outputs.conf:&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
autoLB = true&lt;BR /&gt;
defaultGroup = default-autolb-group&lt;/P&gt;

&lt;P&gt;[tcpout:default-autolb-group]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
server = host1:9997&lt;/P&gt;

&lt;P&gt;[tcpout-server://host1:9997]&lt;/P&gt;

&lt;P&gt;Here is the output&lt;BR /&gt;
tail -100f /opt/splunkforwarder/var/log/splunk/splunkd.log | grep TcpOutputProc&lt;/P&gt;

&lt;P&gt;02-25-2015 08:16:11.051 +0000 INFO  TcpOutputProc - Initializing with fwdtype=lwf&lt;BR /&gt;
02-25-2015 08:16:11.057 +0000 INFO  TcpOutputProc - found Whitelist forwardedindex.0.whitelist , RE : forwardedindex.0.whitelist&lt;BR /&gt;
02-25-2015 08:16:11.057 +0000 INFO  TcpOutputProc - found Blacklist forwardedindex.1.blacklist , RE : forwardedindex.1.blacklist&lt;BR /&gt;
02-25-2015 08:16:11.057 +0000 INFO  TcpOutputProc - found Whitelist forwardedindex.2.whitelist , RE : forwardedindex.2.whitelist&lt;BR /&gt;
02-25-2015 08:16:11.057 +0000 INFO  TcpOutputProc - Initializing connection for non-ssl forwarding to host1:9997&lt;BR /&gt;
02-25-2015 08:16:11.057 +0000 INFO  TcpOutputProc - tcpout group default-autolb-group using Auto load balanced forwarding&lt;BR /&gt;
02-25-2015 08:16:11.057 +0000 INFO  TcpOutputProc - Group default-autolb-group initialized with maxQueueSize=512000 in bytes.&lt;BR /&gt;
02-25-2015 08:16:11.152 +0000 INFO  TcpOutputProc - Connected to idx=10.90.108.107:9997&lt;/P&gt;

&lt;P&gt;How to verify this step:&lt;BR /&gt;
check if you have enabled receiving on indexer with port 9997&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2015 08:26:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarders-not-forwarding/m-p/159285#M5950</guid>
      <dc:creator>vdevarayan</dc:creator>
      <dc:date>2015-02-25T08:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarders not forwarding</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarders-not-forwarding/m-p/159286#M5951</link>
      <description>&lt;P&gt;I see your UF is connected to Indexer. Are you still facing problem?&lt;/P&gt;

&lt;P&gt;Here is command to enable receiving on indexer &lt;BR /&gt;
./splunk enable listen 9997&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2015 08:43:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarders-not-forwarding/m-p/159286#M5951</guid>
      <dc:creator>satishsdange</dc:creator>
      <dc:date>2015-02-25T08:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarders not forwarding</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarders-not-forwarding/m-p/159287#M5952</link>
      <description>&lt;P&gt;Problem got solved when I added the index on the indexer.&lt;BR /&gt;
I followed the instructions given at&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/50082/how-do-i-configure-a-splunk-forwarder-on-linux.html"&gt;http://answers.splunk.com/answers/50082/how-do-i-configure-a-splunk-forwarder-on-linux.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;It did not mention about adding the index name to the indexer. I missed this step.&lt;BR /&gt;
Now, its all good.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2015 23:05:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarders-not-forwarding/m-p/159287#M5952</guid>
      <dc:creator>vdevarayan</dc:creator>
      <dc:date>2015-02-25T23:05:26Z</dc:date>
    </item>
  </channel>
</rss>

