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

https://github.com/researchgate/logstash_gelfamqp_plugin

A logstash output plugin converts a logstash message to a GELF message that can be consumed by graylog2 and then pushes them to an amqp exchange.
https://github.com/researchgate/logstash_gelfamqp_plugin

Last synced: about 1 year ago
JSON representation

A logstash output plugin converts a logstash message to a GELF message that can be consumed by graylog2 and then pushes them to an amqp exchange.

Awesome Lists containing this project

README

          

This logstash output plugin converts a logstash message to a GELF message that can be consumed by graylog2 and then pushes them to an amqp exchange.

Usage example:
--------------

gelfamqp {
host => "amqp.hostname"
exchange_type => "fanout"
name => "exchange_name"
}