Crates.io | catapult |
lib.rs | catapult |
version | 0.1.2 |
source | src |
created_at | 2015-07-28 15:49:50.661297 |
updated_at | 2015-12-11 23:57:49.028558 |
description | Catapult sends you logs elsewhere |
homepage | https://github.com/octplane/catapult |
repository | https://github.com/octplane/catapult |
max_upload_size | |
id | 2703 |
size | 30,857 |
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.
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
cargo build --release
or
make
If you want to build the linux binary inside a container