serialbeat

command module
v0.0.0-...-3ae5117 Latest Latest
Warning

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

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

README

serialbeat

A beat for shipping serial output to logstash or elasticsearch.

Synopsis

Create a configuration file with the name serialbeat.yml and add

serialbeat:
  device: /dev/ttyACM0
  baud: 38400
  delimiter: "\n"
output.console:
  pretty: true

And run ./serialbeat -c serialbeat.yml -e -d "*" to see your serial output.

Installation

mkdir -p ${GOPATH}/src/github.com/benben/serialbeat
git clone git@github.com:benben/serialbeat.git ${GOPATH}/src/github.com/benben/serialbeat
cd ${GOPATH}/src/github.com/benben/serialbeat
glide i
make

Now you should have a serialbeat binary in the same directory.

Configuration

See serialbeat.reference.yml for all possible configuration options.

Development

This beat was 100% written on a Raspberry Pi 3.

Check out the beat developer guide.

License

See LICENSE

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