<?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: outputs.conf defaultGroup wildcard not working in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/outputs-conf-defaultGroup-wildcard-not-working/m-p/97443#M97489</link>
    <description>&lt;P&gt;Awesome, thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 16 May 2011 00:44:12 GMT</pubDate>
    <dc:creator>mw</dc:creator>
    <dc:date>2011-05-16T00:44:12Z</dc:date>
    <item>
      <title>outputs.conf defaultGroup wildcard not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/outputs-conf-defaultGroup-wildcard-not-working/m-p/97440#M97486</link>
      <description>&lt;P&gt;Based on the docs ( &lt;A href="http://www.splunk.com/base/Documentation/4.2.1/Deploy/Configureforwarderswithoutputs.confd#Define_typical_deployment_topologies"&gt;http://www.splunk.com/base/Documentation/4.2.1/Deploy/Configureforwarderswithoutputs.confd#Define_typical_deployment_topologies&lt;/A&gt; ), I've created this outputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;me@server:/opt/splunkforwarder&amp;gt; cat etc/apps/dc_global_uf/default/outputs.conf
[tcpout]
defaultGroup = *
indexAndForward = false

[tcpout:group1]
compressed = false
server = work:9997
useACK = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However, that seems to not work and gives this error:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;05-06-2011 23:06:11.174 -0400 ERROR TcpOutputProc - the 'defaultGroup' property contains an invalid group name - * - skipping
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Did I read/do something incorrectly, or should the wildcard work?&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2011 13:53:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/outputs-conf-defaultGroup-wildcard-not-working/m-p/97440#M97486</guid>
      <dc:creator>mw</dc:creator>
      <dc:date>2011-05-07T13:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: outputs.conf defaultGroup wildcard not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/outputs-conf-defaultGroup-wildcard-not-working/m-p/97441#M97487</link>
      <description>&lt;P&gt;&lt;CODE&gt;defaultGroup&lt;/CODE&gt; can not be a wildcard. It must refer to a specfic group or list of groups, in your example,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;defaultGroup = group1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;From &lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/Outputsconf"&gt;http://www.splunk.com/base/Documentation/latest/Admin/Outputsconf&lt;/A&gt; : &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;defaultGroup = &amp;lt;target_group&amp;gt;, &amp;lt;target_group&amp;gt;, ...
* Comma-separated list of one or more target group names, specified later in [tcpout:&amp;lt;target_group&amp;gt;] stanzas.
* The forwarder sends all data to the specified groups.
* Can be set to a name that matches no groups to disable automatic forwarding. For example, "defaultGroup=do_not_forward".
* Can be overridden by an inputs.conf _TCP_ROUTING setting, which in turn can be overridden by a 
  props.conf/transforms.conf modifier.
* This attribute is required. The behavior of forwarding without this value is inconsistent across some versions.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 07 May 2011 17:20:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/outputs-conf-defaultGroup-wildcard-not-working/m-p/97441#M97487</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-05-07T17:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: outputs.conf defaultGroup wildcard not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/outputs-conf-defaultGroup-wildcard-not-working/m-p/97442#M97488</link>
      <description>&lt;P&gt;The other docs you reference were wrong, and have been corrected&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2011 17:23:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/outputs-conf-defaultGroup-wildcard-not-working/m-p/97442#M97488</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-05-07T17:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: outputs.conf defaultGroup wildcard not working</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/outputs-conf-defaultGroup-wildcard-not-working/m-p/97443#M97489</link>
      <description>&lt;P&gt;Awesome, thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2011 00:44:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/outputs-conf-defaultGroup-wildcard-not-working/m-p/97443#M97489</guid>
      <dc:creator>mw</dc:creator>
      <dc:date>2011-05-16T00:44:12Z</dc:date>
    </item>
  </channel>
</rss>

