README.md in logstash-input-nsq-2.0.0 vs README.md in logstash-input-nsq-2.0.1

- old
+ new

@@ -1,19 +1,13 @@ -# Logstash Plugin +logstash-input-nsq Plugin +==================== -This is a plugin for [Logstash](https://www.elastic.co/products/logstash). +This is a NSQ input plugin for Logstash. This plugin will consume messages from a nsq topic using [nsq-ruby](https://github.com/wistia/nsq-ruby/). -It is fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want in whatever way. - At my work for [retarus GmbH](https://www.retarus.com) I really missed the NSQ support in logstash thats why i created this project in the after hours. There is also a [logstash output nsq plugin](https://github.com/mschneider82/logstash-output-nsq) available. -logstash-input-nsq -==================== - -NSQ input for Logstash. This input will consume messages from a nsq topic using [nsq-ruby](https://github.com/wistia/nsq-ruby/). - For more information about NSQ, refer to this [documentation](http://nsq.io) Installation ==================== @@ -71,6 +65,15 @@ ==================== Dependencies are auto installed by logstash-plugin * [nsq-ruby](https://github.com/wistia/nsq-ruby/) + +Features +==================== + +* Discovery via nsqlookupd +* Automatic reconnection to nsqd +* Channels and Topics with `#ephemeral` suffix to prevent writing to disk +* TLS +* TLS Auth (not really tested)