From a7d959adc13af201d9e7aec87967099a44c37b62 Mon Sep 17 00:00:00 2001 From: Adam Brodziak Date: Mon, 26 Aug 2013 15:03:16 +0200 Subject: [PATCH] Correct documentation: parsing json, not xml --- lib/logstash/filters/json.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logstash/filters/json.rb b/lib/logstash/filters/json.rb index 3143b6501..2bbaacfa6 100644 --- a/lib/logstash/filters/json.rb +++ b/lib/logstash/filters/json.rb @@ -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,