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

- old
+ new

@@ -5,10 +5,9 @@ # This output allows you to write events to https://www.hipchat.com/[HipChat]. # class LogStash::Outputs::HipChat < LogStash::Outputs::Base config_name "hipchat" - milestone 1 # The HipChat authentication token. config :token, :validate => :string, :required => true # The ID or name of the room.