diff --git a/conf/parsers_extra.conf b/conf/parsers_extra.conf index afe48c1aea2..98802ec75ee 100644 --- a/conf/parsers_extra.conf +++ b/conf/parsers_extra.conf @@ -139,27 +139,6 @@ Time_Keep On # We cannot parse the time as different formats directly, it could be done downstream and/or left as current time -[PARSER] - Name couchbase_erlang_multiline - Format regex - # For some reason this cannot parse an ending close bracket ] followed by a new line immediately - #Regex \[(?\w+):(?\w+),(?\d+-\d+-\d+T\d+:\d+:\d+.\d+Z),.*\](?.*)$ - Regex \[(?\w+):(?\w+),(?\d+-\d+-\d+T\d+:\d+:\d+.\d+Z),(?.*)$ - Time_Key timestamp - Time_Format %Y-%m-%dT%H:%M:%S.%L - Time_Keep On - -# 2021-03-09T17:32:25.339+00:00 INFO CBAS.bootstrap.AnalyticsNCApplication [main] ... -# https://rubular.com/r/9jh1oKtXBN5GEV -# Can include an exception stack trace or a thread dump as well but ignoring these for now -[PARSER] - Name couchbase_java_multiline - Format regex - Regex ^(?\d+-\d+-\d+T\d+:\d+:\d+\.\d+(\+|-)\d+:\d+)\s+(?\w+)\s+(?.*)\s+\[(?.*)\]\s+(?.*)$ - Time_Key timestamp - Time_Format %Y-%m-%dT%H:%M:%S.%L%z - Time_Keep On - # A slight modification of the usual Apache/Apache2 parsers [PARSER] Name couchbase_http diff --git a/conf/parsers_java.conf b/conf/parsers_java.conf deleted file mode 100644 index b03729a0c40..00000000000 --- a/conf/parsers_java.conf +++ /dev/null @@ -1,6 +0,0 @@ -[PARSER] - Name java_multiline - Format regex - Regex /^(?