<?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: Multiple Transforms Stanzas Inside One Props Stanza - Limit? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-Transforms-Stanzas-Inside-One-Props-Stanza-Limit/m-p/157324#M31894</link>
    <description>&lt;P&gt;What is the fourth stanza?  It must be grabbing them all some how.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2013 00:50:17 GMT</pubDate>
    <dc:creator>lukejadamec</dc:creator>
    <dc:date>2013-11-27T00:50:17Z</dc:date>
    <item>
      <title>Multiple Transforms Stanzas Inside One Props Stanza - Limit?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-Transforms-Stanzas-Inside-One-Props-Stanza-Limit/m-p/157322#M31892</link>
      <description>&lt;P&gt;Here is my current props.conf stanza for UDP:514 syslog traffic.  I am sending this traffic to multple indexes using transforms.conf&lt;/P&gt;

&lt;P&gt;props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[syslog]
TRANSFORMS-index = Stan1, Stan2, Stan3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;PRE&gt;&lt;CODE&gt;[Stan1]
SOURCE_KEY = MetaData:Host
REGEX = (host1|host2|host3)\.domain\.here\.com
DEST_KEY = _MetaData:Index
FORMAT = index1

[Stan2]
SOURCE_KEY = MetaData:Host
REGEX = (host4|host5|host6)\.domain\.here\.com
DEST_KEY = _MetaData:Index
FORMAT = index2

[Stan3]
SOURCE_KEY = MetaData:Host
REGEX = (host7|host8|host9)\.domain\.here\.com
DEST_KEY = _MetaData:Index
FORMAT = index3
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;This seems to work just fine.  However, I am now trying to add a 4th reference to a stanza in props.conf under syslog.  When I do this, and add the appropriate stanza in transforms.conf, all of the syslog ends up in one index, and it doesn't seem to be consistent when I restart the Heavy Forwarder.&lt;/P&gt;

&lt;P&gt;Is there a limit to how many stanzas I can reference in transforms.conf from one stanza in props.conf [syslog]?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2013 22:40:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-Transforms-Stanzas-Inside-One-Props-Stanza-Limit/m-p/157322#M31892</guid>
      <dc:creator>aferone</dc:creator>
      <dc:date>2013-11-26T22:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Transforms Stanzas Inside One Props Stanza - Limit?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-Transforms-Stanzas-Inside-One-Props-Stanza-Limit/m-p/157323#M31893</link>
      <description>&lt;P&gt;No, there is no limit. Well, I suppose there is a limit for everything, but in this case it's certainly not 4. &lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2013 00:09:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-Transforms-Stanzas-Inside-One-Props-Stanza-Limit/m-p/157323#M31893</guid>
      <dc:creator>_d_</dc:creator>
      <dc:date>2013-11-27T00:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Transforms Stanzas Inside One Props Stanza - Limit?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-Transforms-Stanzas-Inside-One-Props-Stanza-Limit/m-p/157324#M31894</link>
      <description>&lt;P&gt;What is the fourth stanza?  It must be grabbing them all some how.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2013 00:50:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-Transforms-Stanzas-Inside-One-Props-Stanza-Limit/m-p/157324#M31894</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2013-11-27T00:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Transforms Stanzas Inside One Props Stanza - Limit?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-Transforms-Stanzas-Inside-One-Props-Stanza-Limit/m-p/157325#M31895</link>
      <description>&lt;P&gt;The 4th one is just basically a continuation:&lt;/P&gt;

&lt;P&gt;[Stan4]&lt;BR /&gt;
SOURCE_KEY = MetaData:Host&lt;BR /&gt;
REGEX = (host10|host11|host12).domain.here.com&lt;BR /&gt;
DEST_KEY = _MetaData:Index&lt;BR /&gt;
FORMAT = index4&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:22:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-Transforms-Stanzas-Inside-One-Props-Stanza-Limit/m-p/157325#M31895</guid>
      <dc:creator>aferone</dc:creator>
      <dc:date>2020-09-28T15:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Transforms Stanzas Inside One Props Stanza - Limit?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-Transforms-Stanzas-Inside-One-Props-Stanza-Limit/m-p/157326#M31896</link>
      <description>&lt;P&gt;Is the way I'm trying to do it a common approach?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2013 13:58:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-Transforms-Stanzas-Inside-One-Props-Stanza-Limit/m-p/157326#M31896</guid>
      <dc:creator>aferone</dc:creator>
      <dc:date>2013-11-27T13:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Transforms Stanzas Inside One Props Stanza - Limit?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-Transforms-Stanzas-Inside-One-Props-Stanza-Limit/m-p/157327#M31897</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;Facing few challlenges, mine is playing around with the same transforms.&lt;/P&gt;

&lt;P&gt;I'm trying to achieve the same source data to forward to two different logical indexes and two different indexes groups. &lt;/P&gt;

&lt;P&gt;Below is my senrio.&lt;/P&gt;

&lt;P&gt;In props.conf used &lt;/P&gt;

&lt;P&gt;[source::Dual_Data_Testing]&lt;BR /&gt;
TRANSFORMS-source = Stan1, Stan2&lt;/P&gt;

&lt;P&gt;In transforms.conf&lt;/P&gt;

&lt;P&gt;[Stan1]&lt;BR /&gt;
SOURCE_KEY = MetaData:Source&lt;BR /&gt;
REGEX = .&lt;BR /&gt;
DEST_KEY = _MetaData:Index&lt;BR /&gt;
FORMAT = Index1&lt;BR /&gt;
DEST_KEY = _TCP_ROUTING&lt;BR /&gt;
FORMAT = IndexerGroup1&lt;/P&gt;

&lt;P&gt;[Stan2]&lt;BR /&gt;
SOURCE_KEY = MetaData:Source&lt;BR /&gt;
REGEX = .&lt;BR /&gt;
DEST_KEY = _MetaData:Index&lt;BR /&gt;
FORMAT = Index2&lt;BR /&gt;
DEST_KEY = _TCP_ROUTING&lt;BR /&gt;
FORMAT = IndexerGroup2&lt;/P&gt;

&lt;P&gt;Currently the above conf is not working.&lt;/P&gt;

&lt;P&gt;Please any suggestion can we workaround for this ?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Arun Sunny&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:49:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-Transforms-Stanzas-Inside-One-Props-Stanza-Limit/m-p/157327#M31897</guid>
      <dc:creator>arunsunny</dc:creator>
      <dc:date>2020-09-29T15:49:25Z</dc:date>
    </item>
  </channel>
</rss>

