<?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: Do I need to create a transforms.conf file in addition to props.conf to disable truncate for a specific sourcetype? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-create-a-transforms-conf-file-in-addition-to-props/m-p/113720#M23796</link>
    <description>&lt;P&gt;No transforms.conf needed?&lt;/P&gt;</description>
    <pubDate>Fri, 05 Sep 2014 19:24:39 GMT</pubDate>
    <dc:creator>briandickinson</dc:creator>
    <dc:date>2014-09-05T19:24:39Z</dc:date>
    <item>
      <title>Do I need to create a transforms.conf file in addition to props.conf to disable truncate for a specific sourcetype?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-create-a-transforms-conf-file-in-addition-to-props/m-p/113717#M23793</link>
      <description>&lt;P&gt;I have created a props.conf file to allow for logging an event of 16,000 characters. If I am reading the documentation correctly I can tie it to a specific source type and add it to the application I have deployed.&lt;/P&gt;

&lt;P&gt;So, I added this props file to my app:&lt;/P&gt;

&lt;H1&gt;Increase the default line length&lt;/H1&gt;

&lt;P&gt;sourcetype = bluestripe&lt;BR /&gt;
TRUNCATE = 0&lt;/P&gt;

&lt;P&gt;But the line break is still happening. Do, I need to create a transforms.conf file to go with this that has a stanza name that I replicate in the props file for it to work? Or am I doing something else wrong? &lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2014 19:14:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-create-a-transforms-conf-file-in-addition-to-props/m-p/113717#M23793</guid>
      <dc:creator>briandickinson</dc:creator>
      <dc:date>2014-09-05T19:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need to create a transforms.conf file in addition to props.conf to disable truncate for a specific sourcetype?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-create-a-transforms-conf-file-in-addition-to-props/m-p/113718#M23794</link>
      <description>&lt;P&gt;It Should be like this in props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[bluestripe]
TRUNCATE = 0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 05 Sep 2014 19:21:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-create-a-transforms-conf-file-in-addition-to-props/m-p/113718#M23794</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-09-05T19:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need to create a transforms.conf file in addition to props.conf to disable truncate for a specific sourcetype?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-create-a-transforms-conf-file-in-addition-to-props/m-p/113719#M23795</link>
      <description>&lt;P&gt;Can you post the proper snippet of your props.conf file&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2014 19:22:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-create-a-transforms-conf-file-in-addition-to-props/m-p/113719#M23795</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-09-05T19:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need to create a transforms.conf file in addition to props.conf to disable truncate for a specific sourcetype?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-create-a-transforms-conf-file-in-addition-to-props/m-p/113720#M23796</link>
      <description>&lt;P&gt;No transforms.conf needed?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2014 19:24:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-create-a-transforms-conf-file-in-addition-to-props/m-p/113720#M23796</guid>
      <dc:creator>briandickinson</dc:creator>
      <dc:date>2014-09-05T19:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need to create a transforms.conf file in addition to props.conf to disable truncate for a specific sourcetype?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-create-a-transforms-conf-file-in-addition-to-props/m-p/113721#M23797</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;

&lt;P&gt;their are two settings in props.conf one for truncation and event breaking.  TRUNCATE applies to maximum line length of a line in bytes and the other is MAX_EVENTS which specifies the maximum number of input lines to add to any event.  If you event is over 16,000 chars long and multi line you will have to set both.  By default MAX_EVENTS breaks an event after 256.&lt;/P&gt;

&lt;P&gt;Modifying these setting may cause performance issues.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
[bluestripe]&lt;BR /&gt;
TRUNCATE = 0&lt;BR /&gt;
MAX_EVENTS = 1000&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:30:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-create-a-transforms-conf-file-in-addition-to-props/m-p/113721#M23797</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2020-09-28T17:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Do I need to create a transforms.conf file in addition to props.conf to disable truncate for a specific sourcetype?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-create-a-transforms-conf-file-in-addition-to-props/m-p/113722#M23798</link>
      <description>&lt;P&gt;transforms.conf is not needed&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2014 19:31:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Do-I-need-to-create-a-transforms-conf-file-in-addition-to-props/m-p/113722#M23798</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-09-05T19:31:41Z</dc:date>
    </item>
  </channel>
</rss>

