<?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: Transforms.conf to props.conf? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Transforms-conf-to-props-conf/m-p/368126#M66876</link>
    <description>&lt;P&gt;I was trying to extract fields using "DELIMS". &lt;/P&gt;

&lt;P&gt;Below is the example log:&lt;BR /&gt;
Start time: 20171108163003&lt;BR /&gt;
Username: admin_sample&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2018 00:52:22 GMT</pubDate>
    <dc:creator>patricianaguit</dc:creator>
    <dc:date>2018-02-08T00:52:22Z</dc:date>
    <item>
      <title>Transforms.conf to props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Transforms-conf-to-props-conf/m-p/368122#M66872</link>
      <description>&lt;P&gt;I created a new app named sample_app_1. Inside my new app's local folder i created a transforms.conf that will be called to my props.conf. However, my configurations in both file didnt work properly. What seems to be the problem?&lt;/P&gt;

&lt;P&gt;Below is my config:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;BR /&gt;
[sample_logs_12]&lt;/P&gt;

&lt;P&gt;DATETIME_CONFIG = &lt;BR /&gt;
NO_BINARY_CHECK = true&lt;BR /&gt;
category = Custom&lt;BR /&gt;
pulldown_type = true&lt;BR /&gt;
REPORT-delimiter = sample_trans&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;[sample_trans]&lt;BR /&gt;
DELIMS = "\r\n", ":"&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:01:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Transforms-conf-to-props-conf/m-p/368122#M66872</guid>
      <dc:creator>patricianaguit</dc:creator>
      <dc:date>2020-09-29T18:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Transforms.conf to props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Transforms-conf-to-props-conf/m-p/368123#M66873</link>
      <description>&lt;P&gt;provide some sample logs and tell us what you are trying to achieve?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 10:51:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Transforms-conf-to-props-conf/m-p/368123#M66873</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2018-02-07T10:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Transforms.conf to props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Transforms-conf-to-props-conf/m-p/368124#M66874</link>
      <description>&lt;P&gt;Are you deploying this on a single instance deployment? If not, on what type of splunk instance did you deploy this in you distributed environment?&lt;/P&gt;

&lt;P&gt;What does the respective inputs.conf look like, what does the data look like and what does "didn't work properly" mean? Did you get some results but incorrect, or no extractions at all?&lt;/P&gt;

&lt;P&gt;Regarding the props.conf: why do you have that empty DATETIME_CONFIG setting in there, maybe that breaks things?&lt;/P&gt;

&lt;P&gt;Does splunkd.log on this instance report any issues after restarting? (did you even restart after deploying this app?)&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 10:54:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Transforms-conf-to-props-conf/m-p/368124#M66874</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-02-07T10:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Transforms.conf to props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Transforms-conf-to-props-conf/m-p/368125#M66875</link>
      <description>&lt;P&gt;Hi patricianaguit,&lt;BR /&gt;
at first, you're speaking of ingestion of a csv file or a field extraction at search time?&lt;/P&gt;

&lt;P&gt;the method you're using is only to extract fields at search time, to ingest a csv file you have to follow a different approach (see at &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.2/Data/Extractfieldsfromfileswithstructureddata"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.2/Data/Extractfieldsfromfileswithstructureddata&lt;/A&gt; ).&lt;/P&gt;

&lt;P&gt;Anyway, to extract fields at search time you have to create a props.conf like the one you used and a transforms.conf adding the following row with the list of your fields&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;FIELDS = &amp;lt;quoted string list&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;as you can see at &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.2/Admin/Transformsconf"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.2/Admin/Transformsconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;After, you can verify the way to deploy props and transforms to your &lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 12:05:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Transforms-conf-to-props-conf/m-p/368125#M66875</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2018-02-07T12:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Transforms.conf to props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Transforms-conf-to-props-conf/m-p/368126#M66876</link>
      <description>&lt;P&gt;I was trying to extract fields using "DELIMS". &lt;/P&gt;

&lt;P&gt;Below is the example log:&lt;BR /&gt;
Start time: 20171108163003&lt;BR /&gt;
Username: admin_sample&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 00:52:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Transforms-conf-to-props-conf/m-p/368126#M66876</guid>
      <dc:creator>patricianaguit</dc:creator>
      <dc:date>2018-02-08T00:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Transforms.conf to props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Transforms-conf-to-props-conf/m-p/368127#M66877</link>
      <description>&lt;P&gt;I was trying to extract fields using "DELIMS". And no fields were extracted&lt;/P&gt;

&lt;P&gt;Below is the example log:&lt;BR /&gt;
Start time: 20171108163003&lt;BR /&gt;
Username: admin_sample&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 01:25:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Transforms-conf-to-props-conf/m-p/368127#M66877</guid>
      <dc:creator>patricianaguit</dc:creator>
      <dc:date>2018-02-08T01:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Transforms.conf to props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Transforms-conf-to-props-conf/m-p/368128#M66878</link>
      <description>&lt;P&gt;have you tried &lt;BR /&gt;
transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[sample_trans]
DELIMS = "\r\n", ":"
FIELDS = field1 , field2 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Feb 2018 01:42:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Transforms-conf-to-props-conf/m-p/368128#M66878</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-02-08T01:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Transforms.conf to props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Transforms-conf-to-props-conf/m-p/368129#M66879</link>
      <description>&lt;P&gt;You have stored the props.conf/transforms.conf under &lt;CODE&gt;&amp;lt;sample_app_1&amp;gt;/default&lt;/CODE&gt; or &lt;CODE&gt;&amp;lt;sample_app_1&amp;gt;/local&lt;/CODE&gt;?&lt;BR /&gt;
these are the search paths of splunk where to look for these files.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 08:26:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Transforms-conf-to-props-conf/m-p/368129#M66879</guid>
      <dc:creator>Elsurion</dc:creator>
      <dc:date>2018-02-08T08:26:50Z</dc:date>
    </item>
  </channel>
</rss>

