|
|
@ -6,7 +6,7 @@ filebeat.config: |
|
|
|
processors: |
|
|
|
- add_cloud_metadata: ~ |
|
|
|
- add_docker_metadata: ~ |
|
|
|
|
|
|
|
|
|
|
|
filebeat.inputs: |
|
|
|
#------------------------------ Log input -------------------------------- |
|
|
|
- type: log |
|
|
@ -129,7 +129,10 @@ filebeat.inputs: |
|
|
|
# for Java Stack Traces or C-Line Continuation |
|
|
|
|
|
|
|
# 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. |
|
|
|
#multiline.negate: false |
|
|
|