mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Merge pull request #1319 from coolacid/LOGSTASH-2165
[DOCS] Update irc input docs for password channels
This commit is contained in:
commit
af3a952dd7
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