<?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: How to figure out if forwarders are utilizing props or transforms? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-figure-out-if-forwarders-are-utilizing-props-or/m-p/468678#M80674</link>
    <description>&lt;P&gt;If the input is using &lt;CODE&gt;INDEXED_EXTRACTIONS&lt;/CODE&gt; then the field creation is happening on the UF, otherwise it is not.&lt;/P&gt;</description>
    <pubDate>Sun, 01 Sep 2019 20:38:31 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2019-09-01T20:38:31Z</dc:date>
    <item>
      <title>How to figure out if forwarders are utilizing props or transforms?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-figure-out-if-forwarders-are-utilizing-props-or/m-p/468670#M80666</link>
      <description>&lt;P&gt;We have Universal Forwarder on our windows servers varying in version from 6.2.3 to 7.1.3.  Our Splunk Enterprise version is 7.0.1 (upgrading soon).&lt;/P&gt;

&lt;P&gt;I was always under the impression that formatting data on a UF was impossible but I have learned today that in some rare circumstances (structured data) that it can be done.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.1.2/Data/Extractfieldsfromfileheadersatindextime#Forwa"&gt;https://docs.splunk.com/Documentation/Splunk/6.1.2/Data/Extractfieldsfromfileheadersatindextime#Forwa&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;My question is, is there a way to tell with a search which, if any, forwarders are utilizing props or transforms?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 16:15:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-figure-out-if-forwarders-are-utilizing-props-or/m-p/468670#M80666</guid>
      <dc:creator>tsheets13</dc:creator>
      <dc:date>2019-08-28T16:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to figure out if forwarders are utilizing props or transforms?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-figure-out-if-forwarders-are-utilizing-props-or/m-p/468671#M80667</link>
      <description>&lt;P&gt;Hi tsheets13&lt;/P&gt;

&lt;P&gt;Check this Wiki page. It contains a diagram of the indexing flow and where each conf file  and/or conf attribute is used.&lt;BR /&gt;
&lt;A href="https://wiki.splunk.com/Community:HowIndexingWorks"&gt;https://wiki.splunk.com/Community:HowIndexingWorks&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps clear some doubts.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 17:12:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-figure-out-if-forwarders-are-utilizing-props-or/m-p/468671#M80667</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2019-08-28T17:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to figure out if forwarders are utilizing props or transforms?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-figure-out-if-forwarders-are-utilizing-props-or/m-p/468672#M80668</link>
      <description>&lt;P&gt;Thanks but that doesn't really help.  My objective is to determine if there are any formatting changes going on on the universal forwarders in our environment.  We are planning upgrades and want to make sure we don't negatively affect anything.  So I just need to determine if there are any of our UF's that have custom props or transforms running on them.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 17:16:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-figure-out-if-forwarders-are-utilizing-props-or/m-p/468672#M80668</guid>
      <dc:creator>tsheets13</dc:creator>
      <dc:date>2019-08-28T17:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to figure out if forwarders are utilizing props or transforms?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-figure-out-if-forwarders-are-utilizing-props-or/m-p/468673#M80669</link>
      <description>&lt;P&gt;you can use btool in CLI to determine what is being applied in your UF.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;splunk btool props list --debug&lt;/CODE&gt;&lt;BR /&gt;
AND&lt;BR /&gt;
&lt;CODE&gt;splunk btool transforms list --debug&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;anything that is not in system/default is somewhat "custom" and you can check the path of the "offender" .conf file &lt;/P&gt;

&lt;P&gt;This can be used for all conf files (e.g server, web, etc.)&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 17:42:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-figure-out-if-forwarders-are-utilizing-props-or/m-p/468673#M80669</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2019-08-28T17:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to figure out if forwarders are utilizing props or transforms?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-figure-out-if-forwarders-are-utilizing-props-or/m-p/468674#M80670</link>
      <description>&lt;P&gt;But these need to be run on the systems where the UF is installed, right?  I was hoping there might be a way to tell from the searchhead.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 17:50:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-figure-out-if-forwarders-are-utilizing-props-or/m-p/468674#M80670</guid>
      <dc:creator>tsheets13</dc:creator>
      <dc:date>2019-08-28T17:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to figure out if forwarders are utilizing props or transforms?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-figure-out-if-forwarders-are-utilizing-props-or/m-p/468675#M80671</link>
      <description>&lt;P&gt;Yes. They need to be executed in the UF machines &lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 21:53:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-figure-out-if-forwarders-are-utilizing-props-or/m-p/468675#M80671</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2019-08-28T21:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to figure out if forwarders are utilizing props or transforms?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-figure-out-if-forwarders-are-utilizing-props-or/m-p/468676#M80672</link>
      <description>&lt;P&gt;Following best pratices you would have most of the UF configs (if not all) managed by a deployment server. Leaving the other UF Config untouched. That way you could easily check what was being deployed just by looking into deployment apps. &lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 21:56:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-figure-out-if-forwarders-are-utilizing-props-or/m-p/468676#M80672</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2019-08-28T21:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to figure out if forwarders are utilizing props or transforms?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-figure-out-if-forwarders-are-utilizing-props-or/m-p/468677#M80673</link>
      <description>&lt;P&gt;Hi tsheets13,&lt;BR /&gt;
as you said the only case where props and transforms are really used in UFs is ingesting structured data (e.g. csv).&lt;BR /&gt;
But this is an advantage for you because you can manage these files in only one point (Indexers, Search Heads and Heavy Forwarders).&lt;BR /&gt;
What is the reason&lt;BR /&gt;
 to use these files on UFs?&lt;BR /&gt;
if you want to use them to filter logs, you can do (only wineventlog) in inputs.conf.&lt;BR /&gt;
I don't see any additional reason to parse logs on UFs.&lt;/P&gt;

&lt;P&gt;In addition, how do you manage UFs?&lt;BR /&gt;
using Deployment Server you have a full control of your UFs configurations.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 06:45:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-figure-out-if-forwarders-are-utilizing-props-or/m-p/468677#M80673</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-08-29T06:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to figure out if forwarders are utilizing props or transforms?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-figure-out-if-forwarders-are-utilizing-props-or/m-p/468678#M80674</link>
      <description>&lt;P&gt;If the input is using &lt;CODE&gt;INDEXED_EXTRACTIONS&lt;/CODE&gt; then the field creation is happening on the UF, otherwise it is not.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Sep 2019 20:38:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-figure-out-if-forwarders-are-utilizing-props-or/m-p/468678#M80674</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-09-01T20:38:31Z</dc:date>
    </item>
  </channel>
</rss>

