fluent-bit-docs
fluent-bit-docs copied to clipboard
Fluent Bit - Official Documentation
This patch is to add an example in yaml for in_statsd.
This patch is to add an example in yaml for in_udp.
This patch is to add an example in yaml for in_thermal.
This patch is to add an example in yaml for in_tcp.
This patch is to add an example in yaml for in_syslog.
Current docs (v2.2) and the docs for what I'm using (v1.9.9) both specify the following when using Rewrite Tag > A key name is specified and prefixed with a $....
Implementation of [Upstream](https://docs.fluentbit.io/manual/configuration/upstream_servers) feature for the Elasticsearch output plugin. Refer to https://github.com/fluent/fluent-bit/pull/7608 for the changes in Fluent Bit code. ## Summary by CodeRabbit * **Documentation** * Updated Elasticsearch plugin documentation...
Fix the text and sample configuration for Kubernetes Events. I went ahead and fixed the sample configuration to align with the description. However, I wasn't sure if the Kubernetes events...
In support of https://github.com/fluent/fluent-bit/issues/7310, Added documentation for the parser option for stdin https://github.com/fluent/fluent-bit/issues/7310 Signed-off-by:Phil Wilkins