Skip to content

Commit d118b18

Browse files
DEV-118714:removing unwanted variables
1 parent c642afc commit d118b18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/logstash/outputs/lmlogs.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,12 @@ class InvalidHTTPConfigError < StandardError; end
9393
# Username to use for HTTP auth.
9494
config :access_id, :validate => :string, :required => true
9595

96+
# Include/Exclude metadata from sending to LM Logs
9697
config :include_metadata, :validate => :boolean, :default => true
9798

9899
# Password to use for HTTP auth
99100
config :access_key, :validate => :password, :required => true
100101

101-
config :exclude_metadata, :validate => :array, :default => []
102-
103102
@@MAX_PAYLOAD_SIZE = 8*1024*1024
104103

105104
# For developer debugging.

0 commit comments

Comments
 (0)