<?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: data input &amp; forwarding on universal forwarders in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/data-input-forwarding-on-universal-forwarders/m-p/71015#M14440</link>
    <description>&lt;P&gt;So...anyone knows where to locate outputs.conf that comes with universal forwarder...&lt;/P&gt;</description>
    <pubDate>Mon, 19 Sep 2011 01:48:40 GMT</pubDate>
    <dc:creator>remy06</dc:creator>
    <dc:date>2011-09-19T01:48:40Z</dc:date>
    <item>
      <title>data input &amp; forwarding on universal forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/data-input-forwarding-on-universal-forwarders/m-p/71012#M14437</link>
      <description>&lt;P&gt;I've installed universal forwarder on linux system and have configured the forwarder to forward linux log to indexer ip 3.4.5.6:  &lt;/P&gt;

&lt;P&gt;inputs.conf&lt;BR /&gt;&lt;BR /&gt;
[monitor://path.../myfile]&lt;BR /&gt;&lt;BR /&gt;
host = 1.2.3.4&lt;BR /&gt;&lt;BR /&gt;
sourcetype = linux:log  &lt;/P&gt;

&lt;P&gt;output.conf&lt;BR /&gt;&lt;BR /&gt;
[tcpout]&lt;BR /&gt;&lt;BR /&gt;
server = 3.4.5.6&lt;/P&gt;

&lt;P&gt;Still unable to receive any logs from the forwarder yet. Anything I've missed?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2011 07:58:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/data-input-forwarding-on-universal-forwarders/m-p/71012#M14437</guid>
      <dc:creator>remy06</dc:creator>
      <dc:date>2011-09-07T07:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: data input &amp; forwarding on universal forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/data-input-forwarding-on-universal-forwarders/m-p/71013#M14438</link>
      <description>&lt;P&gt;you should define a port;&lt;BR /&gt;
eg&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpoutip_port]
server = ip:port
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and then ensure you have seutp your indexer to receive on the same port.&lt;BR /&gt;
To then verify on the web gui that there is connectivity or to help troubleshoot then you could perform a search as an admin like;&lt;BR /&gt;
    index=_internal tcpin*&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2011 11:18:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/data-input-forwarding-on-universal-forwarders/m-p/71013#M14438</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2011-09-07T11:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: data input &amp; forwarding on universal forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/data-input-forwarding-on-universal-forwarders/m-p/71014#M14439</link>
      <description>&lt;P&gt;I've re-checked the documentation and followed the syntax.&lt;/P&gt;

&lt;P&gt;In inputs.conf&lt;BR /&gt;&lt;BR /&gt;
[monitor:///path.../myfile]&lt;BR /&gt;&lt;BR /&gt;
host = 1.2.3.4&lt;BR /&gt;&lt;BR /&gt;
sourcetype = linux:log&lt;/P&gt;

&lt;P&gt;outputs.conf&lt;BR /&gt;&lt;BR /&gt;
[tcpout-server://3.4.5.6:3333]&lt;BR /&gt;&lt;BR /&gt;
compressed=false  &lt;/P&gt;

&lt;P&gt;Understood that outputs.conf is provided with universal forwarder in the search app.I can't find it, and if were to create it manually should it be placed at opt/splunk/etc/../search/default ?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2011 03:03:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/data-input-forwarding-on-universal-forwarders/m-p/71014#M14439</guid>
      <dc:creator>remy06</dc:creator>
      <dc:date>2011-09-14T03:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: data input &amp; forwarding on universal forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/data-input-forwarding-on-universal-forwarders/m-p/71015#M14440</link>
      <description>&lt;P&gt;So...anyone knows where to locate outputs.conf that comes with universal forwarder...&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2011 01:48:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/data-input-forwarding-on-universal-forwarders/m-p/71015#M14440</guid>
      <dc:creator>remy06</dc:creator>
      <dc:date>2011-09-19T01:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: data input &amp; forwarding on universal forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/data-input-forwarding-on-universal-forwarders/m-p/71016#M14441</link>
      <description>&lt;P&gt;Well, you may find several outputs.conf files on your system, popular paths include:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;/opt/splunkforwarder/etc/apps/SplunkUniversalForwarder/local&lt;/LI&gt;
&lt;LI&gt;/opt/splunkforwarder/etc/apps/search/local&lt;/LI&gt;
&lt;LI&gt;/opt/splunkforwarder/etc/system/local &lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Don't mess with any of the ../default/outputs.conf files.&lt;/P&gt;

&lt;P&gt;The problem may also lie elsewhere;&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Compression must be enabled on both the forwarding and receiving end.&lt;/LI&gt;
&lt;LI&gt;On the forwarder, try &lt;CODE&gt;'/opt/splunkforwarder/bin/splunk btool outputs list'&lt;/CODE&gt; to see the current configuration for outputs.&lt;/LI&gt;
&lt;LI&gt;Do you see any network traffic going out of your forwarder? Try &lt;CODE&gt;'netstat -an | grep 3333'&lt;/CODE&gt;. If you do not see that the connection is ESTABLISHED, you may have a firewall blocking the traffic.&lt;/LI&gt;
&lt;LI&gt;Does your monitor stanza identify your source files/directory correctly? Try to see what the forwarder thinks by connecting to the REST api. This requires that you have changed the default password ('changeme') for the admin account on the forwarder.   &lt;A href="http://name-or-ip-of-your-forwarder/services/admin/inputstatus/TailingProcessor:FileStatus"&gt;https://your-forwarder-ip-or-name:8089/services/admin/inputstatus/TailingProcessor:FileStatus&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Always look through the splunkd.log for errors (in /opt/splunkforwarder/var/log/splunk/). Stop the forwarder. Make note of the time. Start the forwarder. Look through the splunkd.log from the time when you (re-)started.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Hope this helps,&lt;/P&gt;

&lt;P&gt;Kristian&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2011 14:55:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/data-input-forwarding-on-universal-forwarders/m-p/71016#M14441</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2011-09-19T14:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: data input &amp; forwarding on universal forwarders</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/data-input-forwarding-on-universal-forwarders/m-p/71017#M14442</link>
      <description>&lt;P&gt;You can find it here :-&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/system/local/outputs.conf&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2014 07:50:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/data-input-forwarding-on-universal-forwarders/m-p/71017#M14442</guid>
      <dc:creator>nrjsh1988</dc:creator>
      <dc:date>2014-05-13T07:50:15Z</dc:date>
    </item>
  </channel>
</rss>

