<?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: In log file line break not working. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/In-log-file-line-break-not-working/m-p/166508#M33748</link>
    <description>&lt;P&gt;i try this but not work&lt;BR /&gt;
Many way i try to change props.conf but not work&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[line_try]
FIELD_DELIMITER = |
FIELD_NAMES = datee,timee,no1,no2,msg1,msg2
INDEXED_EXTRACTIONS = csv
KV_MODE = none
LINE_BREAKER = ([\r\n]+)\d+\/\d+\/\d+
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
category = Structured
description = Comma-separated value format. Set header and other settings in "Delimited Settings"
disabled = false
pulldown_type = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[line_try]
FIELD_DELIMITER = |
FIELD_NAMES = datee,timee,no1,no2,msg1,msg2
INDEXED_EXTRACTIONS = csv
KV_MODE = none
BREAK_ONLY_BEFORE = ^(\d\d\/\d\d\/\d\d\d\d)
BREAK_ONLY_BEFORE_DATE = True
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
category = Structured
description = Comma-separated value format. Set header and other settings in "Delimited Settings"
disabled = false
pulldown_type = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[line_try]
BREAK_ONLY_BEFORE = ^(\d\d\/\d\d\/\d\d\d\d)
FIELD_DELIMITER = |
FIELD_NAMES = datee,timee,no1,no2,msg1,msg2
LINE_BREAKER = ([\r\n]+)\d+\/\d+\/\d+
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
category = Custom
disabled = false
pulldown_type = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;After change i restart every time but they not work&lt;/P&gt;</description>
    <pubDate>Tue, 28 Apr 2015 06:50:37 GMT</pubDate>
    <dc:creator>nitesh218ss</dc:creator>
    <dc:date>2015-04-28T06:50:37Z</dc:date>
    <item>
      <title>In log file line break not working.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/In-log-file-line-break-not-working/m-p/166506#M33746</link>
      <description>&lt;P&gt;i working in sample log file in which some event break line is different i use &lt;CODE&gt;BREAK_LINE = ([\r\n]+)/d+/./d/./d+*&lt;/CODE&gt; but not work my log file is:&lt;/P&gt;

&lt;P&gt;21/11/2014|16:07:01.383| 6|000000000006|RetrieveCardDetails      |Internal Gateway: Received the following: System ID: [ParentMail], PublicSecurityToken ID: [mIgxoHhht1SAa+QMqx0FQoYsYGZ9WiyQ/V5g2AqtLAwqf9bEq0+7y7XzYQv3Ff7h], Security Code: [****uise]&lt;BR /&gt;
21/11/2014|16:07:01.399| 2|000000000006|.ctor                    |New instance of Web Service 'AccountManagementBusiness' class created&lt;BR /&gt;
21/11/2014|16:07:01.664| 6|000000000006|RetrieveCardDetails      |Internal Gateway: Responding with Card Details [&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;SystemID&amp;gt;ParentMail&amp;lt;/SystemID&amp;gt;


&amp;lt;CardNumber&amp;gt;&amp;lt;/CardNumber&amp;gt;
&amp;lt;ExpiryDate&amp;gt;&amp;lt;/ExpiryDate&amp;gt;
&amp;lt;IssueNumber&amp;gt;0&amp;lt;/IssueNumber&amp;gt;
&amp;lt;CaptureMethod&amp;gt;CA&amp;lt;/CaptureMethod&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;]&lt;BR /&gt;
21/11/2014|16:12:05.174| 6|000000000007|ProcessRequest           |Request Message Updated by TS3 (Internal GW): [      ParentMail    40232481        20141121    161205              200      SALE      0      GBP      CARD      REALTIME                        1824          Transaction Item          1817          200          0          200                                            0        ECOMMERCE        VIRTUAL        28        30                                    D0C100        AAABCGCViQAAACaZIJWJAAAAAAA=                        20141121161200003123                05              cexhvm3w3vi3r332aryok1y5]&lt;BR /&gt;
21/11/2014|16:12:05.190| 2|000000000007|.ctor                    |New instance of Web Service 'AccountManagementBusiness' class created&lt;/P&gt;

&lt;P&gt;If you see in log file line is start with date. like 21/11/2014&lt;/P&gt;

&lt;P&gt;My props.conf file configration is:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[line_try]
FIELD_DELIMITER = |
FIELD_NAMES = datee,timee,no1,no2,msg1,msg2
INDEXED_EXTRACTIONS = csv
KV_MODE = none
LINE_BREAKER = ([\r\n]+)/d+/./d/./d+*
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
category = Structured
description = Comma-separated value format. Set header and other settings in "Delimited Settings"
disabled = false
pulldown_type = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please tell me what i do for line break correctly in every event.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2015 09:17:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/In-log-file-line-break-not-working/m-p/166506#M33746</guid>
      <dc:creator>nitesh218ss</dc:creator>
      <dc:date>2015-04-27T09:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: In log file line break not working.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/In-log-file-line-break-not-working/m-p/166507#M33747</link>
      <description>&lt;P&gt;Forward slashes must be escaped in regex strings, plus you have a stray dot.  Try this string, which works in regex101.com:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;([\r\n]+)\d+\/\d+\/\d+
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Apr 2015 12:17:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/In-log-file-line-break-not-working/m-p/166507#M33747</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-04-27T12:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: In log file line break not working.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/In-log-file-line-break-not-working/m-p/166508#M33748</link>
      <description>&lt;P&gt;i try this but not work&lt;BR /&gt;
Many way i try to change props.conf but not work&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[line_try]
FIELD_DELIMITER = |
FIELD_NAMES = datee,timee,no1,no2,msg1,msg2
INDEXED_EXTRACTIONS = csv
KV_MODE = none
LINE_BREAKER = ([\r\n]+)\d+\/\d+\/\d+
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
category = Structured
description = Comma-separated value format. Set header and other settings in "Delimited Settings"
disabled = false
pulldown_type = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[line_try]
FIELD_DELIMITER = |
FIELD_NAMES = datee,timee,no1,no2,msg1,msg2
INDEXED_EXTRACTIONS = csv
KV_MODE = none
BREAK_ONLY_BEFORE = ^(\d\d\/\d\d\/\d\d\d\d)
BREAK_ONLY_BEFORE_DATE = True
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
category = Structured
description = Comma-separated value format. Set header and other settings in "Delimited Settings"
disabled = false
pulldown_type = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[line_try]
BREAK_ONLY_BEFORE = ^(\d\d\/\d\d\/\d\d\d\d)
FIELD_DELIMITER = |
FIELD_NAMES = datee,timee,no1,no2,msg1,msg2
LINE_BREAKER = ([\r\n]+)\d+\/\d+\/\d+
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
category = Custom
disabled = false
pulldown_type = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;After change i restart every time but they not work&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2015 06:50:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/In-log-file-line-break-not-working/m-p/166508#M33748</guid>
      <dc:creator>nitesh218ss</dc:creator>
      <dc:date>2015-04-28T06:50:37Z</dc:date>
    </item>
  </channel>
</rss>

