<?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 the Ping audit format break with props? in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Why-does-the-Ping-audit-format-break-with-props/m-p/420672#M3551</link>
    <description>&lt;P&gt;Gorgeous @somesoni2 - what might have gone wrong with the original &lt;CODE&gt;props&lt;/CODE&gt; set up? Does &lt;CODE&gt;_internal&lt;/CODE&gt; capture incorrect set-ups, like my original one?&lt;/P&gt;</description>
    <pubDate>Mon, 22 Apr 2019 15:00:06 GMT</pubDate>
    <dc:creator>ddrillic</dc:creator>
    <dc:date>2019-04-22T15:00:06Z</dc:date>
    <item>
      <title>Why does the Ping audit format break with props?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Why-does-the-Ping-audit-format-break-with-props/m-p/420670#M3549</link>
      <description>&lt;P&gt;The audit file has this format - &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# 18/Apr/2019:14:59:38.341 -0500; ....
dn: dc=....
changetype: modify
replace: ds-sync-state
ds-sync-state: .....

# 18/Apr/2019:15:01:32.404 -0500; ....
dn: uid=Testing123,....
changetype: delete

# 18/Apr/2019:15:01:33.352 -0500; ....
dn: dc=....
changetype: modify
replace: ds-sync-state
ds-sync-state: .....
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In &lt;CODE&gt;props.conf&lt;/CODE&gt; I have - &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[ldap:....]
disabled=false
SHOULD_LINEMERGE=false
LINE_BREAKER=([\r\n]+)\#\s+\S+
TIME_FORMAT=%d/%b/%Y:%H:%M:%S.%3N %z
TIME_PREFIX=^\#\s+
MAX_TIMESTAMP_LOOKAHEAD=50
TRUNCATE=10000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The parsing doesn't always work and I end up with events with multiple lines such as - &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# 18/Apr/2019:14:59:38.341 -0500; ....
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This line should be only the starting line of each event.&lt;/P&gt;

&lt;P&gt;What am I missing?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 20:09:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Why-does-the-Ping-audit-format-break-with-props/m-p/420670#M3549</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-04-19T20:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the Ping audit format break with props?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Why-does-the-Ping-audit-format-break-with-props/m-p/420671#M3550</link>
      <description>&lt;P&gt;Give this a try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[ldap:....]
 disabled=false
 SHOULD_LINEMERGE=false
 LINE_BREAKER=([\r\n]+)(?=\s*\#\s+\d+\/\w+)
 TIME_FORMAT=%d/%b/%Y:%H:%M:%S.%3N %z
 TIME_PREFIX=^\s*#\s+
 MAX_TIMESTAMP_LOOKAHEAD=30
 TRUNCATE=10000
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 19 Apr 2019 20:43:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Why-does-the-Ping-audit-format-break-with-props/m-p/420671#M3550</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2019-04-19T20:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the Ping audit format break with props?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Why-does-the-Ping-audit-format-break-with-props/m-p/420672#M3551</link>
      <description>&lt;P&gt;Gorgeous @somesoni2 - what might have gone wrong with the original &lt;CODE&gt;props&lt;/CODE&gt; set up? Does &lt;CODE&gt;_internal&lt;/CODE&gt; capture incorrect set-ups, like my original one?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 15:00:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Why-does-the-Ping-audit-format-break-with-props/m-p/420672#M3551</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-04-22T15:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the Ping audit format break with props?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Why-does-the-Ping-audit-format-break-with-props/m-p/420673#M3552</link>
      <description>&lt;P&gt;Main change I did was to update LINE_BREAKER to handle possible spaces before &lt;CODE&gt;#&lt;/CODE&gt; in the raw data. Again, unless there is a syntax error, all regex are valid for Splunk and you'll not see any error (Splunk can't decide if you want to merge those events or not).&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 15:14:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Why-does-the-Ping-audit-format-break-with-props/m-p/420673#M3552</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2019-04-22T15:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the Ping audit format break with props?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Why-does-the-Ping-audit-format-break-with-props/m-p/420674#M3553</link>
      <description>&lt;P&gt;Perfect - makes sense.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 15:37:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Why-does-the-Ping-audit-format-break-with-props/m-p/420674#M3553</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-04-22T15:37:22Z</dc:date>
    </item>
  </channel>
</rss>

