mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
- update ganglia config docs
This commit is contained in:
parent
158c14e8e6
commit
6d33f0a9e4
1 changed files with 3 additions and 2 deletions
|
@ -20,8 +20,9 @@ class LogStash::Outputs::Ganglia < LogStash::Outputs::Base
|
|||
# coerced will zero (0)
|
||||
config :value, :validate => :string, :required => true
|
||||
|
||||
# Gmetric type
|
||||
config :type, :validate => :string, :default => "uint8"
|
||||
# The type of value for this metric.
|
||||
config :type, :validate => %w{string int8 uint8 int16 uint16 int32 uint32 float double},
|
||||
:default => "uint8"
|
||||
|
||||
# Gmetric units for metric, such as "kb/sec" or "ms" or whatever unit
|
||||
# this metric uses.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue