Merge pull request #1756 from victor-teles/fix/log-drain-parsers
fix: fluent bit parsers.conf indentation level
This commit is contained in:
commit
651c9c2c9b
1 changed files with 3 additions and 3 deletions
|
|
@ -128,9 +128,9 @@ public function handle(Server $server)
|
||||||
if ($type !== 'custom') {
|
if ($type !== 'custom') {
|
||||||
$parsers = base64_encode("
|
$parsers = base64_encode("
|
||||||
[PARSER]
|
[PARSER]
|
||||||
Name empty_line_skipper
|
Name empty_line_skipper
|
||||||
Format regex
|
Format regex
|
||||||
Regex /^(?!\s*$).+/
|
Regex /^(?!\s*$).+/
|
||||||
");
|
");
|
||||||
}
|
}
|
||||||
$compose = base64_encode("
|
$compose = base64_encode("
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue