Files
oam/knowledge base/fluent bit.md
2025-01-06 17:37:39 +01:00

70 lines
1.0 KiB
Markdown

# Fluent Bit
TODO
Lightweight and highly scalable logging and metrics processor and forwarder.<br/>
Technically a stripped-down version of [Fluentd].
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
<!-- Uncomment if used
<details>
<summary>Installation and configuration</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Usage</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
```sh
```
</details>
-->
## Further readings
- [Website]
- [Main repository]
- [Fluentd]
### Sources
- [Fluentd vs. Fluent Bit: side by side comparison]
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
[fluentd]: fluentd.md
<!-- Files -->
<!-- Upstream -->
[main repository]: https://github.com/fluent/fluent-bit
[website]: https://www.fluentbit.io/
<!-- Others -->
[fluentd vs. fluent bit: side by side comparison]: https://logz.io/blog/fluentd-vs-fluent-bit/