No introduction found. Create it?
fluent-bit from fluent/helm-charts/fluent-bit is more popular with 65 repositories.
Install with:
helm repo add fluent https://fluent.github.io/helm-charts/
helm install fluent-bit fluent/fluent-bit -f values.yamlSee examples from other people.
| Name | Repo | Stars | Version | Timestamp |
|---|---|---|---|---|
| fluent-bit | larivierec/home-cluster | 149 | 0.57.3 | 7 days ago |
See the most popular values for this chart:
| Key | Types |
|---|---|
config.outputs (6) [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 (5) [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 (5) [INPUT]
name tail
alias kubernetes
path /var/log/containers/*.log
parser containerd
tag kubernetes.*
| string |
config.service (5) [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 |
config.customParsers (1) [PARSER]
Name cri
Format regex
Regex ^(?<time>[^ ]+) (?<stream>stdout|stderr) (?<logtag>[^ ]*) (?<message>.*)$
Time_Key time
Time_Format %Y-%m-%dT%H:%M:%S.%L%z
| string |
| boolean | |
fullnameOverride (1) fluent-bit | string |
kind (1) DaemonSet | string |
| boolean | |
serviceAccount.name (1) fluent-bit | string |
| boolean | |
| string | |
| string |