<?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: How to export forwarder configuration in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/How-to-export-forwarder-configuration/m-p/262747#M5122</link>
    <description>&lt;P&gt;The indexer needs to have an inputs.conf with &lt;CODE&gt;[splunktcp://9997]&lt;/CODE&gt; stanza. You can check to see if your indexer is listening with netstat (assuming nix):&lt;BR /&gt;
&lt;CODE&gt;~ $ netstat -tnlp | grep 9997&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;tcp        0      0 0.0.0.0:9997                0.0.0.0:*                   LISTEN      24504/splunkd&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Oct 2015 15:51:50 GMT</pubDate>
    <dc:creator>stmyers7941</dc:creator>
    <dc:date>2015-10-13T15:51:50Z</dc:date>
    <item>
      <title>How to export forwarder configuration</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-export-forwarder-configuration/m-p/262741#M5116</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I have installed the forwarder in DC and other server as Indexer.&lt;BR /&gt;
I do not know how was installed.&lt;BR /&gt;
I would like to export Forwarder configuration because I have to install a new Forwarder with the same configuration to delete the old one.&lt;BR /&gt;
What files need to be copied / check? &lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 08:21:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-export-forwarder-configuration/m-p/262741#M5116</guid>
      <dc:creator>xabidh</dc:creator>
      <dc:date>2015-10-09T08:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to export forwarder configuration</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-export-forwarder-configuration/m-p/262742#M5117</link>
      <description>&lt;P&gt;This is usually configured inside the SplunkForwarder app&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/etc/apps/SplunkForwarder&lt;/P&gt;

&lt;P&gt;but it may be that you configured it in a different way...&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 14:00:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-export-forwarder-configuration/m-p/262742#M5117</guid>
      <dc:creator>asimagu</dc:creator>
      <dc:date>2015-10-09T14:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to export forwarder configuration</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-export-forwarder-configuration/m-p/262743#M5118</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;
I have checked all files inside this folder &lt;CODE&gt;C:\Program Files\SplunkUniversalForwarder\etc\apps\SplunkUniversalForwarder&lt;/CODE&gt; but I cannot find the file where its configured the indexer. What is the file name where should be contained the IP/name of indexer server?&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Sat, 10 Oct 2015 07:23:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-export-forwarder-configuration/m-p/262743#M5118</guid>
      <dc:creator>xabidh</dc:creator>
      <dc:date>2015-10-10T07:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to export forwarder configuration</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-export-forwarder-configuration/m-p/262744#M5119</link>
      <description>&lt;P&gt;check any available &lt;CODE&gt;outputs.conf&lt;/CODE&gt; on your forwarder&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Sat, 10 Oct 2015 08:40:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-export-forwarder-configuration/m-p/262744#M5119</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-10-10T08:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to export forwarder configuration</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-export-forwarder-configuration/m-p/262745#M5120</link>
      <description>&lt;P&gt;Hi xabidh,&lt;/P&gt;

&lt;P&gt;If you want to implement existing configurations from old forwarder to the new one, I suggest you copy the entirety of &lt;EM&gt;$SPLUNK_HOME/etc&lt;/EM&gt; folder. Copying this folders means you copy all installed apps of old forwarder, inputs.conf, outputs.conf, authentication, and other configurations which has previously been defined on the old one.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Oct 2015 15:58:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-export-forwarder-configuration/m-p/262745#M5120</guid>
      <dc:creator>vincenteous</dc:creator>
      <dc:date>2015-10-10T15:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to export forwarder configuration</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-export-forwarder-configuration/m-p/262746#M5121</link>
      <description>&lt;P&gt;Ok, thanks.&lt;/P&gt;

&lt;P&gt;Is necessary change something in the Indexer server?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 10:18:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-export-forwarder-configuration/m-p/262746#M5121</guid>
      <dc:creator>xabidh</dc:creator>
      <dc:date>2015-10-13T10:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to export forwarder configuration</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-export-forwarder-configuration/m-p/262747#M5122</link>
      <description>&lt;P&gt;The indexer needs to have an inputs.conf with &lt;CODE&gt;[splunktcp://9997]&lt;/CODE&gt; stanza. You can check to see if your indexer is listening with netstat (assuming nix):&lt;BR /&gt;
&lt;CODE&gt;~ $ netstat -tnlp | grep 9997&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;tcp        0      0 0.0.0.0:9997                0.0.0.0:*                   LISTEN      24504/splunkd&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 15:51:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-export-forwarder-configuration/m-p/262747#M5122</guid>
      <dc:creator>stmyers7941</dc:creator>
      <dc:date>2015-10-13T15:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to export forwarder configuration</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-export-forwarder-configuration/m-p/262748#M5123</link>
      <description>&lt;P&gt;I already have this sentece in inputs.conf.&lt;BR /&gt;
I supposed that is not needed in the Indexer point to Forwarder...&lt;BR /&gt;
I see with the comand "netstat -a" something like that:&lt;BR /&gt;
TCP [IP of indexer]:9997 [IP of forwarder]:62244&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 17:42:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-export-forwarder-configuration/m-p/262748#M5123</guid>
      <dc:creator>xabidh</dc:creator>
      <dc:date>2015-10-14T17:42:44Z</dc:date>
    </item>
  </channel>
</rss>

