Skip to content

Conversation

@okkez
Copy link
Collaborator

@okkez okkez commented Feb 12, 2019

Because String#sub! is a destructive method.
Built-in in_tail plugin will configure the parse section twice.
The in_tail plugin will use raw parse section at the 1st time and it
will use parse section with expanded grok pattern without types.

We can avoid this behavior when we stop using a destructive method to
expand grok patterns.

Fix #63

Because String#sub! is a destructive method.
Built-in in_tail plugin will configure the parse section twice.
The in_tail plugin will use raw parse section at the 1st time and it
will use parse section with expanded grok pattern without types.

We can avoid this behavior when we stop using a destructive method to
expand grok patterns.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
@okkez okkez merged commit 92c33ae into master Mar 12, 2019
@okkez okkez deleted the fix-issue63 branch March 12, 2019 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants