mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
event v1
This commit is contained in:
parent
74fcf569d2
commit
306544dbbe
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class LogStash::Filters::Clone < LogStash::Filters::Base
|
|||
return unless filter?(event)
|
||||
@clones.each do |type|
|
||||
clone = event.clone
|
||||
clone.type = type
|
||||
clone["type"] = type
|
||||
filter_matched(clone)
|
||||
@logger.debug("Cloned event", :clone => clone, :event => event)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue