<?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: Break single line of data. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Break-single-line-of-data/m-p/702403#M116189</link>
    <description>&lt;P&gt;Thanks for all the info.&lt;/P&gt;&lt;P&gt;We are going to go with increasing the truncate on the index server.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Oct 2024 16:33:22 GMT</pubDate>
    <dc:creator>BB2</dc:creator>
    <dc:date>2024-10-21T16:33:22Z</dc:date>
    <item>
      <title>Break single line of data.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Break-single-line-of-data/m-p/702279#M116170</link>
      <description>&lt;P&gt;I have a question about breaking up a single line of data to send to the Splunk Indexer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We sending data which can have over 50,000 characters on a single line.&amp;nbsp; I would like to know if there is a way to break up the data on the source server with the universal forwarder before sending it to the indexer and then reassemble it after it arrives at the indexer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We would like to know if this is possible rather than having to increase the Truncate size on the indexer to take all the data at once.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 20:17:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Break-single-line-of-data/m-p/702279#M116170</guid>
      <dc:creator>BB2</dc:creator>
      <dc:date>2024-10-18T20:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Break single line of data.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Break-single-line-of-data/m-p/702286#M116172</link>
      <description>&lt;P&gt;You can apply EVENT BREAKER &amp;nbsp;settings on your props.conf.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Go to your app/local directory on your Deployment server.&lt;/LI&gt;&lt;LI&gt;Create or edit &lt;A href="https://docs.splunk.com/Documentation/Splunk/9.1.0/Admin/Propsconf" target="_self"&gt;props&lt;/A&gt;.conf file.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Update the EVENT_BREAKER with the appropriate regex pattern for your source. Typically, this is the same as your LINE_BREAKER regex.&lt;/LI&gt;&lt;LI&gt;Reload the serverclass app on the Deployment server.&lt;/LI&gt;&lt;LI&gt;Verify that the updated props.conf is successfully deployed to the Universal Forwarder.&lt;/LI&gt;&lt;LI&gt;That should complete the setup.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Refer:&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/How-to-apply-EVENT-BREAKER-on-UF-for-better-data-distribution/m-p/614423" target="_blank" rel="noopener"&gt;https://community.splunk.com/t5/Getting-Data-In/How-to-apply-EVENT-BREAKER-on-UF-for-better-data-distribution/m-p/614423&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 22:56:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Break-single-line-of-data/m-p/702286#M116172</guid>
      <dc:creator>sainag_splunk</dc:creator>
      <dc:date>2024-10-18T22:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Break single line of data.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Break-single-line-of-data/m-p/702306#M116175</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/271895"&gt;@BB2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;only one question: why?&lt;/P&gt;&lt;P&gt;if the issue is the limit of 50,000 chars, you can only increase the TRUNCATE limit.&lt;/P&gt;&lt;P&gt;There's no utility (even if it's possible but not!) to trucate an event on forwarders and then reassemble it&amp;nbsp; on Indexers because events are compressed and stored in packets and sent from Forwarders to Indexers with no relation with the lenght of the event.&lt;/P&gt;&lt;P&gt;So I ask you again why?&lt;/P&gt;&lt;P&gt;the only action that you must do is increasing the lenght of the events aging on the TRUNCATE parameters.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 19 Oct 2024 09:17:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Break-single-line-of-data/m-p/702306#M116175</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-10-19T09:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Break single line of data.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Break-single-line-of-data/m-p/702314#M116179</link>
      <description>&lt;P&gt;It's a bit more complicated than that. Data is not sent from UF as events (unless you're using indexed extractions), it's getting sent as chunks (which can cause issues if you have big events and don't have event breaker configured properly).&lt;/P&gt;&lt;P&gt;And it's actually the other way around - you want to have event breaker (not line breaker! since no line breaking happens on UF) set so that events are _not_ split between two different chunks. The cause for it is that two chunks of data can go to different outputs from the same group and end up on two different indexers.&lt;/P&gt;&lt;P&gt;So even if there was a way to reassemble an event you wouldn't have anything to reassemble it from.&lt;/P&gt;&lt;P&gt;Long story short - you want to make sure your events are _not_ getting split.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Oct 2024 21:15:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Break-single-line-of-data/m-p/702314#M116179</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-10-19T21:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Break single line of data.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Break-single-line-of-data/m-p/702403#M116189</link>
      <description>&lt;P&gt;Thanks for all the info.&lt;/P&gt;&lt;P&gt;We are going to go with increasing the truncate on the index server.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 16:33:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Break-single-line-of-data/m-p/702403#M116189</guid>
      <dc:creator>BB2</dc:creator>
      <dc:date>2024-10-21T16:33:22Z</dc:date>
    </item>
  </channel>
</rss>

