Skip to content

Commit

Permalink
Repeat after me: Logstash is a proper noun.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtado committed Feb 27, 2014
1 parent 8c8ed3f commit 56edca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logstash/outputs/gelf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class LogStash::Outputs::Gelf < LogStash::Outputs::Base
# Should now be sent as an underscored "additional field" (e.g. `\_file`).
config :file, :validate => :string, :deprecated => true

# Should Logstash ship metadata within event object? This will cause logstash
# Should Logstash ship metadata within event object? This will cause Logstash
# to ship any fields in the event (such as those created by grok) in the GELF
# messages. These will be sent as underscored "additional fields".
config :ship_metadata, :validate => :boolean, :default => true
Expand Down

0 comments on commit 56edca9

Please sign in to comment.