forked from thekrakken/java-grok
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an issue with type conversions (#4)
The Match#capture method had a bug where it didn't remove the type conversion suffix of the field name when there was no match in the tested string. The Matcher now correctly removes the type suffix from the field name when there is no match for the sub-pattern. Refs Graylog2/graylog2-server#18883 Refs Graylog2/graylog2-server#18898
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 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
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