<?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: Is there character limits in previous Splunk version? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-character-limits-in-previous-Splunk-version/m-p/620715#M14511</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/250929"&gt;@xRusty9&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;Can you following command from splunk bin directory&amp;nbsp; on both 9.0.1 and 8.0.5&amp;nbsp; servers to check any local configuration that updated?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;./splunk btool props list --debug | grep -i TRUNCATE&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Nov 2022 08:31:05 GMT</pubDate>
    <dc:creator>SanjayReddy</dc:creator>
    <dc:date>2022-11-14T08:31:05Z</dc:date>
    <item>
      <title>Is there character limits in previous Splunk version?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-character-limits-in-previous-Splunk-version/m-p/620709#M14507</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;May I check whether is there character limits when sending data to Splunk? Is there 10000 limit on Splunk Enterprise version 8.0.5?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 06:40:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-character-limits-in-previous-Splunk-version/m-p/620709#M14507</guid>
      <dc:creator>xRusty9</dc:creator>
      <dc:date>2022-11-14T06:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is there character limits in previous Splunk version?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-character-limits-in-previous-Splunk-version/m-p/620711#M14508</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/250929"&gt;@xRusty9&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Defult is 10k , for all for splunk versions,&amp;nbsp; this value present in $Splunk_Home/etc/system/default/props.conf&lt;BR /&gt;&lt;BR /&gt;if you wante to increase the limit please update in local directory&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;TRUNCATE = &amp;lt;non-negative integer&amp;gt;
* The default maximum line length, in bytes.
* Although this is in bytes, line length is rounded down when this would
  otherwise land mid-character for multi-byte characters.
* Set to 0 if you never want truncation (very long lines are, however, often
  a sign of garbage data).
* Default: 10000&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this can be based on source or sourcetype or host in props.conf&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;ex:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;[host::small_events]
TRUNCATE = 256&lt;/PRE&gt;&lt;P&gt;---&lt;BR /&gt;If this reply helps you, an upvote/Karma would be appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 07:05:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-character-limits-in-previous-Splunk-version/m-p/620711#M14508</guid>
      <dc:creator>SanjayReddy</dc:creator>
      <dc:date>2022-11-14T07:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there character limits in previous Splunk version?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-character-limits-in-previous-Splunk-version/m-p/620712#M14509</link>
      <description>&lt;P&gt;Hi, thanks for the reply. I am using the latest version(9.0.1) and the older version(8.0.5), and 9.0.1 able to send more than 10k of data without changing the configuration. Whereas 8.0.5 truncate around 10k.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 07:14:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-character-limits-in-previous-Splunk-version/m-p/620712#M14509</guid>
      <dc:creator>xRusty9</dc:creator>
      <dc:date>2022-11-14T07:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there character limits in previous Splunk version?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-character-limits-in-previous-Splunk-version/m-p/620715#M14511</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/250929"&gt;@xRusty9&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;Can you following command from splunk bin directory&amp;nbsp; on both 9.0.1 and 8.0.5&amp;nbsp; servers to check any local configuration that updated?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;./splunk btool props list --debug | grep -i TRUNCATE&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 08:31:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-character-limits-in-previous-Splunk-version/m-p/620715#M14511</guid>
      <dc:creator>SanjayReddy</dc:creator>
      <dc:date>2022-11-14T08:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is there character limits in previous Splunk version?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-character-limits-in-previous-Splunk-version/m-p/620832#M14518</link>
      <description>&lt;P&gt;I do see that props.conf have a few TRUNCATE setting. Do I change all of them so that longer message can be loaded in Splunk? or I change the default, splunkd, and KVstore will do?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 05:37:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-character-limits-in-previous-Splunk-version/m-p/620832#M14518</guid>
      <dc:creator>xRusty9</dc:creator>
      <dc:date>2022-11-15T05:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is there character limits in previous Splunk version?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-character-limits-in-previous-Splunk-version/m-p/620833#M14519</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/236694"&gt;@SanjayReddy&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I do see that props.conf have a few TRUNCATE setting. Do I change all of them so that longer message can be loaded in Splunk? or I change the default, splunkd, and KVstore will do?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to update:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried to add the following under the $Splunk_Home/etc/system/default/props.conf, the truncate didnt happen in version 9.0.5.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;[host::&lt;A class="" title="127.0.0.1:8088" href="https://127.0.0.1/en-US/app/search/search?q=search%20index%3D%22speech_log%22&amp;amp;display.page.search.mode=smart&amp;amp;dispatch.sample_ratio=1&amp;amp;workload_pool=&amp;amp;earliest=-24h%40h&amp;amp;latest=now&amp;amp;sid=1668497417.10#" target="_blank" rel="noopener"&gt;127.0.0.1:8088&lt;/A&gt;]
TRUNCATE = 256&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data came in via HEC.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 08:47:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-character-limits-in-previous-Splunk-version/m-p/620833#M14519</guid>
      <dc:creator>xRusty9</dc:creator>
      <dc:date>2022-11-15T08:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is there character limits in previous Splunk version?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-character-limits-in-previous-Splunk-version/m-p/621473#M14557</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/250929"&gt;@xRusty9&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;remove port from header and save it&lt;BR /&gt;&lt;BR /&gt;check if that is working?&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2022 07:03:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Is-there-character-limits-in-previous-Splunk-version/m-p/621473#M14557</guid>
      <dc:creator>SanjayReddy</dc:creator>
      <dc:date>2022-11-20T07:03:06Z</dc:date>
    </item>
  </channel>
</rss>

