File tree Expand file tree Collapse file tree 2 files changed +0
-27
lines changed Expand file tree Collapse file tree 2 files changed +0
-27
lines changed Original file line number Diff line number Diff line change 139
139
Time_Keep On
140
140
# We cannot parse the time as different formats directly, it could be done downstream and/or left as current time
141
141
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
-
163
142
# A slight modification of the usual Apache/Apache2 parsers
164
143
[PARSER]
165
144
Name couchbase_http
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments