Skip to content

Realtime log processing with Fluentd and NSQ

Notifications You must be signed in to change notification settings

Glose/fluent-plugin-nsq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NSQ plugin for Fluentd

Current maintainers: @cosmo0920

Input and Output plugins for nsq.

NSQ daemons are discovered through lookupd.

Installation

gem install fluent-plugin-nsq

Usage

Input

<source>
  type nsq
  topic webservers
  nsqlookupd 127.0.0.1:4161
  tag_source topic
</source>

Output

<match **>
  type nsq
  buffer_type file
  buffer_path /var/log/fluent/msgbus
  nsqd 127.0.0.1:4150
  topic logs
</match>

dev

Don't forget to tag releases properly.

git tag v$(head -1 VERSION)
git push --tags

About

Realtime log processing with Fluentd and NSQ

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%