# Fluent Bit 是什么？

​[Fluent Bit](http://fluentbit.io/) 是一个开源的多平台日志处理器工具，它旨在成为用于日志处理和分发的通用利器。

如今，系统中信息源数量正在不断增加。处理大规模数据非常复杂，收集和汇总各种数据需要一种专门的工具，该工具可以解决如下问题:

* 不同的数据源
* 不同的数据格式
* 数据可靠性
* 安全性
* 灵活的路由
* 多目的地

[Fluent Bit](https://fluentbit.io) 在设计时就考虑了高性能和低资源消耗。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hulining.gitbook.io/fluentbit/about/what-is-fluent-bit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
