lib/fluent/plugin/out_f5_beacon.rb in fluent-plugin-f5-beacon-0.0.3 vs lib/fluent/plugin/out_f5_beacon.rb in fluent-plugin-f5-beacon-0.0.4
- old
+ new
@@ -130,10 +130,10 @@
@prev_timestamp = timestamp
end
values.delete_if do |k, v|
if v.is_a?(Array) || v.is_a?(Hash)
- log.warn "array/hash field '#{k}' discarded; consider using a plugin to map"
+ log.warn "array/hash field '#{k}' discarded; consider using other Fluentd plugins to properly map it"
true
end
end
if values.empty?