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.
- Host: GitHub
- URL: https://github.com/researchgate/logstash_gelfamqp_plugin
- Owner: researchgate
- License: mit
- Created: 2013-07-03T13:43:59.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-03T13:44:28.000Z (about 13 years ago)
- Last Synced: 2025-07-07T14:07:33.462Z (about 1 year ago)
- Language: Ruby
- Size: 105 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}