<?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 setup forwarder details in inputs.conf? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-forwarder-details-in-inputs-conf/m-p/447444#M77811</link>
    <description>&lt;P&gt;You configure (actually, just check, it should be there by default) &lt;CODE&gt;inputs.conf&lt;/CODE&gt; on your Indexer to listen on &lt;CODE&gt;9997&lt;/CODE&gt;.  You then configure &lt;CODE&gt;outputs.conf&lt;/CODE&gt; on your forwarder to send to the Indexer.  Then you also configure &lt;CODE&gt;inputs.conf&lt;/CODE&gt; on your forwarder, probably with &lt;CODE&gt;[monitor://...]&lt;/CODE&gt; stanza, to tell it what to send to the Indexer.  Then you restart splunk everywhere and enjoy.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jul 2018 15:22:59 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2018-07-18T15:22:59Z</dc:date>
    <item>
      <title>How to setup forwarder details in inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-forwarder-details-in-inputs-conf/m-p/447443#M77810</link>
      <description>&lt;P&gt;I have existing Universal Forwarder setup for our prod Splunk Enterprise instance. Now, I am trying to setup a dev Splunk instance. I would like to receive data from the same forwarder which is already being used to provide data to prod instances.&lt;/P&gt;

&lt;P&gt;I have set the receiver port in my new Splunk instance(lets say host ip as 10.99.1.123) as 9997. And added the same to tcpout servers list as 10.99.1.123:9997 in outputs.conf file of our universal forwarder.&lt;/P&gt;

&lt;P&gt;But I am not able to find how to specify the forwarder details in inputs.conf file in my newly created Splunk instance.&lt;/P&gt;

&lt;P&gt;Please let me know if the above process is correct and how to setup the inputs.conf file in order to receive data from the Universal Forwarder.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:15:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-forwarder-details-in-inputs-conf/m-p/447443#M77810</guid>
      <dc:creator>Naren26A</dc:creator>
      <dc:date>2018-07-18T15:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup forwarder details in inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-forwarder-details-in-inputs-conf/m-p/447444#M77811</link>
      <description>&lt;P&gt;You configure (actually, just check, it should be there by default) &lt;CODE&gt;inputs.conf&lt;/CODE&gt; on your Indexer to listen on &lt;CODE&gt;9997&lt;/CODE&gt;.  You then configure &lt;CODE&gt;outputs.conf&lt;/CODE&gt; on your forwarder to send to the Indexer.  Then you also configure &lt;CODE&gt;inputs.conf&lt;/CODE&gt; on your forwarder, probably with &lt;CODE&gt;[monitor://...]&lt;/CODE&gt; stanza, to tell it what to send to the Indexer.  Then you restart splunk everywhere and enjoy.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:22:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-forwarder-details-in-inputs-conf/m-p/447444#M77811</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2018-07-18T15:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup forwarder details in inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-forwarder-details-in-inputs-conf/m-p/447445#M77812</link>
      <description>&lt;P&gt;You basically want to clone the data (get same data to DEV instance that you get in prod right now) OR  you've some different set of files/directories that you want to monitor for DEV instance?? &lt;/P&gt;

&lt;P&gt;In both cases, you'd need to update your outputs.conf and inputs.conf for routing the data appropriately and would need a read to this very useful doc:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.1/Forwarding/Routeandfilterdatad#Configure_routing"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.1/Forwarding/Routeandfilterdatad#Configure_routing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:23:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-forwarder-details-in-inputs-conf/m-p/447445#M77812</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-07-18T15:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup forwarder details in inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-forwarder-details-in-inputs-conf/m-p/447446#M77813</link>
      <description>&lt;P&gt;-- But I am not able to find how to specify the forwarder details in &lt;CODE&gt;inputs.conf&lt;/CODE&gt; file in my newly created Splunk instance.&lt;/P&gt;

&lt;P&gt;On the indexer all that you need to do is to specify the receiving port in &lt;CODE&gt;inputs.conf&lt;/CODE&gt; -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp://9997]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:26:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-forwarder-details-in-inputs-conf/m-p/447446#M77813</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-07-18T15:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup forwarder details in inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-forwarder-details-in-inputs-conf/m-p/447447#M77814</link>
      <description>&lt;P&gt;outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout:c]
server=server1:9997

[tcpout:d]
server=server2:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;inputs.conf &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [monitor://path/file1.log]
 _TCP_ROUTING = c

 [monitor://path/file2.log]
 _TCP_ROUTING = d
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.1/Forwarding/Routeandfilterdatad"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.1/Forwarding/Routeandfilterdatad&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:28:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-forwarder-details-in-inputs-conf/m-p/447447#M77814</guid>
      <dc:creator>CarsonZa</dc:creator>
      <dc:date>2018-07-18T15:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup forwarder details in inputs.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-forwarder-details-in-inputs-conf/m-p/447448#M77815</link>
      <description>&lt;P&gt;Btw, if you already here, you might consider increasing the &lt;CODE&gt;splunktcpin&lt;/CODE&gt; queue from its default of 512 KB to something more substantial - we set it up to 1 GB in dev and close to 3 GBs in prod.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 18:36:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-setup-forwarder-details-in-inputs-conf/m-p/447448#M77815</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-07-18T18:36:10Z</dc:date>
    </item>
  </channel>
</rss>

