Merge "Strip underscores from journalbeat fields"

This commit is contained in:
Zuul 2018-06-01 16:07:24 +00:00 committed by Gerrit Code Review
commit 85842bf60b

View File

@ -37,7 +37,7 @@ journalbeat:
# Lowercase and remove leading underscores, e.g. "_MESSAGE" -> "message"
# (defaults to false)
#clean_field_names: false
clean_field_names: true
# All journal entries are strings by default. You can try to convert them to numbers.
# (defaults to false)