Skip to content

Example: Stdin to NSQ

Lorenzo Mangani edited this page Dec 10, 2017 · 3 revisions

NSQ

The experimental plugin set allows input/output from NSQ Servers. The parameters are available in the docs

STDIN to NSQ

input {
  stdin {}
}

output {
  nsq {
    dataUrl => '10.0.0.1'
    topic => 'new_topic'
  }
}
Clone this wiki locally