Difference between revisions of "Kubernetes fluent bit installation"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
− | * Fluent Bit | + | * [[Fluent Bit values.yml]]: |
** https://github.com/fluent/helm-charts/blob/main/charts/fluent-bit/values.yaml | ** https://github.com/fluent/helm-charts/blob/main/charts/fluent-bit/values.yaml | ||
** https://raw.githubusercontent.com/fluent/helm-charts/main/charts/fluent-bit/values.yaml | ** https://raw.githubusercontent.com/fluent/helm-charts/main/charts/fluent-bit/values.yaml |
Revision as of 11:13, 26 December 2022
helm repo add fluent https://fluent.github.io/helm-charts
helm upgrade -i fluent-bit fluent/fluent-bit
outputs: Host
configuration
https://docs.fluentbit.io/manual/pipeline/outputs
Mem_Buf_Limit
TLS Errors
[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
[output:es:es.0] HTTP status=401 URI=/_bulk, responser: Unauthorized
illegal_argument_exception
illegal_argument_exception ... contains an unknown parameter [_type] ...
Suppress_Type_Name
failed to flush chunk
Related
- Logstash format to ingest the logs
DaemonSet
- Input plugins:
Name tail
,Name systemd
See also
Advertising: