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

- old
+ new

@@ -16,10 +16,9 @@ # You can see the author talk about it here: # * http://vimeo.com/38377415 # class LogStash::Outputs::Riemann < LogStash::Outputs::Base config_name "riemann" - milestone 1 # The address of the Riemann server. config :host, :validate => :string, :default => "localhost" # The port to connect to on your Riemann server.