Strip underscores from journalbeat fields
Elasticsearch does not index fields starting with underscore, they are reserved for internal use. Change-Id: I3575f6ba0628c5ff4125910e34185a4d1526aeb9
This commit is contained in:
parent
f856f3bfaf
commit
46412a62de
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user