Current maintainers: @cosmo0920
Input and Output plugins for nsq.
NSQ daemons are discovered through lookupd.
gem install fluent-plugin-nsq
<source>
type nsq
topic webservers
nsqlookupd 127.0.0.1:4161
tag_source topic
</source>
<match **>
type nsq
buffer_type file
buffer_path /var/log/fluent/msgbus
nsqd 127.0.0.1:4150
topic logs
</match>
Don't forget to tag releases properly.
git tag v$(head -1 VERSION)
git push --tags