This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Description
pid format of Advanced Scheduler is advanced-scheduler.nnnn.
However, following regex in parser_logplex.rb doesn't support the format (especially hyphen).
HTTPS_REGEXP = /^([0-9]+)\s+<(?[0-9]+)>[0-9]* (?[^ ]) (?<drain_id>[^ ]) (?[a-zA-Z0-9_/.-]*) (?[a-zA-Z0-9.]+)? *- (?.)$/
Hence, if the log is "advanced-schedule.nnnn message", the pid will be "advanced" and the message will be "schedule.nnnn - message"