<?xml version="1.0" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
	<channel>
		<title>Splunk Base : SplunkAdministration : #3866</title>
		<link>http://www.splunk.com/support/forum:SplunkAdministration/3866</link>
		<description></description>
		<pubDate>Mon, 13 Feb 2012 17:33:51 PST</pubDate>
		<lastBuildDate>Mon, 13 Feb 2012 17:33:51 PST</lastBuildDate>
		<language>en-us</language>
		<copyright>http://creativecommons.org/licenses/by-nc-nd/2.5/</copyright>
		<item>
			<title>Splunklightforwarder to index</title>
			<link>http://www.splunk.com/support/forum:SplunkAdministration/3866/12851</link>
			<description>&lt;p&gt;Hi&lt;/p&gt;

&lt;p&gt;I have forwarding and receiving working fine now until I try to encrypt the forwarding connection with SSL&lt;/p&gt;

&lt;p&gt;Following this link &lt;a href=&quot;http://www.splunk.com/base/Documentation/4.0.8/Admin/UseSSLencryptionbetweenforwardersandreceivers?r=searchtip&quot;&gt;http://www.splunk.com/base/Documentation/4.0.8/Admin/UseSSLencryptionbetweenforwardersandreceivers?r=searchtip&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have the following setup&lt;/p&gt;

&lt;p&gt;On the &lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/SplunkLightForwarder&quot;&gt;SplunkLightForwarder&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Working without SSL on the Forwarder /opt/splunk/etc/apps/&lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/SplunkLightForwarder&quot;&gt;SplunkLightForwarder&lt;/a&gt;/local/inputs.conf&lt;/p&gt;

&lt;p&gt;[default]&lt;br /&gt;
index = devidx&lt;br /&gt;
host = rhdev&lt;br /&gt;
_rcvbuf = 1572864&lt;/p&gt;

&lt;p&gt;[monitor:&lt;em&gt;var/log/*.log]&lt;br /&gt;
disabled = false&lt;br /&gt;
blacklist = gz&lt;br /&gt;
_TCP_ROUTING = *&lt;/p&gt;

&lt;p&gt;Working without SSL on the Forwarder /opt/splunk/etc/apps/&lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/SplunkLightForwarder&quot;&gt;SplunkLightForwarder&lt;/a&gt;/local/outputs.conf&lt;/p&gt;

&lt;p&gt;[tcpout]&lt;br /&gt;
defaultGroup = devserver_29997&lt;br /&gt;
disabled = false&lt;br /&gt;
maxQueueSize = 1000&lt;/p&gt;

&lt;p&gt;[tcpout:devserver_29997]&lt;br /&gt;
server = devserver:29997&lt;/p&gt;

&lt;p&gt;Working without SSL on the Receiver /opt/splunk/etc/apps/search_new_app/local/inputs.conf&lt;/p&gt;

&lt;p&gt;[splunktcp:&lt;/em&gt;29997]&lt;br /&gt;
disabled = false&lt;br /&gt;
_blacklist = gz&lt;br /&gt;
index = devidx&lt;/p&gt;

&lt;p&gt;Then I set up encryption according to the link above and data stops getting to the devidx index.&lt;/p&gt;

&lt;p&gt;not working With SSL on the Forwarder /opt/splunk/etc/apps/&lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/SplunkLightForwarder&quot;&gt;SplunkLightForwarder&lt;/a&gt;/local/outputs.conf&lt;/p&gt;

&lt;p&gt;[tcpout]&lt;br /&gt;
defaultGroup = devserver_29997&lt;br /&gt;
disabled = false&lt;br /&gt;
maxQueueSize = 1000&lt;/p&gt;

&lt;p&gt;[tcpout:devserver_29997]&lt;br /&gt;
server = devserver:29997&lt;/p&gt;

&lt;p&gt;[tcpout-server:&lt;em&gt;devserver:29997]&lt;br /&gt;
sslCertPath=/opt/splunk/etc/auth/server.pem&lt;br /&gt;
sslRootCAPath=/opt/splunk/etc/auth/cacert.pem&lt;br /&gt;
sslPassword=password&lt;br /&gt;
sslVerifyServerCert=false&lt;/p&gt;

&lt;p&gt;not working with SSL on the Receiver /opt/splunk/etc/apps/search_new_app/local/inputs.conf&lt;/p&gt;

&lt;p&gt;[splunktcp-ssl:&lt;/em&gt;29997]&lt;br /&gt;
index = devidx&lt;br /&gt;
disabled = false&lt;br /&gt;
_blacklist = gz&lt;/p&gt;

&lt;p&gt;not working with SSL on the Receiver /opt/splunk/etc/system/local/inputs.conf&lt;/p&gt;

&lt;p&gt;[default]&lt;br /&gt;
host = devserver&lt;br /&gt;
[SSL]&lt;br /&gt;
serverCert=/opt/splunk/etc/auth/server.pem&lt;br /&gt;
password=password&lt;br /&gt;
rootCA=/opt/splunk/etc/auth/cacert.pem&lt;br /&gt;
requireClientCert=false&lt;/p&gt;

&lt;p&gt;[splunktcp-ssl://29997]&lt;br /&gt;
index = devidx&lt;/p&gt;

&lt;p&gt;here is the splunkd.log from the &lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/SplunkLightforwarder&quot;&gt;SplunkLightforwarder&lt;/a&gt; on start up&lt;/p&gt;

&lt;p&gt;1-28-2010 11:52:44.722 INFO  &lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/TcpOutputProc&quot;&gt;TcpOutputProc&lt;/a&gt; - Retrieving configuration from properties&lt;br /&gt;
01-28-2010 11:52:44.725 INFO  &lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/TcpOutputProc&quot;&gt;TcpOutputProc&lt;/a&gt; - Will retry at max backoff sleep forever&lt;br /&gt;
01-28-2010 11:52:44.725 INFO  &lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/TcpOutputProc&quot;&gt;TcpOutputProc&lt;/a&gt; - Using SSL for server devserver:29997, sslCertPath=/opt/splunk/etc/auth/server.pem&lt;br /&gt;
01-28-2010 11:52:44.725 INFO  &lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/TcpOutputProc&quot;&gt;TcpOutputProc&lt;/a&gt; - ALL Connections will use SSL with sslCipher=&lt;br /&gt;
01-28-2010 11:52:44.726 INFO  &lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/TcpOutputProc&quot;&gt;TcpOutputProc&lt;/a&gt; - initializing single connection with retry strategy for devserver:29997&lt;br /&gt;
01-28-2010 11:52:44.732 INFO  loader - Instantiated plugin: controlqueueoutputprocessor&lt;br /&gt;
01-28-2010 11:52:44.733 INFO  loader - Instantiated plugin: deploymentprocessor&lt;br /&gt;
01-28-2010 11:52:44.734 INFO  &lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/TcpOutputProc&quot;&gt;TcpOutputProc&lt;/a&gt; - attempting to connect to devserver:29997...&lt;br /&gt;
01-28-2010 11:52:44.739 WARN  &lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/DeploymentClient&quot;&gt;DeploymentClient&lt;/a&gt; - &lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/DeploymentClient&quot;&gt;DeploymentClient&lt;/a&gt; is disabled.&lt;br /&gt;
01-28-2010 11:52:44.745 WARN  &lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/ServerClassMgr&quot;&gt;ServerClassMgr&lt;/a&gt; - No valid configuration found for tenant: default&lt;br /&gt;
01-28-2010 11:52:44.745 WARN  &lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/TenantService&quot;&gt;TenantService&lt;/a&gt; - Unable to load server classes for DS: default&lt;br /&gt;
01-28-2010 11:52:44.750 WARN  &lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/ServerClassMgr&quot;&gt;ServerClassMgr&lt;/a&gt; - No valid configuration found for tenant: default&lt;br /&gt;
01-28-2010 11:52:44.750 WARN  &lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/TenantService&quot;&gt;TenantService&lt;/a&gt; - Unable to load server classes for DS: default&lt;br /&gt;
01-28-2010 11:52:44.751 INFO  loader - Instantiated plugin: tailingprocessor&lt;br /&gt;
01-28-2010 11:52:44.951 INFO  loader - Instantiated plugin: selectprocessor&lt;br /&gt;
01-28-2010 11:52:44.951 INFO  loader - Instantiated plugin: queueoutputprocessor&lt;br /&gt;
01-28-2010 11:52:44.952 INFO  loader - Instantiated plugin: archiveprocessor&lt;br /&gt;
01-28-2010 11:52:44.999 INFO  loader - Instantiated plugin: queueoutputprocessor&lt;br /&gt;
01-28-2010 11:52:45.002 INFO  loader - Instantiated plugin: execprocessor&lt;br /&gt;
01-28-2010 11:52:45.002 INFO  loader - Instantiated plugin: queueoutputprocessor&lt;br /&gt;
01-28-2010 11:52:45.003 INFO  loader - Instantiated plugin: fschangemanagerprocessor&lt;br /&gt;
01-28-2010 11:52:45.005 INFO  loader - Running....&lt;br /&gt;
01-28-2010 11:52:45.006 WARN  pipeline - Exiting pipeline scheduler gracefully: got eExit from processor &lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/LiveSplunks&quot;&gt;LiveSplunks&lt;/a&gt;&lt;br /&gt;
01-28-2010 11:52:45.009 WARN  pipeline - Exiting pipeline distributedDeploymentNG gracefully: got eExit from processor distdeploymentNG&lt;br /&gt;
01-28-2010 11:52:45.010 INFO  loader - Server supporting SSL v2/v3&lt;br /&gt;
01-28-2010 11:52:45.010 INFO  loader - Using cipher suite ALL:!aNULL:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM&lt;/p&gt;

&lt;p&gt;Is there anything obviously wrong?&lt;/p&gt;

&lt;p&gt;Cheers for helping guys.&lt;/p&gt;

</description>
			<pubDate>Thu, 28 Jan 2010 03:03:39 PST</pubDate>
			<author>splunkles99</author>
			<guid>http://www.splunk.com/support/forum:SplunkAdministration/3866/12851</guid>
		</item>
		<item>
			<title>Splunklightforwarder to index</title>
			<link>http://www.splunk.com/support/forum:SplunkAdministration/3866/12796</link>
			<description>&lt;p&gt;Not sure if i's a bug or not but I was configuring the tcp port vi a the data inputs link on the mgmt links on the receiver - just did it through the set up Forwarders and Receivers tab instead and it worked straight away.&lt;/p&gt;

</description>
			<pubDate>Mon, 25 Jan 2010 08:17:31 PST</pubDate>
			<author>splunkles99</author>
			<guid>http://www.splunk.com/support/forum:SplunkAdministration/3866/12796</guid>
		</item>
		<item>
			<title>Splunklightforwarder to index</title>
			<link>http://www.splunk.com/support/forum:SplunkAdministration/3866/12711</link>
			<description>&lt;p&gt;you have an incorrect listening port configuraiton. You are using&lt;/p&gt;

&lt;p&gt;[tcp:&lt;em&gt;1234]&lt;/p&gt;

&lt;p&gt;instead of&lt;/p&gt;

&lt;p&gt;[splunktcp:&lt;/em&gt;1234]&lt;/p&gt;

</description>
			<pubDate>Tue, 19 Jan 2010 20:20:12 PST</pubDate>
			<author>gkanapathy</author>
			<guid>http://www.splunk.com/support/forum:SplunkAdministration/3866/12711</guid>
		</item>
		<item>
			<title>Splunklightforwarder to index</title>
			<link>http://www.splunk.com/support/forum:SplunkAdministration/3866/12669</link>
			<description>&lt;p&gt;does the system/local/inputs.conf override /&lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/SplunLightForwarder&quot;&gt;SplunLightForwarder&lt;/a&gt;/local/inputs.conf?&lt;/p&gt;

</description>
			<pubDate>Mon, 18 Jan 2010 08:22:29 PST</pubDate>
			<author>splunkles99</author>
			<guid>http://www.splunk.com/support/forum:SplunkAdministration/3866/12669</guid>
		</item>
		<item>
			<title>Splunklightforwarder to index</title>
			<link>http://www.splunk.com/support/forum:SplunkAdministration/3866/12668</link>
			<description>&lt;p&gt;if I search using&lt;/p&gt;

&lt;p&gt;index=&amp;quot;main&amp;quot; source=&amp;quot;tcp:7772&amp;quot;&lt;/p&gt;

&lt;p&gt;then I get the same data displayed so it looks like all the data is going straight to the main index rather than the one I specify in the inputs.conf on the forwarder&lt;/p&gt;

</description>
			<pubDate>Mon, 18 Jan 2010 08:12:35 PST</pubDate>
			<author>splunkles99</author>
			<guid>http://www.splunk.com/support/forum:SplunkAdministration/3866/12668</guid>
		</item>
		<item>
			<title>Splunklightforwarder to index</title>
			<link>http://www.splunk.com/support/forum:SplunkAdministration/3866/12667</link>
			<description>&lt;p&gt;If I go to the launcher app and select port 7772 I see current data and the search in the search bar says source=&amp;quot;tcp:7772&amp;quot; but it's not populating the devidx index.&lt;/p&gt;

</description>
			<pubDate>Mon, 18 Jan 2010 08:10:09 PST</pubDate>
			<author>splunkles99</author>
			<guid>http://www.splunk.com/support/forum:SplunkAdministration/3866/12667</guid>
		</item>
		<item>
			<title>Splunklightforwarder to index</title>
			<link>http://www.splunk.com/support/forum:SplunkAdministration/3866/12666</link>
			<description>&lt;p&gt;OK cheers can you see anything wrong with this?&lt;/p&gt;

&lt;p&gt;/opt/splunk/etc/apps/&lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/SplunkLightForwarder&quot;&gt;SplunkLightForwarder&lt;/a&gt;/local/inputs.conf&lt;/p&gt;

&lt;p&gt;[monitor:&lt;em&gt;usr/local/apache2/logs]&lt;br /&gt;
disabled = false&lt;br /&gt;
host = redhatdev&lt;br /&gt;
_TCP_ROUTING = *&lt;br /&gt;
index = devidx&lt;/p&gt;

&lt;p&gt;/opt/splunk/etc/apps/&lt;a class=&quot;wiki_url_new&quot; href=&quot;/base/SplunkLightForwarder&quot;&gt;SplunkLightForwarder&lt;/a&gt;/local/outputs.conf&lt;/p&gt;

&lt;p&gt;[tcpout]&lt;br /&gt;
defaultGroup = default-clone-group-localhost_7772&lt;br /&gt;
disabled = false&lt;br /&gt;
maxQueueSize = 1000&lt;br /&gt;
[tcpout:default-clone-group-localhost_7772]&lt;br /&gt;
server = localhost:7772&lt;/p&gt;

&lt;p&gt;[tcpout-server:&lt;/em&gt;localhost:7772]&lt;/p&gt;

&lt;p&gt;my indexer is listening on tcp:7772 and there is an index called devidx but it has no data in it?&lt;/p&gt;

</description>
			<pubDate>Mon, 18 Jan 2010 08:06:37 PST</pubDate>
			<author>splunkles99</author>
			<guid>http://www.splunk.com/support/forum:SplunkAdministration/3866/12666</guid>
		</item>
		<item>
			<title>Splunklightforwarder to index</title>
			<link>http://www.splunk.com/support/forum:SplunkAdministration/3866/12661</link>
			<description>&lt;p&gt;You can set it on the forwarder via inputs.conf.&lt;/p&gt;

</description>
			<pubDate>Mon, 18 Jan 2010 07:37:51 PST</pubDate>
			<author>araitz</author>
			<guid>http://www.splunk.com/support/forum:SplunkAdministration/3866/12661</guid>
		</item>
		<item>
			<title>Splunklightforwarder to index</title>
			<link>http://www.splunk.com/support/forum:SplunkAdministration/3866/12660</link>
			<description>&lt;p&gt;sorry for the typos - what I'm asking is where do I set the index = indexname and how do I map the data on the receiving port to an index?&lt;/p&gt;

</description>
			<pubDate>Mon, 18 Jan 2010 07:36:03 PST</pubDate>
			<author>splunkles99</author>
			<guid>http://www.splunk.com/support/forum:SplunkAdministration/3866/12660</guid>
		</item>
		<item>
			<title>Splunklightforwarder to index</title>
			<link>http://www.splunk.com/support/forum:SplunkAdministration/3866/12659</link>
			<description>&lt;p&gt;Hi Guys&lt;/p&gt;

&lt;p&gt;I have an issue where I can set up a splunklightforwarder to forward data to a reciever  and I can see the tcp port and data on the reciever but how can I route the data on the reciever to a specific index?&lt;/p&gt;

&lt;p&gt;I have created an index but it has 0 dtat in it.&lt;/p&gt;

&lt;p&gt;Do i se tthe index = &amp;quot;indexname&amp;quot; in the inputs.conf on the forwarder or do I have to create a new application on the receiver and put it in the appname/local/input.conf?&lt;/p&gt;

&lt;p&gt;Thanks for your help.&lt;/p&gt;

</description>
			<pubDate>Mon, 18 Jan 2010 07:31:15 PST</pubDate>
			<author>splunkles99</author>
			<guid>http://www.splunk.com/support/forum:SplunkAdministration/3866/12659</guid>
		</item>
	</channel>
</rss>

