module Fluent module Plugin class Logplex < Parser # Parses syslog-formatted messages[1], framed using syslog TCP protocol octet counting framing method[2] # [1] https://tools.ietf.org/html/rfc5424#section-6 # [2] https://tools.ietf.org/html/rfc6587#section-3.4.1 HTTPS_REGEXP = /^([0-9]+)\s+\<(?[0-9]+)\>[0-9]* (?