Merge "Add system fields to container logs"

This commit is contained in:
Zuul 2020-04-17 15:23:37 +00:00 committed by Gerrit Code Review
commit 462c768080
1 changed files with 4 additions and 4 deletions

View File

@ -44,13 +44,13 @@ class FilebeatHelm(elastic.ElasticBaseHelm):
}
}
],
'fields_under_root': True,
'fields': {
"system": system_fields
},
'filebeat.inputs': [
{
'enabled': True,
'fields_under_root': True,
'fields': {
"system": system_fields
},
'paths': [
"/var/log/*.log",
"/var/log/messages",