Merge "Fix log-metric configuration"

This commit is contained in:
Zuul 2021-04-06 12:33:33 +00:00 committed by Gerrit Code Review
commit ef7d7d36d4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ input {
filter { filter {
# drop logs that have not set log level # drop logs that have not set log level
if "level" not in [log] { if ![log][level] {
drop { periodic_flush => true } drop { periodic_flush => true }
} else { } else {
ruby { ruby {