<?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: main splunker doesn't collect forwarders in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/main-splunker-doesn-t-collect-forwarders/m-p/44803#M8399</link>
    <description>&lt;P&gt;Check if the connection is established. On the "sending" system type: &lt;CODE&gt;splunk list forward-server&lt;/CODE&gt; What does it say? As long as you don't see a connection here, it won't work. Further you may check also the $SPLUNK_HOME/var/log/splunkd.log&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jan 2012 14:50:32 GMT</pubDate>
    <dc:creator>LCM</dc:creator>
    <dc:date>2012-01-05T14:50:32Z</dc:date>
    <item>
      <title>main splunker doesn't collect forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/main-splunker-doesn-t-collect-forwarders/m-p/44801#M8397</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;

&lt;P&gt;I have two linux boxes - one is full splunk with web interface.&lt;/P&gt;

&lt;P&gt;Second one is a test one, which is supposed to sent all performance, logs etc to main splunk server.&lt;/P&gt;

&lt;P&gt;I tried Universal forwarder and SplunkLightForwarder.&lt;/P&gt;

&lt;P&gt;I can't see any data in my main splunk server - checked for tcp listening on 6996 port.&lt;/P&gt;

&lt;P&gt;Here is configuration from Universal and light forwarder:&lt;/P&gt;

&lt;P&gt;for uniwersal: &lt;CODE&gt;/opt/splunkforwarder/etc/system/local/outputs.conf&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;for Light : &lt;CODE&gt;/opt/splunk/etc/apps/SplunkLightForwarder/local/outputs.conf&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup=my_indexers
heartbeatFrequency=15
indexAndForward=true

[tcpout:my_indexers]
server=10.251.1.132:6996

[syslog]
defaultGroup = my_indexers

[syslog:my_indexers]
server=10.251.1.132:6996

priority=37
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is this configuration enough for example to pass root access logs ?&lt;BR /&gt;
Do I have to run splunk client as root ?&lt;/P&gt;

&lt;P&gt;If configuration is fine, how I can force main splunk to get and show messages and alerts ??&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2012 12:02:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/main-splunker-doesn-t-collect-forwarders/m-p/44801#M8397</guid>
      <dc:creator>levisik</dc:creator>
      <dc:date>2012-01-05T12:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: main splunker doesn't collect forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/main-splunker-doesn-t-collect-forwarders/m-p/44802#M8398</link>
      <description>&lt;P&gt;I don't see any mention of your configured inputs? Out of the box Splunk doesn't monitor anything at all, so you will have to tell it which logs or other inputs it should monitor.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2012 13:28:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/main-splunker-doesn-t-collect-forwarders/m-p/44802#M8398</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-01-05T13:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: main splunker doesn't collect forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/main-splunker-doesn-t-collect-forwarders/m-p/44803#M8399</link>
      <description>&lt;P&gt;Check if the connection is established. On the "sending" system type: &lt;CODE&gt;splunk list forward-server&lt;/CODE&gt; What does it say? As long as you don't see a connection here, it won't work. Further you may check also the $SPLUNK_HOME/var/log/splunkd.log&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2012 14:50:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/main-splunker-doesn-t-collect-forwarders/m-p/44803#M8399</guid>
      <dc:creator>LCM</dc:creator>
      <dc:date>2012-01-05T14:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: main splunker doesn't collect forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/main-splunker-doesn-t-collect-forwarders/m-p/44804#M8400</link>
      <description>&lt;P&gt;This is some strange stuff...&lt;/P&gt;

&lt;P&gt;Configuration looks like that&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = 10.251.1.132_8668
disabled = false

[tcpout:10.251.1.132_8668]
server = 10.251.1.132:8668

[tcpout-server://10.251.1.132:8668]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;output from list servers looks like that:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunkuser@CentOS01 bin]$ ./splunk list forward-server
Active forwards:
        None
Configured but inactive forwards:
        10.251.1.132:8668
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in log I can find following problem:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;01-16-2012 09:51:57.332 +0100 WARN  DeploymentClient - Unable to send handshake message to deployment server. Error status is: not_connected
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have checked netstat command in revciever host:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[root@CentOS02 ~]# netstat -a |grep 8668
tcp        0      0 *:8668                      *:*                         LISTEN
tcp        0      0 10.251.1.132:8668           10.251.1.131:35020          ESTABLISHED
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;telnet from forwarder to reciever:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunkuser@CentOS01 bin]$ telnet 10.251.1.132 8668
Trying 10.251.1.132...
Connected to 10.251.1.132.
Escape character is '^]'.
^]
telnet&amp;gt; quit
Connection closed.
[splunkuser@CentOS01 bin]$
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I don't know what is the problem here... :((&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2012 10:01:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/main-splunker-doesn-t-collect-forwarders/m-p/44804#M8400</guid>
      <dc:creator>levisik</dc:creator>
      <dc:date>2012-01-16T10:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: main splunker doesn't collect forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/main-splunker-doesn-t-collect-forwarders/m-p/44805#M8401</link>
      <description>&lt;P&gt;tail the splunkd.log on the "receiving" server while starting Splunk on the "sending" system as well . . . What does it tell you there?&lt;BR /&gt;
There is no established connection yet! Did you tell Splunk to listen on port 8668 on the receiving server?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2012 12:25:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/main-splunker-doesn-t-collect-forwarders/m-p/44805#M8401</guid>
      <dc:creator>LCM</dc:creator>
      <dc:date>2012-01-16T12:25:57Z</dc:date>
    </item>
  </channel>
</rss>

