Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonots/fluentd-scr
fluentd source code reading
https://github.com/sonots/fluentd-scr
Last synced: 3 months ago
JSON representation
fluentd source code reading
- Host: GitHub
- URL: https://github.com/sonots/fluentd-scr
- Owner: sonots
- Created: 2014-05-19T07:27:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-10T01:20:36.000Z (over 9 years ago)
- Last Synced: 2024-04-13T05:00:40.300Z (9 months ago)
- Language: Ruby
- Size: 196 KB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fluend-scr
1. [Fluentd の out_forward と heartbeat](./01_out_forward_heartbeat.md)
2. [Fluentd の out_forward と BufferedOutput](./02_out_forward_buffered.md)
3. [Fluentd の in_forward とプラグイン呼び出し](./03_in_forward_plugin.md)
4. [fluent-agent-lite](./04_fluent_agent_lite.md)# 前準備
https://github.com/fluent/fluentd を clone して動かせるようにしておこう ^^
ruby は入っているものとして、
```
$ git clone [email protected]:fluent/fluentd.git
$ cd fluentd
$ bundle
$ bundle exec fluentd -c fluent.conf # 動いてるっぽければとりあえずOK
```