<?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: Universal Forwarder props.conf and transforms.conf settings in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-props-conf-and-transforms-conf-settings/m-p/466628#M80395</link>
    <description>&lt;P&gt;The props.conf and transforms.conf files should be installed on the indexer(s), not the UF.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Dec 2019 13:09:02 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2019-12-17T13:09:02Z</dc:date>
    <item>
      <title>Universal Forwarder props.conf and transforms.conf settings</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-props-conf-and-transforms-conf-settings/m-p/466627#M80394</link>
      <description>&lt;P&gt;I am trying to get the output  from a python script to indexer. So i added transforms.conf and props.conf under C:\Program Files\SplunkUniversalForwarder\etc\system\local&lt;/P&gt;

&lt;P&gt;transforms.conf&lt;BR /&gt;
[myexternaltable]&lt;BR /&gt;
REGEX = (.)&lt;BR /&gt;
external_cmd = addnum.py $1&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = indexQueue&lt;/P&gt;

&lt;P&gt;props.conf&lt;BR /&gt;
[sitescope_daily2_log]&lt;BR /&gt;
TRANSFORMS-runscript=myexternaltable&lt;/P&gt;

&lt;P&gt;But its not working, can anyone please help me with correct settings needs to be done on UF.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Niloo&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:23:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-props-conf-and-transforms-conf-settings/m-p/466627#M80394</guid>
      <dc:creator>kniloo</dc:creator>
      <dc:date>2020-09-30T03:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder props.conf and transforms.conf settings</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-props-conf-and-transforms-conf-settings/m-p/466628#M80395</link>
      <description>&lt;P&gt;The props.conf and transforms.conf files should be installed on the indexer(s), not the UF.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 13:09:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-props-conf-and-transforms-conf-settings/m-p/466628#M80395</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-12-17T13:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder props.conf and transforms.conf settings</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-props-conf-and-transforms-conf-settings/m-p/466629#M80396</link>
      <description>&lt;P&gt;Thanks for the response.&lt;BR /&gt;
But if we required to parse some data at UF (before sending to indexer) can't we use transforms.conf and props.conf on UF ?&lt;/P&gt;

&lt;P&gt;if yes ,can you share the steps as well.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 13:27:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-props-conf-and-transforms-conf-settings/m-p/466629#M80396</guid>
      <dc:creator>kniloo</dc:creator>
      <dc:date>2019-12-17T13:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder props.conf and transforms.conf settings</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-props-conf-and-transforms-conf-settings/m-p/466630#M80397</link>
      <description>&lt;P&gt;What is the source of this requirement?  Just because it is required does not make it possible (or correct).&lt;BR /&gt;
The filtering you are trying to do is performed by indexers or heavy forwarders, not universal forwarders.  Consider replacing the UF with a HF.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 14:28:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-props-conf-and-transforms-conf-settings/m-p/466630#M80397</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-12-17T14:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder props.conf and transforms.conf settings</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-props-conf-and-transforms-conf-settings/m-p/466631#M80398</link>
      <description>&lt;P&gt;I have moved props.conf and transforms.conf to indexer ,but still its not working.&lt;BR /&gt;
transforms.conf&lt;BR /&gt;
[myexternaltable]&lt;BR /&gt;
REGEX = (.)&lt;BR /&gt;
external_cmd = testscript.py $1&lt;BR /&gt;
fields_list = log&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = indexQueue&lt;BR /&gt;
WRITE_META = true&lt;/P&gt;

&lt;P&gt;props.conf&lt;BR /&gt;
[sitescope_daily2_log]&lt;BR /&gt;
TRANSFORMS-runscript=myexternaltable&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:23:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-props-conf-and-transforms-conf-settings/m-p/466631#M80398</guid>
      <dc:creator>kniloo</dc:creator>
      <dc:date>2020-09-30T03:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder props.conf and transforms.conf settings</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-props-conf-and-transforms-conf-settings/m-p/515252#M87263</link>
      <description>&lt;P&gt;I know this is an older post but I believe that you should be using DEST_KEY per the documentation:&lt;/P&gt;&lt;PRE&gt;DEST_KEY = &amp;lt;KEY&amp;gt;
* NOTE: This setting is only valid for index-time field extractions.
* Specifies where Splunk software stores the expanded FORMAT results in
  accordance with the REGEX match.
* Required for index-time field extractions where WRITE_META = false or is
  not set.
* For index-time extractions, DEST_KEY can be set to a number of values
  mentioned in the KEYS section at the bottom of this file.
  * If DEST_KEY = _meta (not recommended) you should also add $0 to the
    start of your FORMAT setting.  $0 represents the DEST_KEY value before
    Splunk software performs the REGEX (in other words, _meta).
    * The $0 value is in no way derived *from* the REGEX match. (It
      does not represent a captured group.)
* KEY names are case-sensitive, and should be used exactly as they appear in
  the KEYs list at the bottom of this file. (For example, you would say
  DEST_KEY = MetaData:Host, *not* DEST_KEY = metadata:host .)&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Aug 2020 15:20:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-props-conf-and-transforms-conf-settings/m-p/515252#M87263</guid>
      <dc:creator>mikev</dc:creator>
      <dc:date>2020-08-20T15:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder props.conf and transforms.conf settings</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-props-conf-and-transforms-conf-settings/m-p/515255#M87265</link>
      <description>&lt;P&gt;Just an idea.. but if you want to input data from a script.&lt;/P&gt;&lt;P&gt;You can put the script in the bin directory of an app, refer it in the inputs.conf.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 15:55:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-props-conf-and-transforms-conf-settings/m-p/515255#M87265</guid>
      <dc:creator>didatams</dc:creator>
      <dc:date>2020-08-20T15:55:30Z</dc:date>
    </item>
  </channel>
</rss>

