|
@ -129,7 +129,10 @@ filebeat.inputs: |
|
|
# for Java Stack Traces or C-Line Continuation |
|
|
# for Java Stack Traces or C-Line Continuation |
|
|
|
|
|
|
|
|
# The regexp Pattern that has to be matched. The example pattern matches all lines starting with [ |
|
|
# The regexp Pattern that has to be matched. The example pattern matches all lines starting with [ |
|
|
# multiline.pattern: ^\[ |
|
|
|
|
|
|
|
|
multiline.pattern: '^\#[[:space:]]Time' |
|
|
|
|
|
multiline.negate: true |
|
|
|
|
|
multiline.match: after |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Defines if the pattern set under pattern should be negated or not. Default is false. |
|
|
# Defines if the pattern set under pattern should be negated or not. Default is false. |
|
|
#multiline.negate: false |
|
|
#multiline.negate: false |
|
|