catapult

Crates.iocatapult
lib.rscatapult
version0.1.2
sourcesrc
created_at2015-07-28 15:49:50.661297
updated_at2015-12-11 23:57:49.028558
descriptionCatapult sends you logs elsewhere
homepagehttps://github.com/octplane/catapult
repositoryhttps://github.com/octplane/catapult
max_upload_size
id2703
size30,857
Pierre Baillet (octplane)

documentation

http://people.zoy.org/~oct/public/doc/catapult/inputs/index.html

README

Catapult

Catapult is a small replacement for logstash. It has been designed to read logs in various places and send them to other places.

Catapult is used in production to fetch Docker logs from container and send them to a central location.

Usage

Catapult runs with a configuration that describes how to use it. This configuration is passed to the binary via the -c option.

Please refer to the API documentation

Installing

cargo build --release

or

make

If you want to build the linux binary inside a container

Commit count: 48

cargo fmt