lib/logstash/outputs/ganglia.rb in logstash-output-ganglia-0.1.1 vs lib/logstash/outputs/ganglia.rb in logstash-output-ganglia-0.1.2

- old
+ new

@@ -4,10 +4,9 @@ # This output allows you to pull metrics from your logs and ship them to # ganglia's gmond. This is heavily based on the graphite output. class LogStash::Outputs::Ganglia < LogStash::Outputs::Base config_name "ganglia" - milestone 2 # The address of the ganglia server. config :host, :validate => :string, :default => "localhost" # The port to connect on your ganglia server.