<?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: Universal Forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373738#M67730</link>
    <description>&lt;P&gt;I have also already set the deploy-poll and restarted afterwards. The forwarder still does not appear on splunk enterprise&lt;/P&gt;</description>
    <pubDate>Wed, 02 May 2018 14:13:45 GMT</pubDate>
    <dc:creator>butlerm494</dc:creator>
    <dc:date>2018-05-02T14:13:45Z</dc:date>
    <item>
      <title>Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373727#M67719</link>
      <description>&lt;P&gt;Before I start this is a serious case of blind leading the blind.&lt;/P&gt;

&lt;P&gt;Currently we have a VMware running Windows Server 2016 hosting Splunk Enterprise, to date we have managed to get the forwarder installed on Windows 7, Windows 2003, Windows 2008, Solaris and Mint Linux (Just for a laugh).  Without much administration it all works well, but we come to RHEL 7, for some reason we can not get it work, everything appears to be okay.  Installed the RPM forwarder, but nothing appears to be happening.  &lt;/P&gt;

&lt;P&gt;As this is a test system we have disabled both Server and Client firewalls, can ping the server in both directions - but we can't seem to get it to work.  The only thing that we have managed to find using "google" is a potential issue with SELINUX so we have disabled that.&lt;/P&gt;

&lt;P&gt;Any suggestions as this would save the sanity of the "intern"&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 13:22:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373727#M67719</guid>
      <dc:creator>butlerm494</dc:creator>
      <dc:date>2018-05-02T13:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373728#M67720</link>
      <description>&lt;P&gt;Can you post your &lt;CODE&gt;inputs.conf&lt;/CODE&gt; stanza? Also, what do the forwarder log files say?&lt;/P&gt;

&lt;P&gt;You can go to &lt;CODE&gt;/opt/splunkforwarder/var/log/splunk/splunkd.log&lt;/CODE&gt; and take a look&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 13:35:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373728#M67720</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2018-05-02T13:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373729#M67721</link>
      <description>&lt;P&gt;Is there any error in _internal logs in /opt/splunkforwarder/var/log/splunk/splunkd.log?&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 13:38:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373729#M67721</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2018-05-02T13:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373730#M67722</link>
      <description>&lt;P&gt;I can't post the logs since they are on a standalone system, all we have on the universal forwarder inputs.conf is &lt;BR /&gt;
[default]&lt;BR /&gt;
host = localhost.localdomain&lt;BR /&gt;
Any suggestions are welcome&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 13:45:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373730#M67722</guid>
      <dc:creator>butlerm494</dc:creator>
      <dc:date>2018-05-02T13:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373731#M67723</link>
      <description>&lt;P&gt;Try this on the command line:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;/opt/splunkforwarder/bin/splunk list forward-server&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;It should show you if the UF has successfully connected to any configured destination server.&lt;/P&gt;

&lt;P&gt;Also, do you get ANY logs from the forwarder at all, if only _internal logs?&lt;/P&gt;

&lt;P&gt;Hope that helps - if it does I'd be happy if you would upvote/accept this answer, so others could profit from it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 13:50:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373731#M67723</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-02T13:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373732#M67724</link>
      <description>&lt;P&gt;Thank you for your comment,&lt;BR /&gt;
I tried that command and it lists the ip address of the machine on which splunk enterprise is installed under active forwards.&lt;BR /&gt;
Any other suggestion is appriciated&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 13:55:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373732#M67724</guid>
      <dc:creator>butlerm494</dc:creator>
      <dc:date>2018-05-02T13:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373733#M67725</link>
      <description>&lt;P&gt;Thank you for your answer.&lt;BR /&gt;
All I have in the inputs.conf file is&lt;BR /&gt;
[default]&lt;BR /&gt;
host = localhost.localdomain.&lt;BR /&gt;
I can't post the log file since the system is on a standalone machine.&lt;BR /&gt;
Any suggestion is welcome&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 13:58:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373733#M67725</guid>
      <dc:creator>butlerm494</dc:creator>
      <dc:date>2018-05-02T13:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373734#M67726</link>
      <description>&lt;P&gt;On your search head/indexer, see if you get ANY data of that forwarder (you should, if the indexer shows up as "active forwards"). Try it like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats prestats=t count where (index=* OR index=_*) AND host=yourforwardername by _time index
| timechart count by index
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 May 2018 13:59:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373734#M67726</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-02T13:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373735#M67727</link>
      <description>&lt;P&gt;If you don't have anything else in your inputs.conf, you simply didn't setup any inputs. There is no data going to come because you didn't tell it what to collect. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 14:00:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373735#M67727</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-02T14:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373736#M67728</link>
      <description>&lt;P&gt;but splunk enterprise should still be able to see the forwarder right? Instead I have no clients phoning home.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 14:03:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373736#M67728</guid>
      <dc:creator>butlerm494</dc:creator>
      <dc:date>2018-05-02T14:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373737#M67729</link>
      <description>&lt;P&gt;No, not by default. You need to configure your UF with the IP of the deployment server, they don't call home by default.&lt;BR /&gt;
You could do this by doing &lt;CODE&gt;/opt/splunkforwarder/bin/splunk set deploy-poll YOURSERVER:8089&lt;/CODE&gt; (and maybe restarting).&lt;BR /&gt;
You could also create a seperate app (this is the clean way!) with a deploymentclient.conf like this:&lt;/P&gt;

&lt;P&gt;```&lt;BR /&gt;
[deployment-client]&lt;/P&gt;

&lt;P&gt;[target-broker:deploymentServer]&lt;BR /&gt;
targetUri= YOURSERVER:8089&lt;BR /&gt;
```&lt;/P&gt;

&lt;P&gt;YOURSERVER has to be replaced with the IP or DNS name of your Splunk instance.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 14:06:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373737#M67729</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-02T14:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373738#M67730</link>
      <description>&lt;P&gt;I have also already set the deploy-poll and restarted afterwards. The forwarder still does not appear on splunk enterprise&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 14:13:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373738#M67730</guid>
      <dc:creator>butlerm494</dc:creator>
      <dc:date>2018-05-02T14:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373739#M67731</link>
      <description>&lt;P&gt;Can you use tcpdump on the Splunk Enterprise instance to check if you get any communication from that instance to TCP port 9997?&lt;BR /&gt;
Also, did you try to check for any logs with my tstats command posted in the other comment?&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 14:23:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373739#M67731</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-02T14:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373740#M67732</link>
      <description>&lt;P&gt;I have TcpOutputFd - read error. Connection reset by peer&lt;BR /&gt;
tcpoutputProc - connection to  closed. Read error. Connection reset by peer.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 14:27:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373740#M67732</guid>
      <dc:creator>butlerm494</dc:creator>
      <dc:date>2018-05-02T14:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373741#M67733</link>
      <description>&lt;P&gt;Once again, you need to see what the forwarder logs are saying to troubleshoot your issue.. You claimed to install the UF on a RHEL server, so you can either look on that RHEL server under the path I gave you above, or if you are forwarder your UF log files, you can look in Splunk. We are unable to help you until you look&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 16:19:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder/m-p/373741#M67733</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2018-05-02T16:19:28Z</dc:date>
    </item>
  </channel>
</rss>

