Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/krdlab/fluent-plugin-rabbitmq-log-parser
- Owner: krdlab
- License: mit
- Created: 2016-05-05T16:30:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-05T16:30:59.000Z (over 8 years ago)
- Last Synced: 2024-10-28T09:09:09.469Z (2 months ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).