<?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: Lightweight Forwarder problem in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Lightweight-Forwarder-problem/m-p/40440#M1121</link>
    <description>&lt;P&gt;Start by removing your &lt;CODE&gt;[tcp://:9997]&lt;/CODE&gt; stanza, you shouldn't have both a &lt;CODE&gt;splunktcp&lt;/CODE&gt; and &lt;CODE&gt;tcp&lt;/CODE&gt; listener on the same port like this.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Feb 2011 03:37:16 GMT</pubDate>
    <dc:creator>Lowell</dc:creator>
    <dc:date>2011-02-08T03:37:16Z</dc:date>
    <item>
      <title>Lightweight Forwarder problem</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Lightweight-Forwarder-problem/m-p/40439#M1120</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I have setup Indexer and trying to configure Lightweight forwarder.
My input.conf on indexer looks like this: -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = abc

[tcp://:9997]
connection_host = dns

[splunktcp://:9997]
enableS2SHeartbeat = true
s2sHeartbeatTimeout = 60
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and output.conf on lighweight forwarder looks like this: -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
disabled = false
indexAndForward = 0
defaultGroup=my_indexers

[tcpout:my_indexers]
server=abc:9997

[tcpout-server://abc:9997]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I run a wireshark I can see data packets going between the two hosts, but when I look into *NIX or search app, I do not see my lightweight forwader server in it. Any clue what I am missing.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2011 02:53:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Lightweight-Forwarder-problem/m-p/40439#M1120</guid>
      <dc:creator>nitinthakur</dc:creator>
      <dc:date>2011-02-08T02:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Lightweight Forwarder problem</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Lightweight-Forwarder-problem/m-p/40440#M1121</link>
      <description>&lt;P&gt;Start by removing your &lt;CODE&gt;[tcp://:9997]&lt;/CODE&gt; stanza, you shouldn't have both a &lt;CODE&gt;splunktcp&lt;/CODE&gt; and &lt;CODE&gt;tcp&lt;/CODE&gt; listener on the same port like this.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2011 03:37:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Lightweight-Forwarder-problem/m-p/40440#M1121</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2011-02-08T03:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Lightweight Forwarder problem</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Lightweight-Forwarder-problem/m-p/40441#M1122</link>
      <description>&lt;P&gt;even after that it dosent work.any other clues? I can see in in logs &lt;BR /&gt;
02-07-2011 15:15:51.054 INFO  TcpInputProc - Connection in cooked mode from xxx.xxx.xxx.xxx&lt;BR /&gt;
02-07-2011 15:15:51.054 INFO  TcpInputProc - Connection in cooked mode from xxx.xxx.xxx.xxx&lt;BR /&gt;
02-07-2011 15:15:51.131 INFO  TcpInputProc - Valid signature found&lt;BR /&gt;
02-07-2011 15:15:51.131 INFO  TcpInputProc - Connection accepted from xxx.xxx.xxx.xxx&lt;BR /&gt;
02-07-2011 15:15:51.165 INFO  TcpInputProc - Valid signature found&lt;BR /&gt;
02-07-2011 15:15:51.165 INFO  TcpInputProc - Connection accepted from xxx.xxx.xxx.xxx&lt;/P&gt;

&lt;P&gt;but i still dont see that host in UI.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2011 06:58:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Lightweight-Forwarder-problem/m-p/40441#M1122</guid>
      <dc:creator>nitinthakur</dc:creator>
      <dc:date>2011-02-08T06:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Lightweight Forwarder problem</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Lightweight-Forwarder-problem/m-p/40442#M1123</link>
      <description>&lt;P&gt;Is your forwarder configured to read any data/inputs?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2011 11:12:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Lightweight-Forwarder-problem/m-p/40442#M1123</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-02-08T11:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Lightweight Forwarder problem</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Lightweight-Forwarder-problem/m-p/40443#M1124</link>
      <description>&lt;P&gt;there is nothing in inputs.conf on forwarder. There is unix app installed on it. As per my understanding everything should be going from forwarder to os index on receiver. But for some reasons on indexer I do not see any mention of the forwarder server in any of the indexes.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2011 01:26:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Lightweight-Forwarder-problem/m-p/40443#M1124</guid>
      <dc:creator>nitinthakur</dc:creator>
      <dc:date>2011-02-09T01:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Lightweight Forwarder problem</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Lightweight-Forwarder-problem/m-p/40444#M1125</link>
      <description>&lt;P&gt;In search app i did index=_internal and the search result showed me the forwarded host there. So Forwarding is working. So your question makes sense am I monitoring anything? No, in that case. I am not interested in monitoring any files at this point. I want to see my host appear under *NIX application on the indexer. Is there any specific configuration needed to be done to achieve that?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2011 02:13:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Lightweight-Forwarder-problem/m-p/40444#M1125</guid>
      <dc:creator>nitinthakur</dc:creator>
      <dc:date>2011-02-09T02:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Lightweight Forwarder problem</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Lightweight-Forwarder-problem/m-p/40445#M1126</link>
      <description>&lt;P&gt;Sounds to me like the Unix inputs aren't enabled on the forwarder, so no data is being read or collected, so nothing will show up for that machine in the app?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2011 02:58:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Lightweight-Forwarder-problem/m-p/40445#M1126</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-02-09T02:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Lightweight Forwarder problem</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Lightweight-Forwarder-problem/m-p/40446#M1127</link>
      <description>&lt;P&gt;Okay then million dollar question, how do I enable *nix app. I set disabled = false for everything in /opt/splunk/etc/apps/unix/default/inputs.conf and restarted splud but to no avail....&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2011 03:02:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Lightweight-Forwarder-problem/m-p/40446#M1127</guid>
      <dc:creator>nitinthakur</dc:creator>
      <dc:date>2011-02-09T03:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Lightweight Forwarder problem</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Lightweight-Forwarder-problem/m-p/40447#M1128</link>
      <description>&lt;P&gt;Well, you generally shouldn't modify items in default/* because they get overwritten on upgrade. You should instead override the setting in local/*. But the Unix app is disabled overall by default, so you would need to enable it by creating a local/app.conf with the "state = enabled" setting. (See default/app.conf)&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2011 04:04:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Lightweight-Forwarder-problem/m-p/40447#M1128</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-02-09T04:04:14Z</dc:date>
    </item>
  </channel>
</rss>

