We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c642afc commit d118b18Copy full SHA for d118b18
lib/logstash/outputs/lmlogs.rb
@@ -93,13 +93,12 @@ class InvalidHTTPConfigError < StandardError; end
93
# Username to use for HTTP auth.
94
config :access_id, :validate => :string, :required => true
95
96
+ # Include/Exclude metadata from sending to LM Logs
97
config :include_metadata, :validate => :boolean, :default => true
98
99
# Password to use for HTTP auth
100
config :access_key, :validate => :password, :required => true
101
- config :exclude_metadata, :validate => :array, :default => []
102
-
103
@@MAX_PAYLOAD_SIZE = 8*1024*1024
104
105
# For developer debugging.
0 commit comments