Correct documentation: parsing json, not xml

This commit is contained in:
Adam Brodziak 2013-08-26 15:03:16 +02:00
parent 7cb6f23bac
commit a7d959adc1

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,