https://github.com/riywo/fluent-plugin-traildb
https://github.com/riywo/fluent-plugin-traildb
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/riywo/fluent-plugin-traildb
- Owner: riywo
- License: mit
- Created: 2017-10-10T16:07:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-16T13:25:48.000Z (over 8 years ago)
- Last Synced: 2025-02-04T15:19:09.007Z (over 1 year ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fluent-plugin-traildb
[Fluentd](https://fluentd.org/) output plugin to do something.
TODO: write description for you plugin.
## Installation
### RubyGems
```
$ gem install fluent-plugin-traildb
```
### Bundler
Add following line to your Gemfile:
```ruby
gem "fluent-plugin-traildb"
```
And then execute:
```
$ bundle
```
## Configuration
You can generate configuration template:
```
$ fluent-plugin-config-format output traildb
```
You can copy and paste generated documents here.
## Copyright
* Copyright(c) 2017 Ryosuke IWANAGA
* License
* MIT