lib/logstash/outputs/zabbix.rb in logstash-output-zabbix-2.0.0 vs lib/logstash/outputs/zabbix.rb in logstash-output-zabbix-2.0.2

- old
+ new

@@ -55,9 +55,12 @@ config :zabbix_host, :validate => :string, :required => true # A single field name which holds the value you intend to use as the Zabbix # item key. This can be a sub-field of the @metadata field. # This directive will be ignored if using `multi_value` + # + # IMPORTANT: `zabbix_key` is required if not using `multi_value`. + # config :zabbix_key, :validate => :string # The field name which holds the value you want to send. # This directive will be ignored if using `multi_value` config :zabbix_value, :validate => :string, :default => "message"