fluent / fluent-bit

Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows
https://fluentbit.io
Apache License 2.0
5.84k stars 1.58k forks source link

Add an Apache Doris Output Plugin #9501

Open joker-star-l opened 2 weeks ago

joker-star-l commented 2 weeks ago

Hello, community! I'd like to add a doris output plugin which will send logs to Apache Doris, a modern data warehouse for real-time analytics. Coud you give me some advice?

patrick-stephens commented 2 weeks ago

There's some guidance in the docs: https://docs.fluentbit.io/manual/development/developer-guide Generally speaking most plugins out variants of the http or tcp ones as a base with custom specifics added on top. There is also a contribution guide in this repo.

joker-star-l commented 2 weeks ago

There's some guidance in the docs: https://docs.fluentbit.io/manual/development/developer-guide Generally speaking most plugins out variants of the http or tcp ones as a base with custom specifics added on top. There is also a contribution guide in this repo.

Thank you!