Restructure and variablize config

This commit is contained in:
Ian Keane 2026-08-18 10:00:53 -04:00
parent 419bb286d4
commit c6eed359e1
14 changed files with 122 additions and 28 deletions

View file

@ -47,8 +47,8 @@ config:
[OUTPUT]
Name s3
Match kube.*
bucket dumpnet-logs
region us-east-1
bucket {{ .Values.clusterName }}-logs
region {{ .Values.awsRegion }}
s3_key_format /logs/%Y/%m/%d/$TAG[4].%H%M%S.gz
total_file_size 100M
upload_timeout 10m