fluent-bit-docs
fluent-bit-docs copied to clipboard
Fluent Bit - Official Documentation
Should be merged after https://github.com/fluent/fluent-bit/pull/10908 and https://github.com/fluent/fluent-bit-docs/pull/2067 has been merged. ## Summary by CodeRabbit * **Documentation** * Removed Raspbian Buster (10) from the list of supported versions and updated the...
This change updates the documentation to document support for Managed Identities authentication. It tries to align with the documentation style and content for the similar feature for the out_azure_kusto plugin....
See https://github.com/fluent/fluent-bit/pull/11151 ## Summary by CodeRabbit * **Documentation** * Added docs for two new Tail input options: keeping file handles open and configuring file-status check intervals, with notes on effects...
Corresponds to: https://github.com/fluent/fluent-bit/pull/11080
I noticed the current documentation was missing several new inputs, filters, and outputs, as well as some new command-line options.The output of `fluent-bit --help` has been updated to reflect the...
New filter documentation page outlines description, example configuration and CSV handling for the new LookUp filter to be implemented as part #fluent/fluent-bit/pull/10620. ## Summary by CodeRabbit * **Documentation** * Added...
Add documentation for the `buffer_size` option in the BigQuery output plugin. This complements fluent/fluent-bit#10596
Five config parameters are missing: - `db.sync` - `db.journal_mode` - `db.locking` - `dns_retries` - `dns_wait_time`
Currently it's not clear how to figure out what events a specific plugin supports. Which plugins support metrics, which support logs and which support traces?