nsqbeat

command module
v0.0.0-...-25e85bb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

README

Nsqbeat

Build Status

Nsqbeat is an elastic Beat that reads events from one NSQ topic and forwards them to Logstash (or any other configured output like elasticsearch).

The NSQ consumer implements an at-least-once behaviour which means that messages may be forwarded to the configured output more than once.

Getting Started with Nsqbeat

Requirements
Building
# Make sure $GOPATH is set
go get github.com/mschneider82/nsqbeat
cd $GOPATH/src/github.com/mschneider82/nsqbeat
make
Running

To run Nsqbeat with debugging output enabled, run:

./nsqbeat -c nsqbeat.yml -e -d "*"
Installing

You can use the precompiled packages

Configuring

An example configuration can be found in the file nsqbeat.yml. The following parameters are specific to Nsqbeat:

nsqbeat:
    # A list of NSQ Lookup Daemons to connect to
    lookupdhttpaddrs: ["127.0.0.1:4161"]
    # a Topic to sucscribe to
    topic: "sometopic"
    # The channel name to join
    channel: "testchan"
    # How many in Flights
    maxinflight: 200
    # If data in the topic is Json then use the decoder, if not set to something else like plain
    codec: "json"
    # use Golang time format layout to define if @timestamp exists and has a different format
    timelayout: "2006-01-02T15:04:05.000Z"

Testing

To test Nsqbeat, run the following command:

make testsuite

alternatively:

make unit-tests
make system-tests
make integration-tests
make coverage-report

The test coverage is reported in the folder ./build/coverage/

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL