mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Update docs for password channels
This commit is contained in:
parent
cf3248332e
commit
50c61bf1f4
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ class LogStash::Inputs::Irc < LogStash::Inputs::Base
|
|||
#
|
||||
# These should be full channel names including the '#' symbol, such as
|
||||
# "#logstash".
|
||||
#
|
||||
# For passworded channels, add a space and the channel password, such as
|
||||
# "#logstash password".
|
||||
#
|
||||
config :channels, :validate => :array, :required => true
|
||||
|
||||
public
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue