Sha256: 465527e4ac82d73a8eb052468624fdb1b89f2cec77022a014e7d9209f5d17002
Contents?: true
Size: 508 Bytes
Versions: 11
Compression:
Stored size: 508 Bytes
Contents
logstash-input-nsq ==================== NSQ input for Logstash. This input will consume messages from a nsq topic using nsq-ruby. For more information about NSQ, refer to this [documentation](http://nsq.io) Logstash Configuration ==================== input { nsq { nsqlookupd => ["127.0.0.1:4161","1.2.3.4:4161"] topic => "testtopic" channel => "testchannel" max_in_flight => 200 } } Dependencies ==================== * nsq-ruby
Version data entries
11 entries across 11 versions & 1 rubygems