mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
stable/fluent-bit: Fix http backend configuration (#6713)
Fixes: #6671
See: https://github.com/kubernetes/charts/issues/6671
See: 7da6e88d13
See: https://github.com/kubernetes/charts/commit/7da6e88d13b6d01559771dfca5da6185c23f6582
See: #5398
See: https://github.com/kubernetes/charts/pull/5398
This commit is contained in:
committed by
k8s-ci-robot
parent
6e5fef3e53
commit
2f29dc7cf6
@@ -1,5 +1,5 @@
|
||||
name: fluent-bit
|
||||
version: 0.6.0
|
||||
version: 0.7.0
|
||||
appVersion: 0.13.0
|
||||
description: Fast and Lightweight Log/Data Forwarder for Linux, BSD and OSX
|
||||
keywords:
|
||||
|
||||
@@ -42,13 +42,6 @@ backend:
|
||||
# TLS debugging levels = 1-5
|
||||
tls_debug: 1
|
||||
|
||||
parsers:
|
||||
## List the respective parsers in key: value format per entry
|
||||
## Regex required fields are name and regex. JSON required field
|
||||
## is name.
|
||||
regex: []
|
||||
json: []
|
||||
|
||||
##
|
||||
## Ref: http://fluentbit.io/documentation/current/output/http.html
|
||||
##
|
||||
@@ -60,6 +53,13 @@ parsers:
|
||||
## Can be either 'msgpack' or 'json'
|
||||
format: msgpack
|
||||
|
||||
parsers:
|
||||
## List the respective parsers in key: value format per entry
|
||||
## Regex required fields are name and regex. JSON required field
|
||||
## is name.
|
||||
regex: []
|
||||
json: []
|
||||
|
||||
env: []
|
||||
|
||||
## Annotations to add to the DaemonSet's Pods
|
||||
|
||||
Reference in New Issue
Block a user