We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ece0b04 + ddd7c33 commit 8a9c93aCopy full SHA for 8a9c93a
lib/logstash/filters/xml.rb
@@ -13,16 +13,16 @@ class LogStash::Filters::Xml < LogStash::Filters::Base
13
#
14
# source => source_field
15
16
- # For example, if you have the whole xml document in your @message field:
+ # For example, if you have the whole xml document in your message field:
17
18
# filter {
19
# xml {
20
# source => "message"
21
# }
22
23
24
- # The above would parse the xml from the @message field
25
- config :source, :validate => :string
+ # The above would parse the xml from the message field
+ config :source, :validate => :string, :required => true
26
27
# Define target for placing the data
28
0 commit comments