mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
additional fields, underscores
This commit is contained in:
parent
e2818ac884
commit
75f3214f65
1 changed files with 2 additions and 1 deletions
|
@ -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`
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue