mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Typo
This commit is contained in:
parent
286edff713
commit
cd308b40a1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue