<?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 How do I convert from a light forwarder to a full forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-from-a-light-forwarder-to-a-full-forwarder/m-p/10515#M370</link>
    <description>&lt;P&gt;I have a light forwarder (v4.0.7) I want to change this to a forwarder instead of a light forwarder. The reason being is that I want this forwarder to add some indexed fields to the mix before the data is sent over to the main index server. What are the steps involved to make this happen?&lt;/P&gt;</description>
    <pubDate>Thu, 25 Mar 2010 08:05:23 GMT</pubDate>
    <dc:creator>Alan_Bradley</dc:creator>
    <dc:date>2010-03-25T08:05:23Z</dc:date>
    <item>
      <title>How do I convert from a light forwarder to a full forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-from-a-light-forwarder-to-a-full-forwarder/m-p/10515#M370</link>
      <description>&lt;P&gt;I have a light forwarder (v4.0.7) I want to change this to a forwarder instead of a light forwarder. The reason being is that I want this forwarder to add some indexed fields to the mix before the data is sent over to the main index server. What are the steps involved to make this happen?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2010 08:05:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-from-a-light-forwarder-to-a-full-forwarder/m-p/10515#M370</guid>
      <dc:creator>Alan_Bradley</dc:creator>
      <dc:date>2010-03-25T08:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I convert from a light forwarder to a full forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-from-a-light-forwarder-to-a-full-forwarder/m-p/10516#M371</link>
      <description>&lt;P&gt;Since SplunkWeb is disabled, you will have to do it on the CLI:&lt;/P&gt;

&lt;PRE&gt;
cd %SPLUNK%
splunk disable app SplunkLightForwarder
splunk enable app SplunkForwarder
splunk restart
&lt;/PRE&gt;</description>
      <pubDate>Thu, 25 Mar 2010 21:49:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-from-a-light-forwarder-to-a-full-forwarder/m-p/10516#M371</guid>
      <dc:creator>BunnyHop</dc:creator>
      <dc:date>2010-03-25T21:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I convert from a light forwarder to a full forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-from-a-light-forwarder-to-a-full-forwarder/m-p/10517#M372</link>
      <description>&lt;P&gt;If for some reason you can't execute those commands, basically it just changes the value for etc/apps/Splunk(Light)Forwarder/local/app.conf &lt;/P&gt;

&lt;P&gt;[install]&lt;/P&gt;

&lt;P&gt;state = enabled|disabled&lt;/P&gt;

&lt;P&gt;Some of our SAs prefer to just modify the configs directly.&lt;/P&gt;

&lt;P&gt;So in your case...&lt;/P&gt;

&lt;P&gt;create etc/apps/SplunkForwarder/local/app.conf with &lt;/P&gt;

&lt;P&gt;[install]&lt;/P&gt;

&lt;P&gt;state = enabled&lt;/P&gt;

&lt;P&gt;And change the value in etc/apps/SplunkLightForwarder/local/app.conf&lt;/P&gt;

&lt;P&gt;[install]&lt;/P&gt;

&lt;P&gt;state = disabled&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2010 08:55:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-from-a-light-forwarder-to-a-full-forwarder/m-p/10517#M372</guid>
      <dc:creator>oreoshake</dc:creator>
      <dc:date>2010-03-26T08:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I convert from a light forwarder to a full forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-from-a-light-forwarder-to-a-full-forwarder/m-p/10518#M373</link>
      <description>&lt;P&gt;You can disable the SplunkLightForwarder app, and enable the SplunkForwarder app (or not enable the SplunkForwarder app -- it doesn't actually do much besides turn off SplunkWeb). You will of course have to move all parsing-related configurations from your indexer to your forwarder now.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/wiki/Where_do_I_configure_my_Splunk_settings%3F" rel="nofollow"&gt;http://www.splunk.com/wiki/Where_do_I_configure_my_Splunk_settings%3F&lt;/A&gt; may help figure out which configurations.&lt;/P&gt;

&lt;P&gt;My practice is to put all sourcetype-level &lt;CODE&gt;props.conf&lt;/CODE&gt; and &lt;CODE&gt;transforms.conf&lt;/CODE&gt; configurations into a single app, then replicate that app to search, indexer, and forwarder, using Deployment Server or similar to keep them in sync. These configurations that aren't appropriate will just be ignored, and you don't have to worry about if a forwarder is light or not, or if your indexer is also a searcher or not.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2010 11:12:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-from-a-light-forwarder-to-a-full-forwarder/m-p/10518#M373</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-03-26T11:12:45Z</dc:date>
    </item>
  </channel>
</rss>

