mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
- Fix grok add_field bug introduced in commit 6a69dcf2
(Fixes LOGSTASH-147)
This commit is contained in:
parent
865b60990c
commit
84d29c3e7e
1 changed files with 0 additions and 1 deletions
|
@ -235,7 +235,6 @@ class LogStash::Filters::Grok < LogStash::Filters::Base
|
|||
end
|
||||
|
||||
@logger.debug(["Event now: ", event.to_hash])
|
||||
filter_matched(event) if !event.cancelled?
|
||||
end # def filter
|
||||
|
||||
private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue