Kubernetes fluent bit installation
Jump to navigation
Jump to search
helm repo add fluent https://fluent.github.io/helm-chartshelm upgrade -i fluent-bit fluent/fluent-bithelm install fluent-bit fluent/fluent-bit -f values.yml
outputs: Host configuration
https://docs.fluentbit.io/manual/pipeline/outputs
TLS Errors[edit]
[error] [http_client] broken connection to
[opensearch-cluster-master-0] caught exception while handling client http traffic, closing connection
Solution: TLS https://docs.fluentbit.io/manual/pipeline/outputs/tcp-and-tls [OUTPUTS] tls On tls.verify Off
Unauthorized Errors[edit]
[output:es:es.0] HTTP status=401 URI=/_bulk, responser: Unauthorized
illegal_argument_exception[edit]
illegal_argument_exception ... contains an unknown parameter [_type] ...illegal_argument_exception ... Limit of total fields XXXX has been exceededSuppress_Type_Name
... Domain not found
Related[edit]
- Logstash format to ingest the logs
DaemonSet- Input plugins:
Name tail,Name systemd - Elasticsearch:
"index.mapping.total_fields.limit": 2000
See also[edit]
Advertising: