Merge pull request #594 from adambro/patch-1

Correct documentation: parsing json, not xml
This commit is contained in:
Richard Pijnenburg 2013-08-26 06:16:50 -07:00
commit 94f51ca216

View file

@ -20,7 +20,7 @@ class LogStash::Filters::Json < LogStash::Filters::Base
# }
# }
#
# The above would parse the xml from the @message field
# The above would parse the json from the @message field
config :source, :validate => :string, :required => true
# Define target for placing the data. If this setting is omitted,