Updated at: 2022-12-09 03:49:50
Multi-line log parsing can achieve multi-line log conversion configuration by regular expression matching to reduce the number of log lines and merge multiple log lines into one line.
Among them, the previous log means merging the log line matching the regular expression with the previous log line, and the latter log means merging the log line matching the regular expression with the latter log line, and the final result must be the merged one line.