From 5acf141669eb62372171c51545e2d6c2d6edd954 Mon Sep 17 00:00:00 2001 From: Victor <78874691+victor-teles@users.noreply.github.com> Date: Sat, 17 Feb 2024 12:25:48 -0300 Subject: [PATCH] fix: fluent bit ident level --- app/Actions/Server/InstallLogDrain.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Actions/Server/InstallLogDrain.php b/app/Actions/Server/InstallLogDrain.php index 2a1b03260..86ca69a6e 100644 --- a/app/Actions/Server/InstallLogDrain.php +++ b/app/Actions/Server/InstallLogDrain.php @@ -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("