mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Merge pull request #285 from jamtur01/kvfix
Fixed indent on example code in kv filter
This commit is contained in:
commit
1fe6a1cd1d
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue