Add translation for Logging in ID localization (#16071)
* Add id translation for logging * Fix templating issue * Fix templating issue * Fix templating issue * Add files example for SIG ID logging docs * Fix id-cluster-logging
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a005a107ad
commit
6111ca7afa
@@ -0,0 +1,25 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: fluentd-config
|
||||
data:
|
||||
fluentd.conf: |
|
||||
<source>
|
||||
type tail
|
||||
format none
|
||||
path /var/log/1.log
|
||||
pos_file /var/log/1.log.pos
|
||||
tag count.format1
|
||||
</source>
|
||||
|
||||
<source>
|
||||
type tail
|
||||
format none
|
||||
path /var/log/2.log
|
||||
pos_file /var/log/2.log.pos
|
||||
tag count.format2
|
||||
</source>
|
||||
|
||||
<match **>
|
||||
type google_cloud
|
||||
</match>
|
||||
Reference in New Issue
Block a user