<?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 is linebreaking not working for Microsoft DHCP failover auto config sync? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-linebreaking-not-working-for-Microsoft-DHCP-failover-auto/m-p/432511#M75657</link>
    <description>&lt;P&gt;can you try SHOULD_LINEMERGE=true in your stanza else try:-&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[dfacs]
LINE_BREAKER = (====+)
MAX_TIMESTAMP_LOOKAHEAD=22
NO_BINARY_CHECK=true
SHOULD_LINEMERGE=true
TIME_FORMAT=%m/%d/%Y %H:%M:%S
TIME_PREFIX=Sync\sprocess\scomplete\sat\s
TZ=US/Eastern
disabled=false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and after changing props.conf change will affect later indexed events and it will not affect already indexed events.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Oct 2018 17:55:18 GMT</pubDate>
    <dc:creator>493669</dc:creator>
    <dc:date>2018-10-22T17:55:18Z</dc:date>
    <item>
      <title>Why is linebreaking not working for Microsoft DHCP failover auto config sync?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-linebreaking-not-working-for-Microsoft-DHCP-failover-auto/m-p/432510#M75656</link>
      <description>&lt;P&gt;Swinging back around to an issue that has me a bit confused. Microsoft DHCP Failover Auto Config Sync generates logs like the following:&lt;/P&gt;

&lt;P&gt;==================================================================================================&lt;BR /&gt;
Sync process complete at 01/25/2018 17:04:08.&lt;/P&gt;

&lt;H1&gt;Will automatically sync again when new configuration changes are made.&lt;/H1&gt;

&lt;P&gt;Sync process complete at 01/25/2018 17:11:16.&lt;/P&gt;

&lt;H1&gt;Will automatically sync again when new configuration changes are made.&lt;/H1&gt;

&lt;P&gt;Periodic Sync TimeOut Happened:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Syncing Relation:DHCP1-DHCP2
Sync process complete at 01/25/2018 17:26:17.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I've created a custom source type, shown below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[dfacs]
TRUNCATE = 999999
LINE_BREAKER = (=+[\r\n]+)
MAX_TIMESTAMP_LOOKAHEAD=22
NO_BINARY_CHECK=true
SHOULD_LINEMERGE=false
TIME_FORMAT=%m/%d/%Y %H:%M:%S
TIME_PREFIX=Sync\sprocess\scomplete\sat\s
TZ=US/Eastern
disabled=false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My main frustration is that, for some reason, it separates the following the 3-line section into 2 events with EVENT1 being given a timestamp ~ 3 seconds before EVENT2 is properly timestamped:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; Periodic Sync TimeOut Happened:
    Syncing Relation:DHCP1-DHCP2
    Sync process complete at 01/22/2018 11:37:02.
--EVENT1--
Periodic Sync TimeOut Happened:
Syncing Relation:DHCP1-DHCP2
--EVENT2--
Sync process complete at 01/22/2018 11:37:02.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Based on the props, I did intend to remove the lines with "="'s. As the 2-line events break fine, any suggestions on how to stop the 3-line events from breaking?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 17:42:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-linebreaking-not-working-for-Microsoft-DHCP-failover-auto/m-p/432510#M75656</guid>
      <dc:creator>joeburris</dc:creator>
      <dc:date>2018-10-22T17:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why is linebreaking not working for Microsoft DHCP failover auto config sync?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-linebreaking-not-working-for-Microsoft-DHCP-failover-auto/m-p/432511#M75657</link>
      <description>&lt;P&gt;can you try SHOULD_LINEMERGE=true in your stanza else try:-&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[dfacs]
LINE_BREAKER = (====+)
MAX_TIMESTAMP_LOOKAHEAD=22
NO_BINARY_CHECK=true
SHOULD_LINEMERGE=true
TIME_FORMAT=%m/%d/%Y %H:%M:%S
TIME_PREFIX=Sync\sprocess\scomplete\sat\s
TZ=US/Eastern
disabled=false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and after changing props.conf change will affect later indexed events and it will not affect already indexed events.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 17:55:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-linebreaking-not-working-for-Microsoft-DHCP-failover-auto/m-p/432511#M75657</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-10-22T17:55:18Z</dc:date>
    </item>
  </channel>
</rss>

