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

- old
+ new

@@ -18,10 +18,9 @@ # fields => [ "response" ] # meter => [ "%{host}.apache.response.%{response}", "1" ] # } class LogStash::Outputs::MetricCatcher < LogStash::Outputs::Base config_name "metriccatcher" - milestone 2 # The address of the MetricCatcher config :host, :validate => :string, :default => "localhost" # The port to connect on your MetricCatcher config :port, :validate => :number, :default => 1420