repositorypackage
0.0.0-20160912075331-616b2ab523b2
Repository: https://github.com/adirelle/bilies-go.git
Documentation: pkg.go.dev
# README
bilies-go
Bulk Insert Logs Into ElasticSearch - in Go
bilibes-go is designed to bulk-insert log entry into ElasticSearch.
It waits for JSON-encoded log entries on standard input, one per line, stores them in a disk-based queue, then send batchs using the bulk API of ElasticSearch.
Installation
go get github.com/Adirelle/bilies-go
Documentation
Documentation is available on Godoc.
License
See the LICENSE file.