Skip to content

Latest commit

 

History

History

nsq

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

gogstash output NSQ

NSQ is a realtime distributed messaging platform.

Synopsis

output:
  - type: "nsq"

    # NSQd host:port to the daemon
    nsq: "localhost:4150"

    # topic is the topic to publish to
    topic: "mytopic"

    # (optional) The number of inflight messages to handle, default is 150
    max_inflight: 75

    # (optional) Configures what codec to produce the output on, default is "default"
    codec: "json"