Home
Classes
Methods
Defined In
lib/logstash/event.rb
Methods
#from_json
Class and Module Index
LogStash
LogStash::Config
LogStash::Event
LogStash::Event::ClassMethods
LogStash::Event::DeprecatedMethod
LogStash::File
LogStash::Filters
LogStash::Inputs
LogStash::Outputs
LogStash::PluginMixins
LogStash::Search
LogStash::Util
LogStash::Util::FieldReference
LogStash::Web
Time
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