<?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: Deployment Server Uri different than expected? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Uri-different-than-expected/m-p/565552#M24839</link>
    <description>&lt;P&gt;No worries, one of those 22 apps may have a script that is modifying the Forwarder's deploymentclient.conf.&lt;/P&gt;&lt;P&gt;Typically it would be in a folder called 'bin' in the app's folder. Do any of the names of the apps in /deployment-apps/ sound like it could have configuration files for the forwarders that connect?&lt;/P&gt;&lt;P&gt;What apps were pushed to the server with the Universal Forwarder on it? It will be in $SPLUNK_HOME/etc/apps/&lt;/P&gt;&lt;P&gt;You could look in the apps on there for a script. It should be something like:&amp;nbsp; $SPLUNK_HOME/etc/apps/(appname)/bin/script.ps1&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Sep 2021 20:41:12 GMT</pubDate>
    <dc:creator>Stefanie</dc:creator>
    <dc:date>2021-09-01T20:41:12Z</dc:date>
    <item>
      <title>Deployment Server Uri different than expected?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Uri-different-than-expected/m-p/565520#M24834</link>
      <description>&lt;P&gt;Hey everyone!&lt;/P&gt;&lt;P&gt;I'm in the process of investigating a Splunk instance that I have inherited. I've got a decent handle on things, but I am seeing that the majority of our index is being eaten up by logs from our multiple Active Directory controllers.&lt;/P&gt;&lt;P&gt;Digging around, I see that the local inputs.conf file for the universal forwarder on the DCs is empty, and btool confirms they are not pulling in config from other places. There is, however, a deploymentclient.conf file, with a single targetUri in it.&lt;/P&gt;&lt;P&gt;What's interesting, though, is that the listed TargetUri is not a server name that is present in our environment. It's close, but not exact. Further, I see no signs that this particular domain controller has ever checked in with our deployment server.&lt;/P&gt;&lt;P&gt;I know for a fact that we manually installed the Universal Forwarder on the domain controller. I also know that the correct Deployment Server and Indexer were provided at install time.&lt;/P&gt;&lt;P&gt;So what might have caused the targetUri to change? I'm thinking it may be something in the deployment server itself, but I don't know where to look for that setting or how the deployment server might have updated it. I'm still getting my head wrapped around just what the deployment server itself is doing, in fact. But I am worried that with a full throttle, out of the box universal forwarder, we are likely collecting way more information than we actually want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 16:33:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Uri-different-than-expected/m-p/565520#M24834</guid>
      <dc:creator>AHBrook</dc:creator>
      <dc:date>2021-09-01T16:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server Uri different than expected?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Uri-different-than-expected/m-p/565528#M24835</link>
      <description>&lt;P&gt;Is it possible your Deployment Server has a script that is pointing the deploymentclient.conf to that other TargetUri?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 17:29:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Uri-different-than-expected/m-p/565528#M24835</guid>
      <dc:creator>Stefanie</dc:creator>
      <dc:date>2021-09-01T17:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server Uri different than expected?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Uri-different-than-expected/m-p/565530#M24836</link>
      <description>&lt;P&gt;This is actually the exact scenario I'm trying to hunt down, but I don't know where to look. I've confirmed we have an SCCM deployment for the universal forwarder that was developed but never deployed, and it has the right settings. So it really feels like these servers manually checked in, then were pointed somewhere else. I just.. can't find where that might be coming from.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 17:36:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Uri-different-than-expected/m-p/565530#M24836</guid>
      <dc:creator>AHBrook</dc:creator>
      <dc:date>2021-09-01T17:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server Uri different than expected?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Uri-different-than-expected/m-p/565534#M24837</link>
      <description>&lt;P&gt;In $SPLUNK_HOME/etc/deployment-apps/ there could be an app that contains a script.&lt;BR /&gt;Also, is your deploymentclient.conf file in $SPLUNK_HOME/etc/system/local or in an app?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 17:44:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Uri-different-than-expected/m-p/565534#M24837</guid>
      <dc:creator>Stefanie</dc:creator>
      <dc:date>2021-09-01T17:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server Uri different than expected?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Uri-different-than-expected/m-p/565551#M24838</link>
      <description>&lt;P&gt;Sorry, missed this one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The deploymentclient.conf I referenced was on the universal forwarder in $SPLUNK_HOME/etc/system/local. The deployment-apps folder just has a README.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On our deployment server, there are 22 apps in $SPLUNK_HOME/etc/deployment-apps.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 20:30:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Uri-different-than-expected/m-p/565551#M24838</guid>
      <dc:creator>AHBrook</dc:creator>
      <dc:date>2021-09-01T20:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server Uri different than expected?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Uri-different-than-expected/m-p/565552#M24839</link>
      <description>&lt;P&gt;No worries, one of those 22 apps may have a script that is modifying the Forwarder's deploymentclient.conf.&lt;/P&gt;&lt;P&gt;Typically it would be in a folder called 'bin' in the app's folder. Do any of the names of the apps in /deployment-apps/ sound like it could have configuration files for the forwarders that connect?&lt;/P&gt;&lt;P&gt;What apps were pushed to the server with the Universal Forwarder on it? It will be in $SPLUNK_HOME/etc/apps/&lt;/P&gt;&lt;P&gt;You could look in the apps on there for a script. It should be something like:&amp;nbsp; $SPLUNK_HOME/etc/apps/(appname)/bin/script.ps1&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 20:41:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Uri-different-than-expected/m-p/565552#M24839</guid>
      <dc:creator>Stefanie</dc:creator>
      <dc:date>2021-09-01T20:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server Uri different than expected?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Uri-different-than-expected/m-p/565554#M24840</link>
      <description>&lt;P&gt;On the client, there are 6 elements in the apps folder:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;introspection_generator_addon&lt;/LI&gt;&lt;LI&gt;learned&lt;/LI&gt;&lt;LI&gt;search&lt;/LI&gt;&lt;LI&gt;splunkhttpinput&lt;/LI&gt;&lt;LI&gt;splunk_internal_metrics&lt;/LI&gt;&lt;LI&gt;SplunkUniversalForwarder&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The only one with a bin is the introspection generator, with collector.path.&lt;/P&gt;&lt;P&gt;I do see a bunch of .cmd files in $SPLUNK_HOME/etc/system/bin, but those look like they set up the admon, perfmon, powershell, event log, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That said, the previous admin did throw the deployment server's configs into our git instance, so I'm gonna go spelunking into that and see if I can find this very particular reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: And a quick search shows the only place with the URI that I'm looking for in our gitlab... is in a few ansible files. I suspect this change may be something outside of splunk.&lt;/P&gt;&lt;P&gt;I really do greatly appreciate the help figuring this out!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 20:52:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Deployment-Server-Uri-different-than-expected/m-p/565554#M24840</guid>
      <dc:creator>AHBrook</dc:creator>
      <dc:date>2021-09-01T20:52:38Z</dc:date>
    </item>
  </channel>
</rss>

