No introduction found. Create it?
fluent-bit from home-operations/charts-mirror/fluent-bit is more popular with 8 repositories.
Install with:
helm repo add fluent https://fluent.github.io/helm-charts/
helm install fluent-bit fluent/fluent-bit -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|---|---|---|---|
fluent-bit | larivierec/home-cluster | 131 | 0.53.0 | 2 days ago |
fluent-bit | mchestr/home-cluster | 139 | 0.53.0 | 10 days ago |
See the most popular values for this chart:
Key | Types |
---|---|
config.outputs (5) [OUTPUT]
Name http
Match *
host victoria-logs-victoria-logs-single-server.monitoring.svc.cluster.local
port 9428
uri /insert/jsonline?_stream_fields=stream&_msg_field=log&_time_field=date
format json_lines
json_date_format iso8601
| string |
config.filters (4) [FILTER]
name kubernetes
alias kubernetes
match kubernetes.*
buffer_size 0
merge_log on
kube_tag_prefix kubernetes.var.log.containers.
k8s-logging.parser on
k8s-logging.exclude on
namespace_labels off
annotations on
[FILTER]
name modify
match kubernetes.*
add source kubernetes
[FILTER]
name nest
match *
wildcard pod_name
operation lift
nested_under kubernetes
add_prefix kubernetes_
| string |
config.inputs (4) [INPUT]
name tail
alias kubernetes
path /var/log/containers/*.log
parser containerd
tag kubernetes.*
| string |
config.service (4) [SERVICE]
Daemon Off
Flush {{ .Values.flush }}
Log_Level {{ .Values.logLevel }}
Parsers_File /fluent-bit/etc/parsers.conf
Parsers_File /fluent-bit/etc/conf/custom_parsers.conf
HTTP_Server On
HTTP_Listen 0.0.0.0
HTTP_Port {{ .Values.metricsPort }}
Health_Check On
| string |
boolean | |
boolean | |
serviceAccount.name (1) fluent-bit | string |
boolean | |
string |