<?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: Changing UF outputs.conf  using deployment server in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Changing-UF-outputs-conf-using-deployment-server/m-p/34764#M6281</link>
    <description>&lt;P&gt;Because outputs.conf - like most any other Splunk config file - is merged together from all of the various apps in the installation.  Several different outputs.conf files are all pulled together into a "master copy" according to defined rules.  You can look at how this is done by using btool.  &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Troubleshooting/Usebtooltotroubleshootconfigurations"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/Troubleshooting/Usebtooltotroubleshootconfigurations&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Nov 2012 18:06:00 GMT</pubDate>
    <dc:creator>dwaddle</dc:creator>
    <dc:date>2012-11-14T18:06:00Z</dc:date>
    <item>
      <title>Changing UF outputs.conf  using deployment server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Changing-UF-outputs-conf-using-deployment-server/m-p/34760#M6277</link>
      <description>&lt;P&gt;I was wondering if I can use our deployment server to change the outputs.conf on our windows universal forwarders so they point to another indexer if needed to.. is there any standard practice for doing this?&lt;/P&gt;

&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 16:58:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Changing-UF-outputs-conf-using-deployment-server/m-p/34760#M6277</guid>
      <dc:creator>clymbouris</dc:creator>
      <dc:date>2012-11-14T16:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Changing UF outputs.conf  using deployment server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Changing-UF-outputs-conf-using-deployment-server/m-p/34761#M6278</link>
      <description>&lt;P&gt;Yes you can absolutely do this, subject to &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Admin/Wheretofindtheconfigurationfiles"&gt;Splunk's rules for configuration file precedence&lt;/A&gt;.  Specifically, anything you configure in &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/outputs.conf&lt;/CODE&gt; can override an outputs.conf pushed by deployment server.&lt;/P&gt;

&lt;P&gt;Our practice for doing this is having a small app that we deploy using deployment server that has the correct outputs.conf in it.  We make sure that when we install the UF we do not configure it with any local outputs.conf configuration.  (In fact, we try to make sure that UF gets NO configuration except from deployment server)&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 17:19:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Changing-UF-outputs-conf-using-deployment-server/m-p/34761#M6278</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2012-11-14T17:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Changing UF outputs.conf  using deployment server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Changing-UF-outputs-conf-using-deployment-server/m-p/34762#M6279</link>
      <description>&lt;P&gt;usual method is to  :&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;create an app in the deployment server in .../etc//deployment-apps/&lt;MYAPP&gt;/default/outputs.conf&lt;/MYAPP&gt;&lt;/LI&gt;
&lt;LI&gt;define a serverclass.conf on the deployment server (to match clients to apps)&lt;/LI&gt;
&lt;LI&gt;configure the forwarders to point to the deployment-server in deploymentclient.conf&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;see &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Deploy/Aboutdeploymentserver"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/Deploy/Aboutdeploymentserver&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;only potential hiccup, if your existing outputs.conf is already in /etc/system/local, then it will have precedence on the one in the deployed app, so move it away first. &lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 17:19:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Changing-UF-outputs-conf-using-deployment-server/m-p/34762#M6279</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2012-11-14T17:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Changing UF outputs.conf  using deployment server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Changing-UF-outputs-conf-using-deployment-server/m-p/34763#M6280</link>
      <description>&lt;P&gt;that's probably what I'm looking for.. but even If the /system/local/outputs.conf and /apps/UniversalForwarder/.../output.conf aren't configured how does then /UnivesalForwarder/../output.conf picks up the indexer from the correct output.conf of your app?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 17:53:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Changing-UF-outputs-conf-using-deployment-server/m-p/34763#M6280</guid>
      <dc:creator>clymbouris</dc:creator>
      <dc:date>2012-11-14T17:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Changing UF outputs.conf  using deployment server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Changing-UF-outputs-conf-using-deployment-server/m-p/34764#M6281</link>
      <description>&lt;P&gt;Because outputs.conf - like most any other Splunk config file - is merged together from all of the various apps in the installation.  Several different outputs.conf files are all pulled together into a "master copy" according to defined rules.  You can look at how this is done by using btool.  &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Troubleshooting/Usebtooltotroubleshootconfigurations"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/Troubleshooting/Usebtooltotroubleshootconfigurations&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 18:06:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Changing-UF-outputs-conf-using-deployment-server/m-p/34764#M6281</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2012-11-14T18:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Changing UF outputs.conf  using deployment server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Changing-UF-outputs-conf-using-deployment-server/m-p/34765#M6282</link>
      <description>&lt;P&gt;Thanks a lot dwaddle it's clear now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2012 18:08:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Changing-UF-outputs-conf-using-deployment-server/m-p/34765#M6282</guid>
      <dc:creator>clymbouris</dc:creator>
      <dc:date>2012-11-14T18:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Changing UF outputs.conf  using deployment server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Changing-UF-outputs-conf-using-deployment-server/m-p/34766#M6283</link>
      <description>&lt;P&gt;The path in you answer is misleading. I thought "default" was the app name, but it's a folder inside the app.&lt;BR /&gt;
It should read:&lt;BR /&gt;
 - create an app in the deployment server in .../etc/deployment-apps/appname/default/outputs.conf&lt;/P&gt;

&lt;P&gt;Also, 2nd step can be done in splunk web interface, in Settings &amp;gt; Forwarder Management&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2014 12:16:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Changing-UF-outputs-conf-using-deployment-server/m-p/34766#M6283</guid>
      <dc:creator>luisgustavo</dc:creator>
      <dc:date>2014-10-23T12:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Changing UF outputs.conf  using deployment server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Changing-UF-outputs-conf-using-deployment-server/m-p/34767#M6284</link>
      <description>&lt;P&gt;the answer is misleading.  you can change the $splunk_home/etc/system/local/outputs.conf file. you can only change $splunk_home/etc/apps/$app_name$/local/outputs.conf&lt;BR /&gt;
thank you&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:46:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Changing-UF-outputs-conf-using-deployment-server/m-p/34767#M6284</guid>
      <dc:creator>btran</dc:creator>
      <dc:date>2020-09-28T18:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Changing UF outputs.conf  using deployment server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Changing-UF-outputs-conf-using-deployment-server/m-p/34768#M6285</link>
      <description>&lt;P&gt;I believe you meant to say ...&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;the answer is misleading. you &lt;STRONG&gt;can't&lt;/STRONG&gt; change the $splunk_home/etc/system/local/outputs.conf file. you can only change $splunk_home/etc/apps/$app_name$/local/outputs.conf&lt;BR /&gt;
thank you&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:11:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Changing-UF-outputs-conf-using-deployment-server/m-p/34768#M6285</guid>
      <dc:creator>dstuder</dc:creator>
      <dc:date>2020-09-30T05:11:46Z</dc:date>
    </item>
  </channel>
</rss>

