Skip to content

Commit d5fb72f

Browse files
committed
fix: fluent-bit filter 정규식 % delete
1 parent 31f0a2d commit d5fb72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transition/terraform/dev/scripts/gce-startup.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sudo tee /etc/td-agent-bit/td-agent-bit.conf > /dev/null <<EOF
4343
[FILTER]
4444
Name grep
4545
Match startup.log
46-
Regex log .*startup%-script.*
46+
Regex log .*startup-script.*
4747
4848
[FILTER]
4949
Name lua

0 commit comments

Comments
 (0)