<?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: Forwarder auth in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-auth/m-p/64206#M2200</link>
    <description>&lt;P&gt;Using the configuration file it will be in &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/outputs.conf&lt;/CODE&gt; or&lt;BR /&gt;
&lt;CODE&gt;$SPLUNK_HOME/etc/apps/&amp;lt;myapp&amp;gt;/local/outputs.conf&lt;/CODE&gt;, like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup=my_indexers 

[tcpout:my_indexers]
server=mysplunk_indexer1:9997, mysplunk_indexer2:9996
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;See the documentation at:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.2/Deploy/Configureforwarderswithoutputs.confd" target="test_blank"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.2/Deploy/Configureforwarderswithoutputs.confd&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 30 May 2012 20:15:56 GMT</pubDate>
    <dc:creator>yannK</dc:creator>
    <dc:date>2012-05-30T20:15:56Z</dc:date>
    <item>
      <title>Forwarder auth</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-auth/m-p/64205#M2199</link>
      <description>&lt;P&gt;I see in the documentation that, when activating a forwarder on the CLI, you pass "-server server:port -auth user:pass". How would I do this in a configuration file? I'm guessing server.conf in $SPLUNK_HOME/etc/apps/SplunkForwarder/local/server.conf but I'm not sure.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2012 19:32:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-auth/m-p/64205#M2199</guid>
      <dc:creator>bauron</dc:creator>
      <dc:date>2012-05-30T19:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder auth</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-auth/m-p/64206#M2200</link>
      <description>&lt;P&gt;Using the configuration file it will be in &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/outputs.conf&lt;/CODE&gt; or&lt;BR /&gt;
&lt;CODE&gt;$SPLUNK_HOME/etc/apps/&amp;lt;myapp&amp;gt;/local/outputs.conf&lt;/CODE&gt;, like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup=my_indexers 

[tcpout:my_indexers]
server=mysplunk_indexer1:9997, mysplunk_indexer2:9996
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;See the documentation at:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.2/Deploy/Configureforwarderswithoutputs.confd" target="test_blank"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.2/Deploy/Configureforwarderswithoutputs.confd&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 May 2012 20:15:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-auth/m-p/64206#M2200</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2012-05-30T20:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder auth</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-auth/m-p/64207#M2201</link>
      <description>&lt;P&gt;Thanks for the reply! What about the -auth part, though?&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2012 18:53:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-auth/m-p/64207#M2201</guid>
      <dc:creator>bauron</dc:creator>
      <dc:date>2012-05-31T18:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder auth</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-auth/m-p/64208#M2202</link>
      <description>&lt;P&gt;the -auth option on the CLI command line is used to avoid typing the admin/user password every time. (useful if you script the CLI configuration)&lt;BR /&gt;
./splunk add monitor "/var/log/" -auth admin:changeme&lt;BR /&gt;
When editing the config file you don't need it.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;If you were thinking about the authentication of the output, they are none, the indexer is listening to the port or not.&lt;/LI&gt;
&lt;LI&gt;If you were thinking about ssl for the traffic, you can define on the indexers listening ports expecting ssl.
see &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.2/Admin/UseSSLtoencryptandauthenticatedatafromforwarders"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.2/Admin/UseSSLtoencryptandauthenticatedatafromforwarders&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 31 May 2012 19:07:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-auth/m-p/64208#M2202</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2012-05-31T19:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder auth</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-auth/m-p/64209#M2203</link>
      <description>&lt;P&gt;Hmm, I misunderstood earlier. I want to make sure that the forwarder is not only enabled but also started: &lt;BR /&gt;
splunk add forward-server &lt;SERVER&gt;:&lt;PORT&gt; -auth &lt;USER&gt;:&lt;PASS&gt;&lt;/PASS&gt;&lt;/USER&gt;&lt;/PORT&gt;&lt;/SERVER&gt;&lt;/P&gt;

&lt;P&gt;Is there a place to do this in the config files? I'm trying to control Splunk with Puppet and having the user:pass in a manifest is not ideal.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 20:24:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-auth/m-p/64209#M2203</guid>
      <dc:creator>bauron</dc:creator>
      <dc:date>2012-06-04T20:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder auth</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-auth/m-p/64210#M2204</link>
      <description>&lt;P&gt;Ok, so puppet is different.&lt;BR /&gt;
I would recommend to build a recipe to:&lt;BR /&gt;
1- push or edit your configuration (outputs.conf)&lt;BR /&gt;
2- restart the splunk forwarders to apply.&lt;/P&gt;

&lt;P&gt;Another solution is to manage the configuration using the API, but it require auth too, like the CLI&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 20:46:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Forwarder-auth/m-p/64210#M2204</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2012-06-04T20:46:01Z</dc:date>
    </item>
  </channel>
</rss>

