mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
GCE Windows: Upgrade to fluent-bit 1.7.5
This commit is contained in:
parent
1ff18a9c43
commit
2f87f280fe
@ -1653,7 +1653,7 @@ function Install-Pigz {
|
||||
# TODO(pjh): move the logging agent code below into a separate
|
||||
# module; it was put here temporarily to avoid disrupting the file layout in
|
||||
# the K8s release machinery.
|
||||
$LOGGINGAGENT_VERSION = '1.7.3'
|
||||
$LOGGINGAGENT_VERSION = '1.7.5'
|
||||
$LOGGINGAGENT_ROOT = 'C:\fluent-bit'
|
||||
$LOGGINGAGENT_SERVICE = 'fluent-bit'
|
||||
$LOGGINGAGENT_CMDLINE = '*fluent-bit.exe*'
|
||||
@ -1876,7 +1876,7 @@ $FLUENTBIT_CONFIG = @'
|
||||
Interval_Sec 2
|
||||
# Channels Setup,Windows PowerShell
|
||||
Channels application,system,security
|
||||
Tag winevent.raw
|
||||
Tag winevt.raw
|
||||
DB /var/run/google-fluentbit/pos-files/winlog.db
|
||||
|
||||
# Json Log Example:
|
||||
@ -1959,6 +1959,11 @@ $FLUENTBIT_CONFIG = @'
|
||||
Match *
|
||||
Hard_rename log message
|
||||
|
||||
[FILTER]
|
||||
Name modify
|
||||
Match winevt.raw
|
||||
Hard_rename Message message
|
||||
|
||||
[FILTER]
|
||||
Name parser
|
||||
Match kube_*
|
||||
|
Loading…
Reference in New Issue
Block a user