Part of udplog.rabbitmq View Source View In Hierarchy
Protocol for passing UDP Log events to Logstash via RabbitMQ.
To handle push-back from the RabbitMQ server, log events are sent from a
local in-memory queue. If queueSize
is set and the queue is full, old items are dropped in favor of the new
ones.
Line # | Kind | Name | Docs |
---|---|---|---|
0 | Instance Variable | queueSize | Optional maximum queue size. |
43 | Method | __init__ | Undocumented |
62 | Method | connectionMade | Add this protocol as a consumer of log events. |
77 | Method | gotConnection | Undocumented |
95 | Method | connectionLost | Remove this protocol as a consumer of log events. |
105 | Method | sendEvent | Write an event to Logstash. |