Description
The Logstash framework aggregates your application’s logs and metrics, and sends them to any output.
Elasticsearch is the default data store.
Logstash is part of the ELK stack
features
Automated Installation
Logstash is automatically deployed on every Mesos agent.
Framework task logs aggregation
The logs of any framework tasks are aggregated.
Docker container logs aggregation
The logs of any containers started by a framework are aggregated.
Mesos System logs aggregation
The system logs of Mesos itself are aggregated.
Resilience
Restarts failed tasks automatically.
Plugin support
The framework supports the input, CollectD and Syslog plugins.
Written in java
The framework is implemented in Java 8.
Free
The framework is open source and free to use.