Merge pull request #1756 from victor-teles/fix/log-drain-parsers

fix: fluent bit parsers.conf indentation level
This commit is contained in:
Andras Bacsai 2024-02-19 09:22:36 +01:00 committed by GitHub
commit 651c9c2c9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,9 +128,9 @@ class InstallLogDrain
if ($type !== 'custom') {
$parsers = base64_encode("
[PARSER]
Name empty_line_skipper
Format regex
Regex /^(?!\s*$).+/
Name empty_line_skipper
Format regex
Regex /^(?!\s*$).+/
");
}
$compose = base64_encode("