mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Correct documentation: parsing json, not xml
This commit is contained in:
parent
7cb6f23bac
commit
a7d959adc1
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue