Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/krdlab/fluent-plugin-rabbitmq-log-parser

Fluentd Parser Plugin for RabbitMQ
https://github.com/krdlab/fluent-plugin-rabbitmq-log-parser

Last synced: 16 days ago
JSON representation

Fluentd Parser Plugin for RabbitMQ

Awesome Lists containing this project

README

        

# fluent-plugin-rabbitmq-log-parser

Fluentd Parser Plugin for RabbitMQ log.

## Installation

```sh
$ git clone https://github.com/krdlab/fluent-plugin-rabbitmq-log-parser && cd fluent-plugin-rabbitmq-log-parser
$ gem build fluent-plugin-rabbitmq-log-parser.gemspec
$ sudo td-agent-gem install fluent-plugin-rabbitmq-log-parser.gem
```

## Configuration

```

type tail
path /var/log/rabbitmq/[email protected]
format multiline_rabbitmq_log
tag rabbitmq.log

```

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).