Skip to content

Commit

Permalink
additional fields, underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtado committed Feb 27, 2014
1 parent e2818ac commit 75f3214
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/logstash/inputs/gelf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ class LogStash::Inputs::Gelf < LogStash::Inputs::Base

# Whether or not to remove the leading '_' in GELF fields or leave them
# in place. (Logstash < 1.2 did not remove them by default.). Note that
#
# GELF version 1.1 format now requires all non-standard fields to be added
# as an "additional" field, beginning with an underscore.
#
# e.g. `\_foo` becomes `foo`
#
Expand Down

0 comments on commit 75f3214

Please sign in to comment.