Sha256: bbe0ca673cdf019439f9b4d3c951e4cc2a61ec12b986618c446ee116ca69f95f

Contents?: true

Size: 698 Bytes

Versions: 2

Compression:

Stored size: 698 Bytes

Contents

# 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 <horimoto@clear-code.com>
* License
  * LGPLv3 or later. See LICENSE for details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-groonga-log-0.1.1 README.md
fluent-plugin-groonga-log-0.1.0 README.md