<?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: Splunk forwarder not detected in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-forwarder-not-detected/m-p/703412#M28804</link>
    <description>&lt;P&gt;To elaborate on &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/135068"&gt;@Jawahir&lt;/a&gt; 's answer.&lt;/P&gt;&lt;P&gt;What you see "in settings" is forwarder monitoring. It only shows you what it can read from forwarder's internal logs sent to your Splunk server. It shows your forwarder so it means your output on the forwarder is set correctly to your Splunk server and the data if properly forwarded. I'm assuming so far no "production" data is being forwarded, just the internal forwarder's logs.&lt;/P&gt;&lt;P&gt;What you're trying to do - add an input from remote forwarder is something completely different which is done with a Deployment Server functionality. Typically in a big setup a Deployment Server is an additional server which "governs" configuration of its deployment clients (usually forwarders). In your case, as you have just one Splunk server, you must point your forwarder to your server as &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/135068"&gt;@Jawahir&lt;/a&gt; showed. BTW, in production use you normally don't use the GUI to add remote inputs but that's a story for another time &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 02 Nov 2024 22:09:49 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2024-11-02T22:09:49Z</dc:date>
    <item>
      <title>Splunk forwarder not detected</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-forwarder-not-detected/m-p/703396#M28802</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I have set up my Splunk server and Splunk forwarder. When I explore the settings, I can see one host as shown in the image. However, when I try to add data from the Add Data section, I get an error like in the other image. Can you help me resolve this issue?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="emreorhan_0-1730557577741.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33333i5D20050DB9BE51B6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="emreorhan_0-1730557577741.png" alt="emreorhan_0-1730557577741.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="emreorhan_1-1730557596600.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33334iF12C59030934CF87/image-size/medium?v=v2&amp;amp;px=400" role="button" title="emreorhan_1-1730557596600.png" alt="emreorhan_1-1730557596600.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2024 14:28:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Splunk-forwarder-not-detected/m-p/703396#M28802</guid>
      <dc:creator>emreorhan</dc:creator>
      <dc:date>2024-11-02T14:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk forwarder not detected</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-forwarder-not-detected/m-p/703399#M28803</link>
      <description>&lt;H3&gt;As the error message says in your screenshot, Configure the universal forwarder as a Deployment Client to your Splunk server.&lt;/H3&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H4&gt;1. Enable Deployment Client on the Universal Forwarder&lt;/H4&gt;&lt;P&gt;First, log in to the server where the Universal Forwarder is installed.&lt;/P&gt;&lt;H4&gt;2. Create a Deployment Client Configuration&lt;/H4&gt;&lt;P&gt;Edit or create the deploymentclient.conf file in the following path:&lt;/P&gt;&lt;PRE&gt;$SPLUNK_HOME/etc/system/local/deploymentclient.conf&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Add the following configuration:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;[deployment-client]&lt;BR /&gt;# Enable the deployment client&lt;BR /&gt;disabled = false&lt;BR /&gt;&lt;BR /&gt;[target-broker:deploymentServer]&lt;BR /&gt;# Specify the IP address or hostname and port of the Deployment Server&lt;BR /&gt;targetUri = &amp;lt;deployment_server_ip&amp;gt;:&amp;lt;deployment_server_port&amp;gt;&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;&amp;lt;deployment_server_ip&amp;gt;&lt;/STRONG&gt;: IP address or hostname of the Splunk Deployment Server.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&amp;lt;deployment_server_port&amp;gt;&lt;/STRONG&gt;: The port configured for the Deployment Server (default is 8089).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;For example:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;[deployment-client]&lt;BR /&gt;disabled = false&lt;BR /&gt;&lt;BR /&gt;[target-broker:deploymentServer]&lt;BR /&gt;targetUri = 192.168.1.100:8089&lt;/PRE&gt;&lt;H4&gt;3. Restart the Splunk Universal Forwarder&lt;/H4&gt;&lt;P&gt;To apply the changes, restart the Splunk Universal Forwarder:&lt;/P&gt;&lt;PRE&gt;$SPLUNK_HOME/bin/splunk restart&lt;/PRE&gt;&lt;H4&gt;4. Verify the Deployment Client Connection on the Deployment Server&lt;/H4&gt;&lt;P&gt;On the Splunk Deployment Server, go to:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Settings &amp;gt; Forwarder Management&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Under &lt;STRONG&gt;Clients&lt;/STRONG&gt;, you should see the new Universal Forwarder listed as a deployment client.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;------&lt;/P&gt;&lt;H5&gt;If you find this solution helpful, please consider&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;accepting it&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;awarding karma points !!&lt;/STRONG&gt;&lt;/H5&gt;</description>
      <pubDate>Sat, 02 Nov 2024 14:45:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Splunk-forwarder-not-detected/m-p/703399#M28803</guid>
      <dc:creator>Jawahir</dc:creator>
      <dc:date>2024-11-02T14:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk forwarder not detected</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-forwarder-not-detected/m-p/703412#M28804</link>
      <description>&lt;P&gt;To elaborate on &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/135068"&gt;@Jawahir&lt;/a&gt; 's answer.&lt;/P&gt;&lt;P&gt;What you see "in settings" is forwarder monitoring. It only shows you what it can read from forwarder's internal logs sent to your Splunk server. It shows your forwarder so it means your output on the forwarder is set correctly to your Splunk server and the data if properly forwarded. I'm assuming so far no "production" data is being forwarded, just the internal forwarder's logs.&lt;/P&gt;&lt;P&gt;What you're trying to do - add an input from remote forwarder is something completely different which is done with a Deployment Server functionality. Typically in a big setup a Deployment Server is an additional server which "governs" configuration of its deployment clients (usually forwarders). In your case, as you have just one Splunk server, you must point your forwarder to your server as &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/135068"&gt;@Jawahir&lt;/a&gt; showed. BTW, in production use you normally don't use the GUI to add remote inputs but that's a story for another time &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Nov 2024 22:09:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Splunk-forwarder-not-detected/m-p/703412#M28804</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-02T22:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk forwarder not detected</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Splunk-forwarder-not-detected/m-p/703431#M28805</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/135068"&gt;@Jawahir&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your responses; my issue has been resolved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2024 11:55:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Splunk-forwarder-not-detected/m-p/703431#M28805</guid>
      <dc:creator>emreorhan</dc:creator>
      <dc:date>2024-11-03T11:55:32Z</dc:date>
    </item>
  </channel>
</rss>

