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

Version Path
logstash-input-nsq-2.0.4 DEVELOPER.md
logstash-input-nsq-2.0.3 DEVELOPER.md
logstash-input-nsq-2.0.2 DEVELOPER.md
logstash-input-nsq-2.0.1 DEVELOPER.md
logstash-input-nsq-2.0.0 DEVELOPER.md
logstash-input-nsq-1.0.7 DEVELOPER.md
logstash-input-nsq-1.0.6 DEVELOPER.md
logstash-input-nsq-1.0.5 DEVELOPER.md
logstash-input-nsq-1.0.4 DEVELOPER.md
logstash-input-nsq-1.0.3 DEVELOPER.md
logstash-input-nsq-1.0.2 DEVELOPER.md