Skip to content

Commit

Permalink
Fix missing require
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Jun 24, 2014
1 parent cfd4f91 commit 3dfe8e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/logstash/filters/grok.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# encoding: utf-8
require "logstash/filters/base"
require "logstash/namespace"
require "logstash/environment"
require "set"

# Parse arbitrary text and structure it.
Expand Down
1 change: 1 addition & 0 deletions lib/logstash/filters/multiline.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# encoding: utf-8
require "logstash/filters/base"
require "logstash/namespace"
require "logstash/environment"
require "set"
#
# This filter will collapse multiline messages from a single source into one Logstash event.
Expand Down

0 comments on commit 3dfe8e9

Please sign in to comment.