Skip to content

Commit

Permalink
fix pattern for java stacktrace (#13516) (#16745)
Browse files Browse the repository at this point in the history
this patch fix regex patter for adding last line of java stacktrace with contains line with "..."

Co-authored-by: Alex <theshamuel@gmail.com>
  • Loading branch information
dedemorton and theshamuel authored Mar 9, 2020
1 parent 9dd6dfd commit 3459158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filebeat/docs/multiline.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ To consolidate these lines into a single event in {beatname_uc}, use the followi

[source,yaml]
-------------------------------------------------------------------------------------
multiline.pattern: '^[[:space:]]+(at|\.{3})\b|^Caused by:'
multiline.pattern: '^[[:space:]]+(at|\.{3})[[:space:]]+\b|^Caused by:'
multiline.negate: false
multiline.match: after
-------------------------------------------------------------------------------------
Expand Down

0 comments on commit 3459158

Please sign in to comment.