diff --git a/lib/logstash/event.rb b/lib/logstash/event.rb index 4b4c8a08d..f16346bc7 100644 --- a/lib/logstash/event.rb +++ b/lib/logstash/event.rb @@ -38,6 +38,7 @@ class LogStash::Event return @cancelled end # def cancelled? + # Create a deep-ish copy of this event. public def clone newdata = @data.clone