class LogStash::Outputs::RabbitMQ
Push events to a RabbitMQ
exchange. Requires RabbitMQ
2.x or later version (3.x is recommended).
Relevant links:
-
RabbitMQ: <www.rabbitmq.com/>
-
March Hare: <rubymarchhare.info>
-
Bunny: <rubybunny.info>
Constants
- EXCHANGE_TYPES
Public Class Methods
new(params)
click to toggle source
Calls superclass method
# File lib/logstash/outputs/rabbitmq.rb, line 74 def initialize(params) params["codec"] = "json" if !params["codec"] super end