<?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: Can't get Universal Forwarder to work. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Can-t-get-Universal-Forwarder-to-work/m-p/108829#M22889</link>
    <description>&lt;P&gt;It would be helpful to see your inputs.conf on the indexer and outputs.conf on the forwarder.  You can obscure or modify any sensitive data.&lt;/P&gt;

&lt;P&gt;What's the output of ./splunk list forward-server on the forwarder?&lt;/P&gt;</description>
    <pubDate>Mon, 14 Nov 2011 17:04:47 GMT</pubDate>
    <dc:creator>mikelanghorst</dc:creator>
    <dc:date>2011-11-14T17:04:47Z</dc:date>
    <item>
      <title>Can't get Universal Forwarder to work.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-t-get-Universal-Forwarder-to-work/m-p/108825#M22885</link>
      <description>&lt;P&gt;I have successfully installed the receiving server, setup the receiver, opened firewall ports. In setting up the forwarder after entering the server ip/username/password info it succeeded. I setup 1 line in the inputs.conf: [monitor:///var/log/httpd/error_log]&lt;BR /&gt;
and have restarted splunk on the forwarder and restarted Apache on the forwarded to generate some error messages. I ran the 'list monitor' command on the forwarder and it showed that it was indeed monitoring '/var/log/httpd/error_log' (as well as the splunk logs). However there is nothing showing up on the receiver and there are new entries in the 'error_log' and I am not sure where to start looking.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:05:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-t-get-Universal-Forwarder-to-work/m-p/108825#M22885</guid>
      <dc:creator>sackerman</dc:creator>
      <dc:date>2020-09-28T10:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get Universal Forwarder to work.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-t-get-Universal-Forwarder-to-work/m-p/108826#M22886</link>
      <description>&lt;P&gt;Check the /opt/splunk/var/log/splunk/splunkd and metrics.log on the forwarder and receiver. You should be able to get some good info from there as a starting point.  On the receiver to view the log directory you can just run a search, index="_internal" to see the splunk log messages. But on the universal forwarder since there is no web interface you will have to manually view the log files. If you want to show some output from those logs that would help.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Nov 2011 16:32:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-t-get-Universal-Forwarder-to-work/m-p/108826#M22886</guid>
      <dc:creator>mikesaia</dc:creator>
      <dc:date>2011-11-12T16:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get Universal Forwarder to work.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-t-get-Universal-Forwarder-to-work/m-p/108827#M22887</link>
      <description>&lt;P&gt;Okay, I think I may have found the problem&lt;BR /&gt;
forwarder:metrics.log:&lt;/P&gt;

&lt;P&gt;11-12-2011 11:46:57.189 -0500 INFO  StatusMgr - destHost=173-160-51-65-colorado.hfc.comcastbusiness.net, destIp=173.160.51.65, destPort=9997, eventType=connect_fail, publisher=tcpout, sourcePort=8089, statusee=TcpOutputProcessor&lt;/P&gt;

&lt;P&gt;But I am not sure what the cause is. I have the source port opened up on the forwarder and the destination port opened up on the receiver. I have looked in the 'messages' log on the receiver and I don't see that the connection has been blocked. I am looking in the same log on the forwarder and don't see that the connection has been blocked. So what's next?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Nov 2011 17:08:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-t-get-Universal-Forwarder-to-work/m-p/108827#M22887</guid>
      <dc:creator>sackerman</dc:creator>
      <dc:date>2011-11-12T17:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get Universal Forwarder to work.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-t-get-Universal-Forwarder-to-work/m-p/108828#M22888</link>
      <description>&lt;P&gt;Found another entry in the forwarder splunkd.log:&lt;/P&gt;

&lt;P&gt;11-12-2011 11:06:48.173 -0500 INFO  TailingProcessor - Could not send data to output queue (parsingQueue), retrying...&lt;/P&gt;

&lt;P&gt;After searching I only found references to solutions when your metrics.log has 'blocked=true' but  have found no entries in either the forwarder and receiver metrics log.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Nov 2011 17:12:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-t-get-Universal-Forwarder-to-work/m-p/108828#M22888</guid>
      <dc:creator>sackerman</dc:creator>
      <dc:date>2011-11-12T17:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get Universal Forwarder to work.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-t-get-Universal-Forwarder-to-work/m-p/108829#M22889</link>
      <description>&lt;P&gt;It would be helpful to see your inputs.conf on the indexer and outputs.conf on the forwarder.  You can obscure or modify any sensitive data.&lt;/P&gt;

&lt;P&gt;What's the output of ./splunk list forward-server on the forwarder?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2011 17:04:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-t-get-Universal-Forwarder-to-work/m-p/108829#M22889</guid>
      <dc:creator>mikelanghorst</dc:creator>
      <dc:date>2011-11-14T17:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get Universal Forwarder to work.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-t-get-Universal-Forwarder-to-work/m-p/108830#M22890</link>
      <description>&lt;P&gt;*******/opt/splunkforwarder/bin/splunk list forward-server&lt;/P&gt;

&lt;P&gt;Active forwards:&lt;BR /&gt;
        None&lt;BR /&gt;
Configured but inactive forwards:&lt;BR /&gt;
        173.160.xx.xx:9997&lt;/P&gt;

&lt;P&gt;*******inputs.conf&lt;BR /&gt;
[default]&lt;BR /&gt;
host = u15437226.onlinehome-server.com&lt;/P&gt;

&lt;P&gt;[monitor:///var/log/httpd/error_log]&lt;BR /&gt;
[monitor:///var/log/httpd/ssl_error_log]&lt;/P&gt;

&lt;P&gt;*******outputs.conf&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
defaultGroup = 173.160.xx.xx_9997&lt;BR /&gt;
disabled = false&lt;/P&gt;

&lt;P&gt;[tcpout:173.160.xx.xx_9997]&lt;BR /&gt;
server = 173.160.xx.xx:9997&lt;/P&gt;

&lt;P&gt;[tcpout-server://173.160.xx.xx:9997]&lt;/P&gt;

&lt;P&gt;Not sure why it lists 'Configured but inactive forwards'?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:06:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-t-get-Universal-Forwarder-to-work/m-p/108830#M22890</guid>
      <dc:creator>sackerman</dc:creator>
      <dc:date>2020-09-28T10:06:17Z</dc:date>
    </item>
  </channel>
</rss>

