fluent-bit-docs
fluent-bit-docs copied to clipboard
Fluent Bit - Official Documentation
The previous version listed does not appear to be in the registry any longer. This is the latest release in the 7.x series of Elasticsearch.
ref: fluent/fluent-bit#5933 I'm using a translation tool. Please comment if you have a more general phrasing.
This is a list of documentation needed for Release 2.0. Once a PR is created or if you want to add another pending, please add it to the corresponding item...
In multi-tenant cloud setups, the same Fluent Bit process may need to access AWS using different tenant provided AWS accounts. For example, we may want logs for tenant A's services...
This adds documentation for the parameters proposed for by fluent/fluent-bit#8621.
This patch is to add an example in yaml for filter_lua.
This patch is doc PR for https://github.com/fluent/fluent-bit/pull/8475
Add support for dynamic or static header for the kafka output plugin Example: 'docker run --rm --network kafka_default -e value_test='${text}' -it fluent/fluent-bit-local:latest -i dummy -p dummy='{"text": "hello world"}' -p samples=1...