<?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: Distributing inputs.conf with deployment server in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Distributing-inputs-conf-with-deployment-server/m-p/419499#M20985</link>
    <description>&lt;P&gt;you have to modify the inputs.conf in your app on the deployment server under &lt;CODE&gt;.../deployment-apps/&lt;/CODE&gt;&lt;BR /&gt;
this is the app that is being pushed to all your forwarders&lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2019 12:56:59 GMT</pubDate>
    <dc:creator>adonio</dc:creator>
    <dc:date>2019-04-18T12:56:59Z</dc:date>
    <item>
      <title>Distributing inputs.conf with deployment server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Distributing-inputs-conf-with-deployment-server/m-p/419498#M20984</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I would like to distribute and make changes to the inputs.conf files of the universal forwarders using deployment server.&lt;BR /&gt;
So far I have created a new directory in the /etc/deployment-apps:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;MLBSO_HANA_inputs
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and created an inputs.conf in the default sub-folder of it. After configuring things in the Settings -&amp;gt; forwarder Management my "App" and the corresponding inputs.conf has been distributed, all fine.&lt;BR /&gt;
But now I want to make changes to this inputs.conf, hoping it will also reach the forwarder, this is however not the case. The connection between forwarder and the deployment server is fine.&lt;BR /&gt;
Do I miss-understand the concept of the pushing changes? Should that not be automatic?&lt;/P&gt;

&lt;P&gt;Kind Regards,&lt;BR /&gt;
Kamil &lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 12:52:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Distributing-inputs-conf-with-deployment-server/m-p/419498#M20984</guid>
      <dc:creator>damucka</dc:creator>
      <dc:date>2019-04-18T12:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Distributing inputs.conf with deployment server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Distributing-inputs-conf-with-deployment-server/m-p/419499#M20985</link>
      <description>&lt;P&gt;you have to modify the inputs.conf in your app on the deployment server under &lt;CODE&gt;.../deployment-apps/&lt;/CODE&gt;&lt;BR /&gt;
this is the app that is being pushed to all your forwarders&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 12:56:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Distributing-inputs-conf-with-deployment-server/m-p/419499#M20985</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2019-04-18T12:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Distributing inputs.conf with deployment server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Distributing-inputs-conf-with-deployment-server/m-p/419500#M20986</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/190478"&gt;@adonio&lt;/a&gt; &lt;/P&gt;

&lt;P&gt;Thank you.&lt;BR /&gt;
This is what I am doing, the path is:&lt;/P&gt;

&lt;P&gt;~/etc/deployment-apps/MLBSO_HANA_inputs/default&amp;gt;&lt;/P&gt;

&lt;P&gt;so, the MLBSO_HANA_inputs is under .../deployment-apps/. As mentioned, the first initial time it works, but then if I make the change to the inputs.conf inside the default directory, then it is not reflected on the forwarders.&lt;BR /&gt;
Or do you mean that the inputs.conf should be placed really directly in the .../deployment-apps/ directory itself? But then where would it  land on the forwarder? And most important, how would I distinguish between different inputs.conf files that I have to distribute to different forwarders? Now I have it under separate "apps" sub-folders of the ../deployment-apps/ folder.&lt;/P&gt;

&lt;P&gt;Kind Regards,&lt;BR /&gt;
Kamil&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:11:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Distributing-inputs-conf-with-deployment-server/m-p/419500#M20986</guid>
      <dc:creator>damucka</dc:creator>
      <dc:date>2020-09-30T00:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Distributing inputs.conf with deployment server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Distributing-inputs-conf-with-deployment-server/m-p/419501#M20987</link>
      <description>&lt;P&gt;@damucka - try reloading the deploy server manually using command line.&lt;BR /&gt;
    $ /opt/splunk/bin/splunk reload deploy-server -class &lt;YOURCLASSNAME&gt;&lt;/YOURCLASSNAME&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 17:41:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Distributing-inputs-conf-with-deployment-server/m-p/419501#M20987</guid>
      <dc:creator>Vijeta</dc:creator>
      <dc:date>2019-04-18T17:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Distributing inputs.conf with deployment server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Distributing-inputs-conf-with-deployment-server/m-p/419502#M20988</link>
      <description>&lt;P&gt;@Vijeta &lt;/P&gt;

&lt;P&gt;Thank you, it worked.&lt;/P&gt;

&lt;P&gt;Kind Regards,&lt;BR /&gt;
Kamil&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 07:54:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Distributing-inputs-conf-with-deployment-server/m-p/419502#M20988</guid>
      <dc:creator>damucka</dc:creator>
      <dc:date>2019-04-24T07:54:18Z</dc:date>
    </item>
  </channel>
</rss>

