README.md in logstash-input-nsq-2.0.3 vs README.md in logstash-input-nsq-2.0.4
- old
+ new
@@ -26,10 +26,11 @@
nsq {
nsqlookupd => ["127.0.0.1:4161","192.0.2.1:4161"]
topic => "topicname"
channel => "channelname"
max_in_flight => 200
+ codec => plain
}
}
Logstash Configuration with TLS
@@ -40,10 +41,11 @@
nsqlookupd => ["127.0.0.1:4161","192.0.2.1:4161"]
topic => "topicname"
channel => "channelname"
max_in_flight => 200
tls_v1 => true
+ codec => json
}
}
Logstash Configuration with TLS Auth
@@ -71,9 +73,10 @@
Features
====================
* Discovery via nsqlookupd
* Automatic reconnection to nsqd
+* Codec support (default: json)
* Channels and Topics with `#ephemeral` suffix to prevent writing to disk
* TLS
* TLS Auth (not really tested)
* Multi Events: multi_events => true (default: false, this will split input messages by a `\n` into multiple events)