https://github.com/groonga/fluent-plugin-groonga-log
A Fluentd plugin for parsing Groonga's log
https://github.com/groonga/fluent-plugin-groonga-log
Last synced: about 1 year ago
JSON representation
A Fluentd plugin for parsing Groonga's log
- Host: GitHub
- URL: https://github.com/groonga/fluent-plugin-groonga-log
- Owner: groonga
- License: lgpl-3.0
- Created: 2017-09-15T06:18:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T05:14:56.000Z (over 8 years ago)
- Last Synced: 2025-04-10T01:08:08.591Z (about 1 year ago)
- Language: Ruby
- Size: 20.5 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fluent-plugin-groonga-log
[Fluentd](http://fluentd.org/) parser plugin to do something.
Fluent-plugin-groonga-log is a Fluentd parser plugin to parse Groonga's log with Fluentd.
## Installation
### RubyGems
```
$ gem install fluent-plugin-groonga-log
```
### Bundler
Add following line to your Gemfile:
```ruby
gem "fluent-plugin-groonga-log"
```
And then execute:
```
$ bundle
```
## Configuration
You can generate configuration template:
```
$ fluent-plugin-config-format parser groonga-log
```
You can copy and paste generated documents here.
## Copyright
* Copyright(c) 2017: Yasuhiro Horimoto
* License
* LGPLv3 or later. See LICENSE for details.