An open API service indexing awesome lists of open source software.

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

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.