<?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: Is there a centralized way to deploy configuration files? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-centralized-way-to-deploy-configuration-files/m-p/186314#M6955</link>
    <description>&lt;P&gt;question...after creating your own app as mentioned above; placing the updated config files you want to push to your forwarders and then pushing to them how will the updated config files get into the proper directory on the forwarders ie etc/system/local? &lt;/P&gt;</description>
    <pubDate>Mon, 19 Sep 2016 15:33:24 GMT</pubDate>
    <dc:creator>mhsears418</dc:creator>
    <dc:date>2016-09-19T15:33:24Z</dc:date>
    <item>
      <title>Is there a centralized way to deploy configuration files?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-centralized-way-to-deploy-configuration-files/m-p/186309#M6950</link>
      <description>&lt;P&gt;Hello All,&lt;BR /&gt;
I have not found this answer yet. I am in the process of configuring and testing a deployment server. My environment is completely deployed but I want to have a central place to update all of my conf files. I see a lot of documentation about deploying apps but none about updating the conf file. Does anyone know or have documentation on the steps to deploy conf files?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 20:16:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-centralized-way-to-deploy-configuration-files/m-p/186309#M6950</guid>
      <dc:creator>avalle</dc:creator>
      <dc:date>2015-07-01T20:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a centralized way to deploy configuration files?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-centralized-way-to-deploy-configuration-files/m-p/186310#M6951</link>
      <description>&lt;P&gt;You can ofcourse place your config files in an self created app with any name like configapp. &lt;BR /&gt;
This is how I deploy my inputs, outputs, props, transforms etc.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 20:51:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-centralized-way-to-deploy-configuration-files/m-p/186310#M6951</guid>
      <dc:creator>frmaasdam</dc:creator>
      <dc:date>2015-07-01T20:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a centralized way to deploy configuration files?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-centralized-way-to-deploy-configuration-files/m-p/186311#M6952</link>
      <description>&lt;P&gt;When you deploy configuration files, you do it within the context of an app.  You can think of an app as basically a "configuration bundle" if that helps wrap your mind around how this is working.  An app can include executable code, but the vast majority of ours hold only configuration files.&lt;/P&gt;

&lt;P&gt;I'm not sure how you are used to configuring Splunk; have you been editing files in &lt;CODE&gt;$SPLUNK_HOME/etc/system/local&lt;/CODE&gt;?&lt;/P&gt;

&lt;P&gt;The most common types of configuration files to deploy in an application would probably by &lt;CODE&gt;props&lt;/CODE&gt;, &lt;CODE&gt;transforms&lt;/CODE&gt;, and &lt;CODE&gt;inputs&lt;/CODE&gt;, but you aren't limited to only those configuration files.&lt;/P&gt;

&lt;P&gt;If you're not sure, create an app in &lt;CODE&gt;$SPLUNK_HOME/etc/apps&lt;/CODE&gt;, put the configuration file in either the &lt;CODE&gt;default&lt;/CODE&gt; or &lt;CODE&gt;local&lt;/CODE&gt; sub-directory and then run &lt;CODE&gt;$SPLUNK_HOME/bin/splunk btool FILE list&lt;/CODE&gt; where FILE is the name of the configuration file without the .conf suffix.  That will get you a merged view of the configuration files; basically that's what Splunk would be using if you restarted it.   If you see your setting, then you know the configuration file is being read and you can build your confidence that using an app to hold your configuration files really is going to do what you want.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 21:06:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-centralized-way-to-deploy-configuration-files/m-p/186311#M6952</guid>
      <dc:creator>triest</dc:creator>
      <dc:date>2015-07-01T21:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a centralized way to deploy configuration files?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-centralized-way-to-deploy-configuration-files/m-p/186312#M6953</link>
      <description>&lt;P&gt;Thank you! Splunk was already deployed before I took the position and  they used another app to send the conf files toall of the devices and now it is my job to manage them.&lt;BR /&gt;
I've never created an app before, is there a default app that I can use to put the conf files in?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 22:51:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-centralized-way-to-deploy-configuration-files/m-p/186312#M6953</guid>
      <dc:creator>avalle</dc:creator>
      <dc:date>2015-07-01T22:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a centralized way to deploy configuration files?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-centralized-way-to-deploy-configuration-files/m-p/186313#M6954</link>
      <description>&lt;P&gt;@frmaasdam  may have a better answer than me or @triest since they both answered my question&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 15:00:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-centralized-way-to-deploy-configuration-files/m-p/186313#M6954</guid>
      <dc:creator>avalle</dc:creator>
      <dc:date>2016-09-19T15:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a centralized way to deploy configuration files?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-centralized-way-to-deploy-configuration-files/m-p/186314#M6955</link>
      <description>&lt;P&gt;question...after creating your own app as mentioned above; placing the updated config files you want to push to your forwarders and then pushing to them how will the updated config files get into the proper directory on the forwarders ie etc/system/local? &lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 15:33:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-centralized-way-to-deploy-configuration-files/m-p/186314#M6955</guid>
      <dc:creator>mhsears418</dc:creator>
      <dc:date>2016-09-19T15:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a centralized way to deploy configuration files?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-centralized-way-to-deploy-configuration-files/m-p/186315#M6956</link>
      <description>&lt;P&gt;When you create an app named app1 and an app named app2  both with for example an props.conf they will after deployment to the FW resides in:&lt;BR /&gt;
~/etc/apps/app1/local/props.conf and &lt;BR /&gt;
~/etc/apps/app2/local/props.conf&lt;BR /&gt;
The working props.conf of the FW will be a merged running file of all the props.conf files on the system including those in the app1 and app2 directory. &lt;BR /&gt;
There is no need to place them in ~/etc/system/local &lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 15:47:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Is-there-a-centralized-way-to-deploy-configuration-files/m-p/186315#M6956</guid>
      <dc:creator>frmaasdam</dc:creator>
      <dc:date>2016-09-19T15:47:35Z</dc:date>
    </item>
  </channel>
</rss>

