Merge pull request #285 from jamtur01/kvfix

Fixed indent on example code in kv filter
This commit is contained in:
Jordan Sissel 2012-12-23 11:10:47 -08:00
commit 1fe6a1cd1d

View file

@ -7,9 +7,9 @@ require "logstash/namespace"
# For example, if you have a log message which contains 'ip=1.2.3.4
# error=REFUSED', you can parse those automatically by doing:
#
# filter {
# kv { }
# }
# filter {
# kv { }
# }
#
# And you will get field 'ip' == "1.2.3.4" etc.
class LogStash::Filters::KV < LogStash::Filters::Base