Skip to content

Commit

Permalink
Update meetup.rb
Browse files Browse the repository at this point in the history
Fixes #8
  • Loading branch information
Iarwa1n authored and jsvd committed Oct 24, 2016
1 parent 31b69d7 commit a5de670
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/logstash/inputs/meetup.rb
Expand Up @@ -4,13 +4,12 @@
require "logstash/json"
require "socket" # for Socket.gethostname

# Run command line tools and capture the whole output as an event.
# Periodically query meetup.com regarding updates on events for the given meetupkey
#
# Notes:
#
# * The `@source` of this event will be the command run.
# * The `@message` of this event will be the entire stdout of the command
# as one event.
# * The `@meetupkey` represents your meetup.com API key.
# * The `@interval` defines the execution interval in seconds
#
class LogStash::Inputs::Meetup < LogStash::Inputs::Base

Expand Down

0 comments on commit a5de670

Please sign in to comment.