https://github.com/benben/serialbeat
A beat for shipping serial output to logstash or elasticsearch.
https://github.com/benben/serialbeat
beats elasticsearch logstash serial
Last synced: 6 months ago
JSON representation
A beat for shipping serial output to logstash or elasticsearch.
- Host: GitHub
- URL: https://github.com/benben/serialbeat
- Owner: benben
- License: other
- Created: 2017-12-18T20:07:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T19:00:54.000Z (over 5 years ago)
- Last Synced: 2025-04-12T12:12:57.592Z (6 months ago)
- Topics: beats, elasticsearch, logstash, serial
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 7
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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: trueAnd 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
makeNow 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](https://www.elastic.co/guide/en/beats/libbeat/current/new-beat.html).
## License
See LICENSE