-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(datadog grok): enable the DOTALL mode by default (#1022)
* fix(datadog grok): support multiline logs * fix test * add changelog * correct comments * Improve the changelog comment. Co-authored-by: Bruce Guenter <[email protected]> * simplify pattern string concatenation * cargo fmt --------- Co-authored-by: Bruce Guenter <[email protected]> Co-authored-by: Tess Neau <[email protected]>
- Loading branch information
1 parent
30296eb
commit e1be30e
Showing
4 changed files
with
29 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The multi-line mode of the `parse_groks` VRL function is now enabled by default. | ||
Use the `(?-m)` modifier to disable this behaviour. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters