<?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: Why does entering new line causes multiple events? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-entering-new-line-causes-multiple-events/m-p/304790#M93520</link>
    <description>&lt;P&gt;yes sure check and let me know ! I may be wrong &lt;/P&gt;</description>
    <pubDate>Mon, 15 Jan 2018 13:00:17 GMT</pubDate>
    <dc:creator>mayurr98</dc:creator>
    <dc:date>2018-01-15T13:00:17Z</dc:date>
    <item>
      <title>Why does entering new line causes multiple events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-entering-new-line-causes-multiple-events/m-p/304787#M93517</link>
      <description>&lt;P&gt;In the web form application, when new line is inserted (by hitting Enter key) in text area, it logs through Logger Factory, and gets sent over to Splunk Cloud. I've realized that this causes multiple events (per new line) instead of one single event.&lt;BR /&gt;
It is logged in one single statement, however.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;LOGGER.info(form.toString());
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is this default behavior? And is there way to make it single event?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 16:56:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-entering-new-line-causes-multiple-events/m-p/304787#M93517</guid>
      <dc:creator>jkim34</dc:creator>
      <dc:date>2018-01-12T16:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why does entering new line causes multiple events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-entering-new-line-causes-multiple-events/m-p/304788#M93518</link>
      <description>&lt;P&gt;During the parsing phase, data from the input phase is broken up into individual events.&lt;BR /&gt;
Splunks parsing phase determines where an event starts and the next one begins.&lt;BR /&gt;
For multi line events Splunk tries to determine event boundaries by looking at the props.conf settings:&lt;BR /&gt;
For example the line&lt;BR /&gt;
- &lt;STRONG&gt;BREAK_ONLY_BEFORE_DATE = true&lt;/STRONG&gt; (default)--&amp;gt;looks for a new line with a date at the start.&lt;BR /&gt;
- &lt;STRONG&gt;MAX_EVENTS = 256 (default)&lt;/STRONG&gt;--&amp;gt; Allows a maximum of 256 characters per event. (I suspect this might be your problem)&lt;BR /&gt;
There are many more that you can use there...&lt;BR /&gt;
Check &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Data/Configureeventlinebreaking" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Data/Configureeventlinebreaking&lt;/A&gt; for all the details.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:42:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-entering-new-line-causes-multiple-events/m-p/304788#M93518</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2020-09-29T17:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why does entering new line causes multiple events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-entering-new-line-causes-multiple-events/m-p/304789#M93519</link>
      <description>&lt;P&gt;Hi mayurr98,&lt;/P&gt;

&lt;P&gt;I appreciate for the feedback. I know for sure that it isn't 256 characters per event, as event gets created even with few characters. However, I agree that it may be way props.conf is configured. I'll look to see what is going on. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2018 12:55:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-entering-new-line-causes-multiple-events/m-p/304789#M93519</guid>
      <dc:creator>jkim34</dc:creator>
      <dc:date>2018-01-15T12:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why does entering new line causes multiple events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-entering-new-line-causes-multiple-events/m-p/304790#M93520</link>
      <description>&lt;P&gt;yes sure check and let me know ! I may be wrong &lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2018 13:00:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-entering-new-line-causes-multiple-events/m-p/304790#M93520</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2018-01-15T13:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why does entering new line causes multiple events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-does-entering-new-line-causes-multiple-events/m-p/304791#M93521</link>
      <description>&lt;P&gt;Can you post a log example (sanitised if need be) which shows what the event should look like?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2018 14:44:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-does-entering-new-line-causes-multiple-events/m-p/304791#M93521</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2018-01-15T14:44:56Z</dc:date>
    </item>
  </channel>
</rss>

