<?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: Update The inputs.conf on an app in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Update-The-inputs-conf-on-an-app/m-p/636783#M26815</link>
    <description>&lt;P&gt;So do i need to push anything? Does the Deployment server just auto update any new changes and then automatically push and replicate the inputs.conf across all Search heads? If so , thats nice.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the response &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 21:08:52 GMT</pubDate>
    <dc:creator>Abass42</dc:creator>
    <dc:date>2023-03-30T21:08:52Z</dc:date>
    <item>
      <title>Update The inputs.conf on an app</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Update-The-inputs-conf-on-an-app/m-p/636770#M26813</link>
      <description>&lt;P&gt;Im a splunk admin and I got asked to update the inputs.conf file for the app pingfederate. Im a little unsure of how to do it and I figured id ask here instead of bricking our prod system.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The request was :&amp;nbsp;&lt;SPAN&gt;please modify inputs.conf for splunk agent to retrieve pingfederate log for the latest version.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; source: 
[monitor://E:\pingfederate-11.2.3\pingfederate\log\]
index=pingid
sourcetype=pingidsrc
disabled=false
whitelist = audit.log$|server.log$|init.log$|transaction.log$|provisioner.log$

[monitor://E:\pingfederate-11.2.3-console\pingfederate\log\]
index=pingid
sourcetype=pingidsrc
disabled=false
whitelist = audit.log$|server.log$|init.log$|transaction.log$|provisioner.log$&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im good on that part. I found the inputs.conf on our Deployement server in 4 locations, two of which were backup locations.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have the app's inputs.conf file under&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;1. /export/opt/splunk/etc/deployment-apps/pingfederate/default/inputs.conf

2. /export/opt/splunk/etc/deployment-apps/pingfederate/default/inputs.conf

3. /export/opt/splunk/etc/peer-apps-backup/pingfederate/default/inputs.conf

4. etc...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is where i get a bit confused. I remember reading through some docs about which folder is the main one that controls the apps, and one is just there kind of like a&amp;nbsp; backup. Im pretty sure Im supposed to change the file in &lt;EM&gt;local&lt;/EM&gt;, and then push that, is that correct?&amp;nbsp; If so, what exactly is the default for? Is it some sort of failsafe in case the app acts up?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw somewhere about manager-apps or master-apps, but since im using the deployment server, it should be under deployment-apps. But all of the apps that are under deployment apps do not all appear under&amp;nbsp;&lt;EM&gt;manage apps&lt;/EM&gt; in the web version of splunk deployment. All of the apps that appear on the splunk deployment webpage are located in the &lt;EM&gt;/export/opt/splunk/etc/apps.&amp;nbsp;&lt;/EM&gt;I dont quite understand the difference here, and which directory is there for what reason.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And then, after i get that inputs.conf file sorted, how do i push it? Im not pushing an app, but would i do that shcluster bundle command if im not pushing an entire app?&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;SPLUNK_HOME/bin/splunk apply shcluster-bundle -target https://&amp;lt;any_member_SHC&amp;gt;:&amp;lt;mgmt_port&amp;gt; -auth admin:&amp;lt;password&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I found that command, but its run through the deployer, so im assuming thats not quite correct. (We have a clustered environment with two clusters of SH and indexers, btw).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ive gotten a bit lost in the sauce reading all of the docs and they are all blending together. Id appreciate any input. Thank you for any help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 19:29:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Update-The-inputs-conf-on-an-app/m-p/636770#M26813</guid>
      <dc:creator>Abass42</dc:creator>
      <dc:date>2023-03-30T19:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Update The inputs.conf on an app</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Update-The-inputs-conf-on-an-app/m-p/636782#M26814</link>
      <description>&lt;P&gt;Maybe I need new glasses but files 1 and 2 look identical to me.&lt;/P&gt;&lt;P&gt;Make your changes to the app in the app's &lt;FONT face="courier new,courier"&gt;local&lt;/FONT&gt; directory.&amp;nbsp; That is, &lt;FONT face="courier new,courier"&gt;$SPLUNK_HOME/etc/deployment-apps/pingfederate/local&lt;/FONT&gt;.&amp;nbsp; The DS will merge the local and default settings before sending the app to clients.&lt;/P&gt;&lt;P&gt;The &lt;FONT face="courier new,courier"&gt;apply shcluster-bundle&lt;/FONT&gt; command is for sending apps to a search head cluster (SHC).&amp;nbsp; The DS does not push apps to clients - clients pull apps from the DS.&lt;/P&gt;&lt;P&gt;The manager-apps and master-apps directories hold apps that will be sent to indexers by the Cluster Manager (often the same instance as the DS).&amp;nbsp; Indexers do not need inputs.conf so you can ignore this directory for now.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 21:05:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Update-The-inputs-conf-on-an-app/m-p/636782#M26814</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-03-30T21:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Update The inputs.conf on an app</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Update-The-inputs-conf-on-an-app/m-p/636783#M26815</link>
      <description>&lt;P&gt;So do i need to push anything? Does the Deployment server just auto update any new changes and then automatically push and replicate the inputs.conf across all Search heads? If so , thats nice.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the response &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 21:08:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Update-The-inputs-conf-on-an-app/m-p/636783#M26815</guid>
      <dc:creator>Abass42</dc:creator>
      <dc:date>2023-03-30T21:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Update The inputs.conf on an app</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Update-The-inputs-conf-on-an-app/m-p/636787#M26816</link>
      <description>&lt;P&gt;No need to do anything once the app is modified.&amp;nbsp; Assuming, that is, that the "Restart splunkd" option is set for the app in the DS.&amp;nbsp; Otherwise, you have to restart each forwarder so they read the new inputs.conf.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 00:20:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Update-The-inputs-conf-on-an-app/m-p/636787#M26816</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-03-31T00:20:25Z</dc:date>
    </item>
  </channel>
</rss>

