<?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: Configuring Forwarders with Deployment server in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Configuring-Forwarders-with-Deployment-server/m-p/334419#M7217</link>
    <description>&lt;P&gt;That's exactly what the deployment server is for. &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;You configure deploymentclient.conf on the UF to point to your DS&lt;/LI&gt;
&lt;LI&gt;You manage your app on the deployment server in the documented directory (../etc/apps/deployment-apps)&lt;/LI&gt;
&lt;LI&gt;You setup a serverclass.conf file that maps deployment apps to serverclasses (groups of forwarders, or individual ones)&lt;/LI&gt;
&lt;LI&gt;You run splunk reload deploy-server whenever a deployment app change needs to be distributed&lt;/LI&gt;
&lt;LI&gt;The deployment clients checkin and download what's relevant to them based on their serverclass membership&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;You say you have a send_to_indexer app. Do this:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;make a small change to a file in that app (add a comment or sumsuch) in the deployment-apps directory&lt;/LI&gt;
&lt;LI&gt;run ./splunk reload deploy-server&lt;/LI&gt;
&lt;LI&gt;Check your UF's ./etc/apps/send_to_indexer directory to validate that the updated file is there&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Note that the client by default checks in every 60 seconds (phoneHomeInterval on client), so it may take up to a minute before you see the change.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 15:44:55 GMT</pubDate>
    <dc:creator>s2_splunk</dc:creator>
    <dc:date>2020-09-29T15:44:55Z</dc:date>
    <item>
      <title>Configuring Forwarders with Deployment server</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Configuring-Forwarders-with-Deployment-server/m-p/334418#M7216</link>
      <description>&lt;P&gt;All,&lt;/P&gt;

&lt;P&gt;I have a successfully deployed app based on the Splunk documentation on how to create "send_to_indexer" app. The client is checking in, but I'm unable to figure out how I can modify the client.&lt;/P&gt;

&lt;P&gt;What I'm looking for is this. I manually installed the UF on the server and selected the Security logs. I'm getting those with no issues. Now I want to select the System logs, and I was wanting to do this by modifying the app and configure the UF, but I'm unable to find any documentation on doing it this way - maybe the deployment server isn't used for this?&lt;/P&gt;

&lt;P&gt;Is there a way to modify what logs you're collecting from the deployment server, and the index that the deployment servers send to without having to manually update all servers?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:44:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Configuring-Forwarders-with-Deployment-server/m-p/334418#M7216</guid>
      <dc:creator>johnblakley</dc:creator>
      <dc:date>2020-09-29T15:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Forwarders with Deployment server</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Configuring-Forwarders-with-Deployment-server/m-p/334419#M7217</link>
      <description>&lt;P&gt;That's exactly what the deployment server is for. &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;You configure deploymentclient.conf on the UF to point to your DS&lt;/LI&gt;
&lt;LI&gt;You manage your app on the deployment server in the documented directory (../etc/apps/deployment-apps)&lt;/LI&gt;
&lt;LI&gt;You setup a serverclass.conf file that maps deployment apps to serverclasses (groups of forwarders, or individual ones)&lt;/LI&gt;
&lt;LI&gt;You run splunk reload deploy-server whenever a deployment app change needs to be distributed&lt;/LI&gt;
&lt;LI&gt;The deployment clients checkin and download what's relevant to them based on their serverclass membership&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;You say you have a send_to_indexer app. Do this:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;make a small change to a file in that app (add a comment or sumsuch) in the deployment-apps directory&lt;/LI&gt;
&lt;LI&gt;run ./splunk reload deploy-server&lt;/LI&gt;
&lt;LI&gt;Check your UF's ./etc/apps/send_to_indexer directory to validate that the updated file is there&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Note that the client by default checks in every 60 seconds (phoneHomeInterval on client), so it may take up to a minute before you see the change.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:44:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Configuring-Forwarders-with-Deployment-server/m-p/334419#M7217</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2020-09-29T15:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Forwarders with Deployment server</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Configuring-Forwarders-with-Deployment-server/m-p/334420#M7218</link>
      <description>&lt;P&gt;Assuming you want to add more log monitoring on an existing client of your deployment server, so you need to do these:&lt;BR /&gt;
1) (recommended) Create deployment app which will have event parsing configuration for your new data and will be deployed to Indexers. Say it's call someDescHere_indexer_parsing &lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.3/Updating/Createdeploymentapps" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/6.6.3/Updating/Createdeploymentapps&lt;/A&gt;&lt;BR /&gt;
2) Create deployment app which will have monitoring configuration (inputs.conf) and will be deployed to deployment clients/forwarder. say it's called someDescHere_inputs.&lt;BR /&gt;
3) (if following step1) Deploy *_indexer_parsing app to indexers and restart them&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.3/Updating/Updateconfigurations" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/6.6.3/Updating/Updateconfigurations&lt;/A&gt;&lt;BR /&gt;
4) Deploy *_inptus app to deployment client/forwarder.&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.3/Updating/Updateconfigurations" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/6.6.3/Updating/Updateconfigurations&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:44:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Configuring-Forwarders-with-Deployment-server/m-p/334420#M7218</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2020-09-29T15:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Forwarders with Deployment server</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Configuring-Forwarders-with-Deployment-server/m-p/334421#M7219</link>
      <description>&lt;P&gt;I created an inputs.conf file under the send_to_indexer app, and restarted the deployment server this morning. I was expecting it to overwrite the /etc/system/local/inputs.conf, but it put it in /etc/apps/Send_To_indexer/local instead. How can I have the forwarder use this inputs file instead of the local /etc/system/local one?&lt;/P&gt;

&lt;P&gt;I just changed the inputs.conf file again, and the changes are definitely being made...&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:45:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Configuring-Forwarders-with-Deployment-server/m-p/334421#M7219</guid>
      <dc:creator>johnblakley</dc:creator>
      <dc:date>2020-09-29T15:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Forwarders with Deployment server</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Configuring-Forwarders-with-Deployment-server/m-p/334422#M7220</link>
      <description>&lt;P&gt;@johnblakley, the &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/inputs.conf&lt;/CODE&gt; file should only have the host name, something like - &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host = &amp;lt;hostname&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;All the rest should come from &lt;CODE&gt;$SPLUNK_HOME/etc/apps/Send_To_indexer/local/inputs.conf&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 02:49:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Configuring-Forwarders-with-Deployment-server/m-p/334422#M7220</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-09-18T02:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Forwarders with Deployment server</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Configuring-Forwarders-with-Deployment-server/m-p/334423#M7221</link>
      <description>&lt;P&gt;I came in this morning, and it was sending the correct logs. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 13:55:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Configuring-Forwarders-with-Deployment-server/m-p/334423#M7221</guid>
      <dc:creator>johnblakley</dc:creator>
      <dc:date>2017-09-18T13:55:15Z</dc:date>
    </item>
  </channel>
</rss>

