<?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's the difference between these two transforms stanzas in props.conf? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/What-s-the-difference-between-these-two-transforms-stanzas-in/m-p/310138#M58277</link>
    <description>&lt;P&gt;So in a way it's probably better practice using the comma separation.  I have a habit of doing it like this though:&lt;/P&gt;

&lt;P&gt;TRANSFORMS-aaa=&lt;BR /&gt;
TRANSFORMS-bbb=&lt;BR /&gt;
...&lt;BR /&gt;
TRANSFORMS-zzz=&lt;/P&gt;

&lt;P&gt;This way someone else can come behind me and decide they need to transform before all my rules with &lt;/P&gt;

&lt;P&gt;TRANSFORMS-AAA&lt;/P&gt;

&lt;P&gt;Or after my rules with more z's&lt;/P&gt;

&lt;P&gt;TRANSFORMS-zzzz&lt;/P&gt;</description>
    <pubDate>Wed, 30 Aug 2017 18:00:03 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2017-08-30T18:00:03Z</dc:date>
    <item>
      <title>What's the difference between these two transforms stanzas in props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-s-the-difference-between-these-two-transforms-stanzas-in/m-p/310136#M58275</link>
      <description>&lt;P&gt;May I know the difference between writing transforms stanza in props.conf in different ways&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;transforms-xyz = transforms1, transforms2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[in this case to my knowledge transforms1 executed first and the remaining events go to transforms2]&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AND&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;transforms-xyz=transforms1&lt;BR /&gt;tranforms-abc=transforms2&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 20:59:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-s-the-difference-between-these-two-transforms-stanzas-in/m-p/310136#M58275</guid>
      <dc:creator>ankithreddy777</dc:creator>
      <dc:date>2023-06-01T20:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between these two transforms stanzas in props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-s-the-difference-between-these-two-transforms-stanzas-in/m-p/310137#M58276</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;TRANSFORMS-&amp;lt;class&amp;gt; = &amp;lt;transform_stanza_name&amp;gt;, &amp;lt;transform_stanza_name2&amp;gt;,...
...
* Use a comma-separated list to apply multiple transform stanzas to a single
  TRANSFORMS extraction. Splunk applies them in the list order. For example,
  this sequence ensures that the [yellow] transform stanza gets applied
  first, then [blue], and then [red]:
        [source::color_logs]
        TRANSFORMS-colorchange = yellow, blue, red
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Otherwise it is ASCII order by the classname as in uppercase A comes before uppercase Z and lowercase a comes after uppercase Z.  It's handy to reference an ASCII table for this:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://duckduckgo.com/?q=ascii+table&amp;amp;atb=v38-2&amp;amp;ia=answer&amp;amp;iax=1"&gt;https://duckduckgo.com/?q=ascii+table&amp;amp;atb=v38-2&amp;amp;ia=answer&amp;amp;iax=1&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;the lower the decimal value of the ASCII character, the higher priority the class will have in Splunk.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.3/Admin/Wheretofindtheconfigurationfiles#How_Splunk_determines_precedence_order"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.3/Admin/Wheretofindtheconfigurationfiles#How_Splunk_determines_precedence_order&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2017 17:56:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-s-the-difference-between-these-two-transforms-stanzas-in/m-p/310137#M58276</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-08-30T17:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between these two transforms stanzas in props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-s-the-difference-between-these-two-transforms-stanzas-in/m-p/310138#M58277</link>
      <description>&lt;P&gt;So in a way it's probably better practice using the comma separation.  I have a habit of doing it like this though:&lt;/P&gt;

&lt;P&gt;TRANSFORMS-aaa=&lt;BR /&gt;
TRANSFORMS-bbb=&lt;BR /&gt;
...&lt;BR /&gt;
TRANSFORMS-zzz=&lt;/P&gt;

&lt;P&gt;This way someone else can come behind me and decide they need to transform before all my rules with &lt;/P&gt;

&lt;P&gt;TRANSFORMS-AAA&lt;/P&gt;

&lt;P&gt;Or after my rules with more z's&lt;/P&gt;

&lt;P&gt;TRANSFORMS-zzzz&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2017 18:00:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-s-the-difference-between-these-two-transforms-stanzas-in/m-p/310138#M58277</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-08-30T18:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between these two transforms stanzas in props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-s-the-difference-between-these-two-transforms-stanzas-in/m-p/310139#M58278</link>
      <description>&lt;P&gt;I always use CSV; it clearly shows the order and changing the order or inserting in the middle is trivial.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 14:20:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-s-the-difference-between-these-two-transforms-stanzas-in/m-p/310139#M58278</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-08-31T14:20:43Z</dc:date>
    </item>
  </channel>
</rss>

