<?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 Using Transforms.conf truncates my data at 3925 characters - Why? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Using-Transforms-conf-truncates-my-data-at-3925-characters-Why/m-p/145505#M29658</link>
    <description>&lt;P&gt;Ladies and Gents,&lt;/P&gt;

&lt;P&gt;I'm struggling trying to transform some of my data.&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[st1]
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
TRUNCATE = 0
TRANSFORMS-1 = t1, t2
BREAK_ONLY_BEFORE_DATE = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[t1]
REGEX = ^(.*)data(data I want to capture)data(.*)$
FORMAT = $1&amp;lt;newfield&amp;gt;$2&amp;lt;/newfield&amp;gt;$3
DEST_KEY = _raw

[t2]
REGEX = ^(.*)different data(different data I want to capture)different data(.*)$
FORMAT = $1&amp;lt;newfield1&amp;gt;$2&amp;lt;/newfield2&amp;gt;$3
DEST_KEY = _raw
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;There problem I have is when the data is passed to transforms.conf, the resulting event is truncated at 3925 characters. whereas the data that isn't modified by transforms.conf remains fine.&lt;/P&gt;

&lt;P&gt;Please help&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 17 Feb 2015 12:51:30 GMT</pubDate>
    <dc:creator>kendrickt</dc:creator>
    <dc:date>2015-02-17T12:51:30Z</dc:date>
    <item>
      <title>Using Transforms.conf truncates my data at 3925 characters - Why?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-Transforms-conf-truncates-my-data-at-3925-characters-Why/m-p/145505#M29658</link>
      <description>&lt;P&gt;Ladies and Gents,&lt;/P&gt;

&lt;P&gt;I'm struggling trying to transform some of my data.&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[st1]
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
TRUNCATE = 0
TRANSFORMS-1 = t1, t2
BREAK_ONLY_BEFORE_DATE = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[t1]
REGEX = ^(.*)data(data I want to capture)data(.*)$
FORMAT = $1&amp;lt;newfield&amp;gt;$2&amp;lt;/newfield&amp;gt;$3
DEST_KEY = _raw

[t2]
REGEX = ^(.*)different data(different data I want to capture)different data(.*)$
FORMAT = $1&amp;lt;newfield1&amp;gt;$2&amp;lt;/newfield2&amp;gt;$3
DEST_KEY = _raw
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;There problem I have is when the data is passed to transforms.conf, the resulting event is truncated at 3925 characters. whereas the data that isn't modified by transforms.conf remains fine.&lt;/P&gt;

&lt;P&gt;Please help&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 12:51:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-Transforms-conf-truncates-my-data-at-3925-characters-Why/m-p/145505#M29658</guid>
      <dc:creator>kendrickt</dc:creator>
      <dc:date>2015-02-17T12:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using Transforms.conf truncates my data at 3925 characters - Why?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-Transforms-conf-truncates-my-data-at-3925-characters-Why/m-p/145506#M29659</link>
      <description>&lt;P&gt;Just figured out the answer - Splunk was truncating at 4096 characters. So I added &lt;CODE&gt;LOOKAHEAD = 20000&lt;/CODE&gt; to my tranforms.conf and it works!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2015 15:04:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-Transforms-conf-truncates-my-data-at-3925-characters-Why/m-p/145506#M29659</guid>
      <dc:creator>kendrickt</dc:creator>
      <dc:date>2015-02-18T15:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using Transforms.conf truncates my data at 3925 characters - Why?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Using-Transforms-conf-truncates-my-data-at-3925-characters-Why/m-p/145507#M29660</link>
      <description>&lt;P&gt;Thanks for sharing your finding&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 07:28:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Using-Transforms-conf-truncates-my-data-at-3925-characters-Why/m-p/145507#M29660</guid>
      <dc:creator>saurabh_tek11</dc:creator>
      <dc:date>2017-12-20T07:28:01Z</dc:date>
    </item>
  </channel>
</rss>

