mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- fix typo
This commit is contained in:
parent
34c6185239
commit
d7869d5e89
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class LogStash::Filters::KV < LogStash::Filters::Base
|
|||
when Array; value.each { |v| kv_keys = parse(v, event, kv_keys) }
|
||||
else
|
||||
@logger.warn("kv filter has no support for this type of data",
|
||||
:type => value.type, :value => value)
|
||||
:type => value.class, :value => value)
|
||||
end # case value
|
||||
end
|
||||
# If we have any keys, create/append the hash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue