mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
parent
46d2297785
commit
c73dc76a2b
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ module LogStash; module Config; module AST
|
|||
if type == "filter"
|
||||
i = LogStash::Config::AST.defered_conditionals_index += 1
|
||||
source = <<-CODE
|
||||
def cond_func_#{i}(input_events)
|
||||
define_singleton_method :cond_func_#{i} do |input_events|
|
||||
result = []
|
||||
input_events.each do |event|
|
||||
events = [event]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue