<?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 Need help parsing Venafi logs in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-parsing-Venafi-logs/m-p/338170#M94895</link>
    <description>&lt;P&gt;We are feeding Venafi logs into Splunk and have trouble with records breaking at the wrong places.&lt;/P&gt;

&lt;P&gt;This is the format of the input - all log records start with this:&lt;BR /&gt;
10.213.32.41,4/16/2018 11:06 AM,0001001D,...&lt;BR /&gt;
IP                     date           time          8 hex-character event ID&lt;/P&gt;

&lt;P&gt;and can have multiple lines per record.&lt;/P&gt;

&lt;P&gt;Can someone suggest sourcetype configuration to correctly parse our logs?&lt;/P&gt;</description>
    <pubDate>Mon, 16 Apr 2018 21:13:28 GMT</pubDate>
    <dc:creator>miuwang</dc:creator>
    <dc:date>2018-04-16T21:13:28Z</dc:date>
    <item>
      <title>Need help parsing Venafi logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-parsing-Venafi-logs/m-p/338170#M94895</link>
      <description>&lt;P&gt;We are feeding Venafi logs into Splunk and have trouble with records breaking at the wrong places.&lt;/P&gt;

&lt;P&gt;This is the format of the input - all log records start with this:&lt;BR /&gt;
10.213.32.41,4/16/2018 11:06 AM,0001001D,...&lt;BR /&gt;
IP                     date           time          8 hex-character event ID&lt;/P&gt;

&lt;P&gt;and can have multiple lines per record.&lt;/P&gt;

&lt;P&gt;Can someone suggest sourcetype configuration to correctly parse our logs?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 21:13:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-parsing-Venafi-logs/m-p/338170#M94895</guid>
      <dc:creator>miuwang</dc:creator>
      <dc:date>2018-04-16T21:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need help parsing Venafi logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-parsing-Venafi-logs/m-p/338171#M94896</link>
      <description>&lt;P&gt;Try this (props.conf on your indexer/heavy forwarder)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[Venafi_Logs]
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\r\n]+)(?=\d{1.3}\.\d{1.3}\.\d{1.3}\.\d{1.3},\d+\/\d+\/\d+\s\d+\:\d+)
TIME_PREFIX = ^\d{1.3}\.\d{1.3}\.\d{1.3}\.\d{1.3},
TIME_FORMAT = %m/%d/%Y %H:%M %p
MAX_TIMESTAMP_LOOKAHEAD = 19
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 16 Apr 2018 22:50:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-parsing-Venafi-logs/m-p/338171#M94896</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-04-16T22:50:25Z</dc:date>
    </item>
  </channel>
</rss>

