mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Added blank line comments to examples
This commit is contained in:
parent
fd4ed46311
commit
93a4854a4b
1 changed files with 2 additions and 0 deletions
|
@ -49,12 +49,14 @@ class LogStash::Filters::KV < LogStash::Filters::Base
|
|||
# A string to prepend to all of the extracted keys
|
||||
#
|
||||
# Example, to prepend arg_ to all keys:
|
||||
#
|
||||
# filter { kv { prefix => "arg_" } }
|
||||
config :prefix, :validate => :string
|
||||
|
||||
# The name of the container to put all of the key-value pairs into
|
||||
#
|
||||
# Example, to place all keys into container kv:
|
||||
#
|
||||
# filter { kv { conatiner => "kv" } }
|
||||
config :container, :validate => :string
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue