<?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: Basic steps to configure universal forwarder (4.2) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Basic-steps-to-configure-universal-forwarder-4-2/m-p/73499#M15063</link>
    <description>&lt;P&gt;Anybody? All I want to have universal forwarder forward log files to a central installation of Splunk on a different host. I noticed some other "forwarder" questions are not answered here. Nobody knows how they work?&lt;/P&gt;</description>
    <pubDate>Tue, 05 Apr 2011 02:51:27 GMT</pubDate>
    <dc:creator>yuriy_zubarev</dc:creator>
    <dc:date>2011-04-05T02:51:27Z</dc:date>
    <item>
      <title>Basic steps to configure universal forwarder (4.2)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Basic-steps-to-configure-universal-forwarder-4-2/m-p/73498#M15062</link>
      <description>&lt;P&gt;No migrations, no upgrade, installing forwarders from the ground up.&lt;/P&gt;

&lt;P&gt;from splunkd.log&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;**ERROR TcpOutputProc - LightWeightForwarder/UniversalForwarder not configured. Please configure outputs.conf**
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;etc/system/local/outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = splunk
server = log1:9997
compressed=true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;etc/system/local/deploymentclient.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[target-broker:deploymentServer]
targetUri = log1:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;etc/system/local/inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///[my folder path]/splunk-test]
disabled = false
followTail = 0
index = default
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Splunk on log1 works fine.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2011 07:52:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Basic-steps-to-configure-universal-forwarder-4-2/m-p/73498#M15062</guid>
      <dc:creator>yuriy_zubarev</dc:creator>
      <dc:date>2011-04-02T07:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Basic steps to configure universal forwarder (4.2)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Basic-steps-to-configure-universal-forwarder-4-2/m-p/73499#M15063</link>
      <description>&lt;P&gt;Anybody? All I want to have universal forwarder forward log files to a central installation of Splunk on a different host. I noticed some other "forwarder" questions are not answered here. Nobody knows how they work?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2011 02:51:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Basic-steps-to-configure-universal-forwarder-4-2/m-p/73499#M15063</guid>
      <dc:creator>yuriy_zubarev</dc:creator>
      <dc:date>2011-04-05T02:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Basic steps to configure universal forwarder (4.2)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Basic-steps-to-configure-universal-forwarder-4-2/m-p/73500#M15064</link>
      <description>&lt;P&gt;I think the issue is that you don't have a stanza corresponding to your defaultGroup.
According to the docs, in that case you are disabling automatic forwarding.&lt;/P&gt;

&lt;P&gt;I would make your output.conf look more like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = splunk

[tcpout:splunk]
disabled = false
server = log1:9997
compressed = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Apr 2011 09:42:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Basic-steps-to-configure-universal-forwarder-4-2/m-p/73500#M15064</guid>
      <dc:creator>mslvrstn</dc:creator>
      <dc:date>2011-04-05T09:42:24Z</dc:date>
    </item>
  </channel>
</rss>

