mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Merge branch 'master' of github.com:startupseven/logstash
This commit is contained in:
commit
911fa4912d
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class LogStash::Filters::Grep < LogStash::Filters::Base
|
|||
next
|
||||
end
|
||||
|
||||
if event[field].empty? and match["negate"] == true
|
||||
if event[field] == nil and match["negate"] == true
|
||||
match_count += 1
|
||||
end
|
||||
event[field].each do |value|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue