Skip to content

Instantly share code, notes, and snippets.

@untergeek
Created May 2, 2014 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save untergeek/c94e50d933d595de9fe0 to your computer and use it in GitHub Desktop.
Save untergeek/c94e50d933d595de9fe0 to your computer and use it in GitHub Desktop.
Logstash IRC input for #logstash
input {
irc {
channels => [ "#logstash" ]
host => "irc.freenode.org"
nick => "arbitrary_bot_name"
port => 6667
type => "irc"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment