module LogStash::Event::ClassMethods

Public Instance Methods

from_json(json) click to toggle source
# File lib/logstash/event.rb, line 68
def from_json(json)
  return self.new(JSON.parse(json))
end