This commit is contained in:
kjoconnor 2011-05-17 13:28:58 -07:00
parent 286edff713
commit cd308b40a1

View file

@ -8,7 +8,7 @@ class LogStash::Outputs::Stomp < LogStash::Outputs::Base
# The address of the STOMP server.
config :host, :validate => :string
# The port to connet to on your STOMP server.
# The port to connect to on your STOMP server.
config :port, :validate => :number, :default => 61613
# The username to authenticate with.