Skip to content

Commit b6b57a0

Browse files
author
Martin Fleurke
committed
cleanup old-style multiline parsers
Signed-off-by: Martin Fleurke <[email protected]>
1 parent 5d40d53 commit b6b57a0

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

conf/parsers_extra.conf

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -139,27 +139,6 @@
139139
Time_Keep On
140140
# We cannot parse the time as different formats directly, it could be done downstream and/or left as current time
141141

142-
[PARSER]
143-
Name couchbase_erlang_multiline
144-
Format regex
145-
# For some reason this cannot parse an ending close bracket ] followed by a new line immediately
146-
#Regex \[(?<logger>\w+):(?<level>\w+),(?<timestamp>\d+-\d+-\d+T\d+:\d+:\d+.\d+Z),.*\](?<message>.*)$
147-
Regex \[(?<logger>\w+):(?<level>\w+),(?<timestamp>\d+-\d+-\d+T\d+:\d+:\d+.\d+Z),(?<message>.*)$
148-
Time_Key timestamp
149-
Time_Format %Y-%m-%dT%H:%M:%S.%L
150-
Time_Keep On
151-
152-
# 2021-03-09T17:32:25.339+00:00 INFO CBAS.bootstrap.AnalyticsNCApplication [main] ...
153-
# https://rubular.com/r/9jh1oKtXBN5GEV
154-
# Can include an exception stack trace or a thread dump as well but ignoring these for now
155-
[PARSER]
156-
Name couchbase_java_multiline
157-
Format regex
158-
Regex ^(?<timestamp>\d+-\d+-\d+T\d+:\d+:\d+\.\d+(\+|-)\d+:\d+)\s+(?<level>\w+)\s+(?<class>.*)\s+\[(?<thread>.*)\]\s+(?<message>.*)$
159-
Time_Key timestamp
160-
Time_Format %Y-%m-%dT%H:%M:%S.%L%z
161-
Time_Keep On
162-
163142
# A slight modification of the usual Apache/Apache2 parsers
164143
[PARSER]
165144
Name couchbase_http

conf/parsers_java.conf

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)