Skip to content

krdlab/fluent-plugin-rabbitmq-log-parser

Repository files navigation

fluent-plugin-rabbitmq-log-parser

Fluentd Parser Plugin for RabbitMQ log.

Installation

$ 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

<source>
  type tail
  path /var/log/rabbitmq/rabbit@hostname.log
  format multiline_rabbitmq_log
  tag rabbitmq.log
</source>

License

The gem is available as open source under the terms of the MIT License.

About

Fluentd Parser Plugin for RabbitMQ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published