fbfeix / udpbeat

ELK beat that collects the structured inputs via UDP and emits them to ELK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Udpbeat

ELK beat that collects the structured inputs via UDP and emits them to ELK

Status: expermental, use at your own risk

Setup

Add trace's document template to your ElasticSearch cluster**

curl -XPUT 'http://localhost:9200/_template/trace' -d@udbbeat/template.json

Start udpbeat UDP logs collector and emitter

go install github.com/gravitational/udpbeat
udpbeat

Start emitting logs to UDP socket via github.com/gravitational/trace UDP hook and enjoy structured logs!

About

ELK beat that collects the structured inputs via UDP and emits them to ELK

License:Apache License 2.0


Languages

Language:Go 100.0%