module LogStash::Event::ClassMethods
Public Instance Methods
Source
# File lib/logstash/event.rb, line 68 def from_json(json) return self.new(JSON.parse(json)) end
# File lib/logstash/event.rb, line 68 def from_json(json) return self.new(JSON.parse(json)) end