<?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: How to write Linebreaker rule for the below events? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-write-Linebreaker-rule-for-the-below-events/m-p/431874#M75594</link>
    <description>&lt;P&gt;hey guys, sorry for making my comment an answer.  For some reason, it won't allow me to make comments, only answers.... ???&lt;BR /&gt;
When I click on "comment" it drops down to the main answers section.&lt;/P&gt;</description>
    <pubDate>Thu, 31 May 2018 14:23:55 GMT</pubDate>
    <dc:creator>dpetracca_splun</dc:creator>
    <dc:date>2018-05-31T14:23:55Z</dc:date>
    <item>
      <title>How to write Linebreaker rule for the below events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-write-Linebreaker-rule-for-the-below-events/m-p/431866#M75586</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;P&gt;We have ingested the NSG flow logs from azure and few events are not breaking the events properly, could you please help me to write the LINE_BREAKER rule for below events.&lt;/P&gt;

&lt;P&gt;Sample events:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"time":"2018-05-30T16:07:43.6682050Z","systemId":"","category":"NetworkSecurityGroupFlowEvent","12000,T,O,A"]}]}]}{"time":"2018-05-30T16:06:43.6499999Z","systemId":"","category":"NetworkSecurityGroupFlowEvent","resourceId":"/,T,O,A"]}]}]}{"time":"2018-05-30T16:06:43.6499999Z","systemId":"","category":"NetworkSecurityGroupFlowEvent","resourceId":"/,T,O,A"]}]}]}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;LINE_BREAKER=?&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 16:34:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-write-Linebreaker-rule-for-the-below-events/m-p/431866#M75586</guid>
      <dc:creator>lksridhar</dc:creator>
      <dc:date>2018-05-30T16:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to write Linebreaker rule for the below events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-write-Linebreaker-rule-for-the-below-events/m-p/431867#M75587</link>
      <description>&lt;P&gt;@lksridhar, can you try with this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;LINE_BREAKER=(]}]}]})
TIME_PREFIX="time":
MAX_TIMESTAMP_LOOKAHEAD=29
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 May 2018 17:24:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-write-Linebreaker-rule-for-the-below-events/m-p/431867#M75587</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-05-30T17:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to write Linebreaker rule for the below events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-write-Linebreaker-rule-for-the-below-events/m-p/431868#M75588</link>
      <description>&lt;P&gt;Are you missing a curly bracket in the line 1??&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 21:53:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-write-Linebreaker-rule-for-the-below-events/m-p/431868#M75588</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-05-30T21:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to write Linebreaker rule for the below events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-write-Linebreaker-rule-for-the-below-events/m-p/431869#M75589</link>
      <description>&lt;P&gt;I came to same conclusion as &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/201110"&gt;@niketn&lt;/a&gt;&lt;BR /&gt;
I tested it out and here is the props.conf that works:&lt;/P&gt;

&lt;P&gt;[test_line_break]&lt;BR /&gt;
DATETIME_CONFIG = &lt;BR /&gt;
LINE_BREAKER = (]}]}]})&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD = 27&lt;BR /&gt;
NO_BINARY_CHECK = true&lt;BR /&gt;
TIME_PREFIX = time&lt;BR /&gt;
category = Custom&lt;BR /&gt;
disabled = false&lt;BR /&gt;
pulldown_type = true&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:44:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-write-Linebreaker-rule-for-the-below-events/m-p/431869#M75589</guid>
      <dc:creator>dpetracca_splun</dc:creator>
      <dc:date>2020-09-29T19:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to write Linebreaker rule for the below events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-write-Linebreaker-rule-for-the-below-events/m-p/431870#M75590</link>
      <description>&lt;P&gt;@dpetracca I had &lt;CODE&gt;MAX_TIMESTAMP_LOOKAHEAD&lt;/CODE&gt; as 29 to extract even the timezone. Are you planning to apply TIMESTAMP_FORMAT &lt;CODE&gt;%6N&lt;/CODE&gt; and stop Timestamp extraction?&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 05:29:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-write-Linebreaker-rule-for-the-below-events/m-p/431870#M75590</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-05-31T05:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to write Linebreaker rule for the below events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-write-Linebreaker-rule-for-the-below-events/m-p/431871#M75591</link>
      <description>&lt;P&gt;@niketnilay, no your 29 is correct, I wasn't looking at timezone.  Was more focused on the line break actually.  &lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 12:57:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-write-Linebreaker-rule-for-the-below-events/m-p/431871#M75591</guid>
      <dc:creator>dpetracca_splun</dc:creator>
      <dc:date>2018-05-31T12:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to write Linebreaker rule for the below events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-write-Linebreaker-rule-for-the-below-events/m-p/431872#M75592</link>
      <description>&lt;P&gt;Thanks nikentilay and dpetracca for your input. i tried nikentilay command it is working for me.&lt;/P&gt;

&lt;P&gt;LINE_BREAKER=(]}]}]})&lt;BR /&gt;
 TIME_PREFIX="time":&lt;BR /&gt;
 MAX_TIMESTAMP_LOOKAHEAD=29&lt;/P&gt;

&lt;P&gt;Thanks for helping to fix the issue.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:44:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-write-Linebreaker-rule-for-the-below-events/m-p/431872#M75592</guid>
      <dc:creator>lksridhar</dc:creator>
      <dc:date>2020-09-29T19:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to write Linebreaker rule for the below events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-write-Linebreaker-rule-for-the-below-events/m-p/431873#M75593</link>
      <description>&lt;P&gt;@lksridhar, great to hear that your issue is resolved. I have converted my comment to answer. Please accept to mark this question as answered!&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 14:05:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-write-Linebreaker-rule-for-the-below-events/m-p/431873#M75593</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-05-31T14:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to write Linebreaker rule for the below events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-write-Linebreaker-rule-for-the-below-events/m-p/431874#M75594</link>
      <description>&lt;P&gt;hey guys, sorry for making my comment an answer.  For some reason, it won't allow me to make comments, only answers.... ???&lt;BR /&gt;
When I click on "comment" it drops down to the main answers section.&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 14:23:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-write-Linebreaker-rule-for-the-below-events/m-p/431874#M75594</guid>
      <dc:creator>dpetracca_splun</dc:creator>
      <dc:date>2018-05-31T14:23:55Z</dc:date>
    </item>
  </channel>
</rss>

