Sha256: 62a7a721fd7626d5faac457e4a06702bebff1ccb83598a733c96b1277722a7b3
Contents?: true
Size: 569 Bytes
Versions: 3
Compression:
Stored size: 569 Bytes
Contents
## 插件制作 ``` % fluent-plugin-generate filter light-core License: Apache-2.0 create Gemfile create README.md create Rakefile create fluent-plugin-light-core.gemspec create lib/fluent/plugin/filter_light_core.rb create test/helper.rb create test/plugin/test_filter_light_core.rb Initialized empty Git repository in /Users/lilin/developer/light/fluent-plugin-light-core/.git/ ``` ## 上传 - 登陆rubygems % gem signin - 发布 rake release ## 调试 - 执行fluentd % rm -f sample/*.pos % fluentd -c sample/source.conf -p lib/fluent/plugin
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-light-core-0.1.5 | sample/README.md |
fluent-plugin-light-core-0.1.4 | sample/README.md |
fluent-plugin-light-core-0.1.3 | sample/README.md |