Skip to content

Commit

Permalink
Fixed indent on example code in kv filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jamtur01 committed Dec 23, 2012
1 parent f218cf9 commit f92f182
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/logstash/filters/kv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# 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
Expand Down

0 comments on commit f92f182

Please sign in to comment.