Difference between revisions of "Kubernetes fluent bit installation"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
https://docs.fluentbit.io/manual/pipeline/outputs | https://docs.fluentbit.io/manual/pipeline/outputs | ||
+ | |||
+ | == 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]] | ||
== Related == | == Related == | ||
Line 17: | Line 31: | ||
* <code>[[DaemonSet]]</code> | * <code>[[DaemonSet]]</code> | ||
* [[Input plugins]]: <code>Name tail</code>, <code>Name [[systemd]]</code> | * [[Input plugins]]: <code>Name tail</code>, <code>Name [[systemd]]</code> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == |
Revision as of 14:02, 22 December 2022
helm repo add fluent https://fluent.github.io/helm-charts
helm upgrade -i fluent-bit fluent/fluent-bit
- Fluent Bit Values.yml:
outputs: Host
configuration
https://docs.fluentbit.io/manual/pipeline/outputs
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
Related
- Logstash format to ingest the logs
DaemonSet
- Input plugins:
Name tail
,Name systemd
See also
Advertising: