<?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: What is the minimal outputs.conf for a forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389480#M69719</link>
    <description>&lt;P&gt;Are you saying that all that I need in &lt;CODE&gt;outputs.conf&lt;/CODE&gt; is (assuming one group) ? -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout:indexers]
server = &amp;lt;indexer&amp;gt;:9997
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 31 Jul 2018 16:35:30 GMT</pubDate>
    <dc:creator>ddrillic</dc:creator>
    <dc:date>2018-07-31T16:35:30Z</dc:date>
    <item>
      <title>What is the minimal outputs.conf for a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389476#M69715</link>
      <description>&lt;P&gt;We use the following just fine -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = indexers

[tcpout:indexers]
server = &amp;lt;indexer&amp;gt;:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The admin guide for the certification also mentions -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [tcpout-server://x.x.x.x:9997]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is it needed?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 15:14:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389476#M69715</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-07-31T15:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: What is the minimal outputs.conf for a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389477#M69716</link>
      <description>&lt;P&gt;&lt;CODE&gt;[tcpout-server://x.x.x.x]&lt;/CODE&gt; is just a more specific way of defining destination host(indexer). Both definitions will work fine but &lt;CODE&gt;[tcpout-server://x.x.x.x]&lt;/CODE&gt; will take precedence. &lt;/P&gt;

&lt;P&gt;Per &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.1.2/Admin/Outputsconf#GLOBAL_SETTINGS"&gt;docs&lt;/A&gt;,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;############
TCP Output stanzas
############
# There are three levels of TCP Output stanzas:
# * Global: [tcpout]
# * Target group: [tcpout:&amp;lt;target_group&amp;gt;]
# * Single server: [tcpout-server://&amp;lt;ip address&amp;gt;:&amp;lt;port&amp;gt;]
#
# Settings at more specific levels override settings at higher levels. For
# example, an attribute set for a single server overrides the value of that
# attribute, if any, set at that server's target group stanza. See the
# online documentation on configuring forwarders for details.
#
# This spec file first describes the three levels of stanzas (and any
# attributes unique to a particular level).  It then describes the optional
# attributes, which can be set at any  of the three levels.


#----TCP Output Global Configuration -----
# The global configurations specified here in the [tcpout] stanza can be
# overwritten in stanzas for specific target groups, as described later.
# Note that the defaultGroup and indexAndForward attributes can only be set
# here, at the global level.
#
# Starting with 4.2, the [tcpout] stanza is no longer required.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 31 Jul 2018 15:25:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389477#M69716</guid>
      <dc:creator>sudosplunk</dc:creator>
      <dc:date>2018-07-31T15:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: What is the minimal outputs.conf for a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389478#M69717</link>
      <description>&lt;P&gt;Very interesting. &lt;/P&gt;

&lt;P&gt;What do they mean when saying - &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Starting with 4.2, the [tcpout] stanza is no longer required.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 15:32:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389478#M69717</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-07-31T15:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: What is the minimal outputs.conf for a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389479#M69718</link>
      <description>&lt;P&gt;Before v 4.2, you need to specify which tcpout:target_group to be used by default (using defaultGroup attribute) in tcpout stanza. With 4.2+ version, you don't have to specify defaultGroup attribute if there is only one tcpout:target_group (it detects it automatically).&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:45:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389479#M69718</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2020-09-29T20:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: What is the minimal outputs.conf for a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389480#M69719</link>
      <description>&lt;P&gt;Are you saying that all that I need in &lt;CODE&gt;outputs.conf&lt;/CODE&gt; is (assuming one group) ? -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout:indexers]
server = &amp;lt;indexer&amp;gt;:9997
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 31 Jul 2018 16:35:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389480#M69719</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-07-31T16:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: What is the minimal outputs.conf for a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389481#M69720</link>
      <description>&lt;P&gt;That's right. &lt;/P&gt;

&lt;P&gt;Please note: If you have more than one groups as below, then splunk will send events to  &lt;CODE&gt;defaultGroup (indexers_group1)&lt;/CODE&gt; if &lt;CODE&gt;_TCP_ROUTING&lt;/CODE&gt; is not specified for data inputs in inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = indexers_group1

[tcpout:indexers_group1]
server = &amp;lt;indexer1&amp;gt;:9997

[tcpout:indexers_group2]
server = &amp;lt;indexer2&amp;gt;:9997

### inputs.conf ###

_TCP_ROUTING = &amp;lt;tcpout_group_name&amp;gt;,&amp;lt;tcpout_group_name&amp;gt;,&amp;lt;tcpout_group_name&amp;gt;, ...
* Comma-separated list of tcpout group names.
* Using this, you can selectively forward the data to specific indexer(s).
* Specify the tcpout group the forwarder should use when forwarding the data.
  The tcpout group names are defined in outputs.conf with
  [tcpout:&amp;lt;tcpout_group_name&amp;gt;].
* Defaults to groups specified in "defaultGroup" in [tcpout] stanza in
  outputs.conf.
* To forward data to all tcpout group names that have been defined in
  outputs.conf, set to '*' (asterisk).
* To forward data from the "_internal" index, _TCP_ROUTING must explicitly be
  set to either "*" or a specific splunktcp target group.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 31 Jul 2018 16:54:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389481#M69720</guid>
      <dc:creator>sudosplunk</dc:creator>
      <dc:date>2018-07-31T16:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: What is the minimal outputs.conf for a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389482#M69721</link>
      <description>&lt;P&gt;Gorgeous !&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 17:03:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389482#M69721</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-07-31T17:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: What is the minimal outputs.conf for a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389483#M69722</link>
      <description>&lt;P&gt;Let me know if this helped you. I will convert my comment into answer.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 17:04:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389483#M69722</guid>
      <dc:creator>sudosplunk</dc:creator>
      <dc:date>2018-07-31T17:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: What is the minimal outputs.conf for a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389484#M69723</link>
      <description>&lt;P&gt;Please convert @nittala_surya.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 18:33:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389484#M69723</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-07-31T18:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: What is the minimal outputs.conf for a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389485#M69724</link>
      <description>&lt;P&gt;Done. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 18:37:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-minimal-outputs-conf-for-a-forwarder/m-p/389485#M69724</guid>
      <dc:creator>sudosplunk</dc:creator>
      <dc:date>2018-07-31T18:37:27Z</dc:date>
    </item>
  </channel>
</rss>

