<?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: Global Transforms in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Global-Transforms/m-p/10725#M68689</link>
    <description>&lt;P&gt;To add to what gkanapathy said.  I suggested against this.   Especially the &lt;CODE&gt;[source::...]&lt;/CODE&gt; option.   Because, if you add this stanza, then all other source-based props settings will no longer match.  This is because this is because all first stanza to match so everything else will be ignore.  See the  docs:  &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/admin/Propsconf" rel="nofollow"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/admin/Propsconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In other words, if you have a log file &lt;CODE&gt;/var/log/httpd/error_log&lt;/CODE&gt;, it will not be assigned the sourcetype of &lt;CODE&gt;apache_error&lt;/CODE&gt;, and &lt;CODE&gt;WinEventLog&lt;/CODE&gt; events will no longer be split apart properly, ...&lt;/P&gt;

&lt;P&gt;Not that I've tried this to confirm the behavior, but it can't be good.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Mar 2010 22:43:22 GMT</pubDate>
    <dc:creator>Lowell</dc:creator>
    <dc:date>2010-03-30T22:43:22Z</dc:date>
    <item>
      <title>Global Transforms</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Global-Transforms/m-p/10723#M68687</link>
      <description>&lt;P&gt;How do you specify transforms that will be applied globally?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2010 14:53:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Global-Transforms/m-p/10723#M68687</guid>
      <dc:creator>Marinus</dc:creator>
      <dc:date>2010-03-30T14:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Global Transforms</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Global-Transforms/m-p/10724#M68688</link>
      <description>&lt;P&gt;I suggest you avoid doing this, but either:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Put it at the top of the props.conf file&lt;/LI&gt;
&lt;LI&gt;Apply it to &lt;CODE&gt;[source::...]&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;What are you trying to do with a global transform that you can't do with a more specific source, sourcetype, or host pattern match?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2010 20:07:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Global-Transforms/m-p/10724#M68688</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-03-30T20:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Global Transforms</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Global-Transforms/m-p/10725#M68689</link>
      <description>&lt;P&gt;To add to what gkanapathy said.  I suggested against this.   Especially the &lt;CODE&gt;[source::...]&lt;/CODE&gt; option.   Because, if you add this stanza, then all other source-based props settings will no longer match.  This is because this is because all first stanza to match so everything else will be ignore.  See the  docs:  &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/admin/Propsconf" rel="nofollow"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/admin/Propsconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In other words, if you have a log file &lt;CODE&gt;/var/log/httpd/error_log&lt;/CODE&gt;, it will not be assigned the sourcetype of &lt;CODE&gt;apache_error&lt;/CODE&gt;, and &lt;CODE&gt;WinEventLog&lt;/CODE&gt; events will no longer be split apart properly, ...&lt;/P&gt;

&lt;P&gt;Not that I've tried this to confirm the behavior, but it can't be good.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2010 22:43:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Global-Transforms/m-p/10725#M68689</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2010-03-30T22:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Global Transforms</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Global-Transforms/m-p/10726#M68690</link>
      <description>&lt;P&gt;I'm not sure what he is doing but I am trying to mask out credit card numbers no matter where they appear in any log.&lt;BR /&gt;
Putting it at the top of the file works for me.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2011 05:21:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Global-Transforms/m-p/10726#M68690</guid>
      <dc:creator>BobM</dc:creator>
      <dc:date>2011-02-11T05:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Global Transforms</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Global-Transforms/m-p/10727#M68691</link>
      <description>&lt;P&gt;A transform to pull information from a hostname and add fields accordingly (where the entire company conforms to a naming convention) would be useful for this as well, so it applies to all data.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2011 02:31:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Global-Transforms/m-p/10727#M68691</guid>
      <dc:creator>Jason</dc:creator>
      <dc:date>2011-02-18T02:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Global Transforms</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Global-Transforms/m-p/10728#M68692</link>
      <description>&lt;P&gt;I don't believe this is the case. &lt;EM&gt;All&lt;/EM&gt; matching stanza rules in props.conf are applied to events.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2011 05:21:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Global-Transforms/m-p/10728#M68692</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-02-18T05:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Global Transforms</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Global-Transforms/m-p/10729#M68693</link>
      <description>&lt;P&gt;Just to note: Since 5.0 - you can now use the [default] stanza.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2015 08:38:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Global-Transforms/m-p/10729#M68693</guid>
      <dc:creator>samcogheil</dc:creator>
      <dc:date>2015-04-30T08:38:13Z</dc:date>
    </item>
  </channel>
</rss>

