Skip to content
/ fluentd Public
forked from fluent/fluentd

Fluentd: Unified Logging Layer (project under CNCF)

License

Notifications You must be signed in to change notification settings

figoxu/fluentd

 
 

Repository files navigation

fluentd

clone,并记录笔记版本

Rakefile.md

记录rake文件的用法

Gemfle

Bundle Install

bin

fluent-debug

ruby run it

目录说明

lib 目录和文件说明 bin: 存放可执行文件。通常包含启动脚本或其他命令行工具。 lib: 存放项目的主要代码库。Fluentd的核心代码和插件通常位于此目录中。 3. test: 存放测试代码。包含单元测试、集成测试等,用于确保代码的正确性。 4. examples: 存放示例配置文件和示例代码。帮助用户了解如何使用Fluentd。 config: 存放配置文件。Fluentd的配置文件(如fluent.conf)通常位于此目录中。 6. log: 存放日志文件。Fluentd运行时生成的日志文件通常会保存在此目录中。 tmp: 存放临时文件。运行过程中生成的临时文件会保存在此目录中。 Gemfile: Ruby的依赖管理文件。列出了项目所需的所有gem(库)及其版本。 9. Rakefile: 定义了一些Rake任务。Rake是Ruby的构建工具,类似于Makefile。 10. README.md: 项目的自述文件。包含项目的基本信息、安装和使用说明等。

About

Fluentd: Unified Logging Layer (project under CNCF)

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.8%
  • Other 0.2%