Skip to content

Commit

Permalink
add: multiline support
Browse files Browse the repository at this point in the history
  • Loading branch information
diablowu committed Apr 20, 2018
1 parent 1399748 commit 523bed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/filebeat/filebeat.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
clean_removed: true
close_renamed: false
multiline:
pattern: ^\d{4}\-\d{2}\-\d{2}T\d{2}:\d{2}:\d{2}
pattern: {{ if eq .MultlinePattern "" }} {{ . MultlinePattern }} {{else}}^\d{4}\-\d{2}\-\d{2}T\d{2}:\d{2}:\d{2}{{end}}
negate: true
match: after
encoding: utf-8
Expand Down

0 comments on commit 523bed9

Please sign in to comment.