Nicolas Trangez
2018-07-26 12:26:57 -07:00
committed by k8s-ci-robot
parent 6e5fef3e53
commit 2f29dc7cf6
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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:
+7 -7
View File
@@ -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