<?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: Forwarder configuration in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-configuration/m-p/54009#M10425</link>
    <description>&lt;P&gt;Thanks damien !&lt;/P&gt;

&lt;P&gt;That did not seem to work out for us &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 May 2012 05:23:59 GMT</pubDate>
    <dc:creator>asarolkar</dc:creator>
    <dc:date>2012-05-17T05:23:59Z</dc:date>
    <item>
      <title>Forwarder configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-configuration/m-p/54005#M10421</link>
      <description>&lt;P&gt;I have a log file on a windows forwarder for which - I want to segregate the fields contained in that log file -- on the forwarder -- before they are pickedup by the indexer.&lt;/P&gt;

&lt;P&gt;The configuration at : C:\Program Files\SplunkUniversalForwarder\etc\system\local\ is like this:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;&amp;gt;&amp;gt;inputs.conf:&lt;/STRONG&gt;&lt;BR /&gt;
[monitor ://D\Folder]&lt;BR /&gt;
disabled=0&lt;BR /&gt;
whitelist=Organization\.csv*&lt;BR /&gt;
index=main&lt;BR /&gt;
sourcetype=alpha&lt;/P&gt;

&lt;P&gt;This works UP TILL THIS POINT - as in - searching for &lt;STRONG&gt;sourcetype=alpha&lt;/STRONG&gt; gives us properly indexed content of Organization.log&lt;/P&gt;

&lt;P&gt;The next and the more painful step is to correctly configure the props.conf and transforms.conf [neither of which exist under C:\Program Files\SplunkUniversalForwarder\etc\system\local\ - SO I HAD TO ADD THEM]&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;&amp;gt;&amp;gt; props.conf:&lt;/STRONG&gt;&lt;BR /&gt;
[alpha]&lt;BR /&gt;
REPORT-alpha = alpha-fields&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;&amp;gt;&amp;gt; transforms.conf:&lt;/STRONG&gt;&lt;BR /&gt;
[alpha-fields]&lt;BR /&gt;
DELIMS=","&lt;BR /&gt;
FIELDS="field1-alpha", "field2-alpha"&lt;/P&gt;

&lt;P&gt;This does not work.&lt;/P&gt;

&lt;P&gt;Any ideas ? &lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2012 03:15:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-configuration/m-p/54005#M10421</guid>
      <dc:creator>asarolkar</dc:creator>
      <dc:date>2012-05-17T03:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-configuration/m-p/54006#M10422</link>
      <description>&lt;P&gt;"REPORT" is a &lt;STRONG&gt;search time extraction&lt;/STRONG&gt; , so your props.conf and transforms.conf should live on your Splunk Search Head , not the Universal Forwarder.&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2012 04:36:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-configuration/m-p/54006#M10422</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2012-05-17T04:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-configuration/m-p/54007#M10423</link>
      <description>&lt;P&gt;Does it matter that the configuration to capture this sourcetype is done on the forwarder side ?&lt;/P&gt;

&lt;P&gt;We changed the inputs.conf on the forwarder side&lt;/P&gt;

&lt;P&gt;Shouldnt the props.conf and transforms.conf also live on the forwarder side ?&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2012 04:37:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-configuration/m-p/54007#M10423</guid>
      <dc:creator>asarolkar</dc:creator>
      <dc:date>2012-05-17T04:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-configuration/m-p/54008#M10424</link>
      <description>&lt;P&gt;For the particular configuration you have described in your original post :&lt;/P&gt;

&lt;P&gt;inputs.conf -&amp;gt; Universal Forwarder&lt;BR /&gt;
props.conf &amp;amp; transforms.conf -&amp;gt; Splunk Search Head&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2012 04:45:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-configuration/m-p/54008#M10424</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2012-05-17T04:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-configuration/m-p/54009#M10425</link>
      <description>&lt;P&gt;Thanks damien !&lt;/P&gt;

&lt;P&gt;That did not seem to work out for us &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2012 05:23:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-configuration/m-p/54009#M10425</guid>
      <dc:creator>asarolkar</dc:creator>
      <dc:date>2012-05-17T05:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-configuration/m-p/54010#M10426</link>
      <description>&lt;P&gt;These are again the changes we made and their locations:&lt;/P&gt;

&lt;P&gt;On the FORWARDER (Windows Machine) - inputs.conf - changed at :&lt;/P&gt;

&lt;P&gt;\etc\system\local\&lt;/P&gt;

&lt;P&gt;--&lt;/P&gt;

&lt;P&gt;On the INDEXER (Search Head) - we added the following to props.conf at C:\Program Files\Splunk\etc\system\local\&lt;/P&gt;

&lt;P&gt;C:\Program Files\SplunkUniversalForwarder\etc\system\local\&lt;BR /&gt;
[alpha]&lt;BR /&gt;
CHECK_FOR_HEADER=true&lt;BR /&gt;
KV_MODE=none&lt;BR /&gt;
NO_BINARY_CHECK=1&lt;BR /&gt;
SHOULD_LINEMERGE=false&lt;/P&gt;

&lt;P&gt;--&lt;/P&gt;

&lt;P&gt;On the INDEXER (Search Head) - we added a second props.conf and transforms.conf (from my initial post) at &lt;/P&gt;

&lt;P&gt;C:\Program Files\Splunk\etc\apps\search\local\&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:50:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-configuration/m-p/54010#M10426</guid>
      <dc:creator>asarolkar</dc:creator>
      <dc:date>2020-09-28T11:50:11Z</dc:date>
    </item>
  </channel>
</rss>

