<?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: Why am I not seeing Forwarders? in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Why-am-I-not-seeing-Forwarders/m-p/645552#M12939</link>
    <description>IP address:port for DS should be IP-to-Docker:8089 if you are using normal port. 8089 is REST port, 8000 for GUI and 9997 for receiving data.</description>
    <pubDate>Fri, 02 Jun 2023 12:52:45 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2023-06-02T12:52:45Z</dc:date>
    <item>
      <title>Why am I not seeing Forwarders?</title>
      <link>https://community.splunk.com/t5/Installation/Why-am-I-not-seeing-Forwarders/m-p/645467#M12933</link>
      <description>&lt;P&gt;Any help is appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OK, I installed splunk on a docker instance,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;docker run -d --name Splunk --restart unless-stopped -v /var/run/docker.sock:/var/run/docker.sock -p 8000:8000 -p 8089:8089 -p 9997:9997 -e "SPLUNK_START_ARGS=--accept-license" -e "SPLUNK_PASSWORD=SUPER-SECRET" splunk/splunk:latest&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Then I went to settings, forwarding and receiving,&amp;nbsp;Receive data,&amp;nbsp;Configure receiving and made sure Liston On Port&amp;nbsp;9997 was enabled&lt;BR /&gt;Added a new Username and new password&lt;/P&gt;&lt;P&gt;Then I went to an ubuntu 22.04 I think and ran (ChatGPT aided in some of this)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;* sudo su
* useradd -m splunk
* groupadd splunk (Which if memory serves it said group already existed)
* export SPLUNK_HOME="/opt/splunkforwarder"
* mkdir $SPLUNK_HOME
* Then I cd'd into the splunk home directory
* chown -R splunk:splunk $SPLUNK_HOME
* wget -O splunkforwarder-9.0.5-Not Sure if these were account specific so removed them-linux-2.6-amd64.deb "https://download.splunk.com/products/universalforwarder/releases/9.0.5/linux/splunkforwarder-9.0.5-Not Sure if these were account specific so removed them-linux-2.6-amd64.deb"
* dpkg -i /path/to/splunkforwarder_package_name.deb
* chown -R splunk:splunk /opt/splunkforwarder
* sudo -u splunk /opt/splunkforwarder/bin/splunk add forward-server My-IP-Address-To-Docker:9997 -auth New-Username:New-Password&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;* That then made me agree and enter the username and password I created for Splunk in Docker&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;* sudo -u splunk /opt/splunkforwarder/bin/splunk set deploy-poll IP-to-Docker:8089
* sudo -u splunk /opt/splunkforwarder/bin/splunk restart&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* Then I go to settings, Add Data, Forward and I see There are currently no forwarders configured as deployment clients to this instance.&lt;BR /&gt;* Also if I go to Forwarder management I see The forwarder management UI distributes deployment apps to Splunk clients. No clients or apps are currently available on this deployment server.&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 14:23:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-am-I-not-seeing-Forwarders/m-p/645467#M12933</guid>
      <dc:creator>MeeksFamily06</dc:creator>
      <dc:date>2023-06-02T14:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I not seeing Forwarders?</title>
      <link>https://community.splunk.com/t5/Installation/Why-am-I-not-seeing-Forwarders/m-p/645485#M12935</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Have you start your UF? You just said that you add DS address, but didn't mention if you (re)start UF?&lt;/P&gt;&lt;P&gt;Are those one same network subnet and are you sure that there are no FW blocking that connection?&lt;/P&gt;&lt;P&gt;btw. When you use UF don't use same password for it than you are using on Your Splunk Server. UF's password should be different and even UF's internal account name could be different than normal admin.&lt;/P&gt;&lt;P&gt;You also should have some base app for your environment where you have defined your outputs.conf etc. for all UFs. Usually I have own app which contains also that DS connection part. I never use that "splunk add forward-server...." as it put its configuration under /opt/splunkforwarders/etc/system/local and then I cannot update it from DS side!&lt;/P&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 07:09:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-am-I-not-seeing-Forwarders/m-p/645485#M12935</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-02T07:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I not seeing Forwarders?</title>
      <link>https://community.splunk.com/t5/Installation/Why-am-I-not-seeing-Forwarders/m-p/645486#M12936</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/257353"&gt;@MeeksFamily06&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;to send logs to a Splunk instance, you have to configure the outputs.conf in your Universal Forwarder or use a CLI command as&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;./splunk add forward-server &amp;lt;host name or ip address&amp;gt;:&amp;lt;listening port&lt;/LI-CODE&gt;&lt;P&gt;for more infos see&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Forwarder/9.0.4/Forwarder/Configuretheuniversalforwarder" target="_blank"&gt;https://docs.splunk.com/Documentation/Forwarder/9.0.4/Forwarder/Configuretheuniversalforwarder&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But this isn't sufficient to see the UF as a deployment client.&lt;/P&gt;&lt;P&gt;You have to configure the deploymentclient.conf file or run a CLI command:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;splunk set deploy-poll &amp;lt;IP_address/hostname&amp;gt;:&amp;lt;management_port&amp;gt;
splunk restart&lt;/LI-CODE&gt;&lt;P&gt;for more infos see:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Updating/Configuredeploymentclients" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Updating/Configuredeploymentclients&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 07:15:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-am-I-not-seeing-Forwarders/m-p/645486#M12936</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-02T07:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I not seeing Forwarders?</title>
      <link>https://community.splunk.com/t5/Installation/Why-am-I-not-seeing-Forwarders/m-p/645530#M12937</link>
      <description>&lt;P&gt;I had not originally ran&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sudo -u splunk /opt/splunkforwarder/bin/splunk set deploy-poll IP-to-Docker:8000 &lt;/LI-CODE&gt;&lt;P&gt;BUT I just went back and ran that. Then ran&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sudo -u splunk /opt/splunkforwarder/bin/splunk restart&lt;/LI-CODE&gt;&lt;P&gt;It didn't show up, then rebooted both entire machines just for good measure and still didn't see it&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>Fri, 02 Jun 2023 11:44:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-am-I-not-seeing-Forwarders/m-p/645530#M12937</guid>
      <dc:creator>MeeksFamily06</dc:creator>
      <dc:date>2023-06-02T11:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I not seeing Forwarders?</title>
      <link>https://community.splunk.com/t5/Installation/Why-am-I-not-seeing-Forwarders/m-p/645532#M12938</link>
      <description>&lt;P&gt;I am sorry, I did run&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sudo -u splunk /opt/splunkforwarder/bin/splunk restart&lt;/LI-CODE&gt;&lt;P&gt;and sometimes rebooted the entire system just for good measure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also tbh I thought the first username and password I was entering was the login info for the receiving splunk instance, it was until later that I discovered it was the login info for the forwarder&lt;/P&gt;&lt;P&gt;The two computers are on the same router&lt;/P&gt;&lt;P&gt;The base app is the docker instance I believe&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 11:49:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-am-I-not-seeing-Forwarders/m-p/645532#M12938</guid>
      <dc:creator>MeeksFamily06</dc:creator>
      <dc:date>2023-06-02T11:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I not seeing Forwarders?</title>
      <link>https://community.splunk.com/t5/Installation/Why-am-I-not-seeing-Forwarders/m-p/645552#M12939</link>
      <description>IP address:port for DS should be IP-to-Docker:8089 if you are using normal port. 8089 is REST port, 8000 for GUI and 9997 for receiving data.</description>
      <pubDate>Fri, 02 Jun 2023 12:52:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-am-I-not-seeing-Forwarders/m-p/645552#M12939</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-02T12:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I not seeing Forwarders?</title>
      <link>https://community.splunk.com/t5/Installation/Why-am-I-not-seeing-Forwarders/m-p/645565#M12940</link>
      <description>&lt;P&gt;Ok, I deleted and reran my docker instance with (To also open port 8089)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;docker run -d --name Splunk --restart unless-stopped  -v /var/run/docker.sock:/var/run/docker.sock -p 8000:8000 -p 8089:8089 -p 9997:9997 -e "SPLUNK_START_ARGS=--accept-license" -e "SPLUNK_PASSWORD=SUPER-SECRET" splunk/splunk:latest&lt;/LI-CODE&gt;&lt;P&gt;Then I ran on the ubuntu server&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;*sudo -u splunk /opt/splunkforwarder/bin/splunk set deploy-poll IP-to-Docker-Server:8089
*sudo -u splunk /opt/splunkforwarder/bin/splunk restart&lt;/LI-CODE&gt;&lt;P&gt;Still did not see it, then I rebooted everything for good measure and still do not see it&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>Fri, 02 Jun 2023 14:23:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-am-I-not-seeing-Forwarders/m-p/645565#M12940</guid>
      <dc:creator>MeeksFamily06</dc:creator>
      <dc:date>2023-06-02T14:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I not seeing Forwarders?</title>
      <link>https://community.splunk.com/t5/Installation/Why-am-I-not-seeing-Forwarders/m-p/645625#M12942</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/257353"&gt;@MeeksFamily06&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jun 2023 05:58:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-am-I-not-seeing-Forwarders/m-p/645625#M12942</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-06-03T05:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I not seeing Forwarders?</title>
      <link>https://community.splunk.com/t5/Installation/Why-am-I-not-seeing-Forwarders/m-p/686823#M13862</link>
      <description>&lt;P&gt;In fact, from this document "&lt;A href="https://docs.splunk.com/Documentation/Forwarder/9.2.1/Forwarder/Consolidatedatafrommultiplehosts" target="_blank"&gt;https://docs.splunk.com/Documentation/Forwarder/9.2.1/Forwarder/Consolidatedatafrommultiplehosts&lt;/A&gt;", I did not find that the second step needs to be executed.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 02:46:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Why-am-I-not-seeing-Forwarders/m-p/686823#M13862</guid>
      <dc:creator>wangyu</dc:creator>
      <dc:date>2024-05-08T02:46:40Z</dc:date>
    </item>
  </channel>
</rss>

