Simple, RESTful Log Collector
Logpeck aims to be an easy-to-use module that parsing and collecting contents from log file and posting into specific storage system, such as ElasticSearch, Influxdb, Kafka. We want to control collection tasks remotely with HTTP API (NONE configuration file).
sudo dpkg -i logpeck_0.5.0.deb
sudo service logpeck start
(or sudo supervisorctl update
if supervisor
is avalible) go build cmd/logpeckd/logpeckd.go
./logpeckd -config logpeckd.conf
supervisor
or other service management software to manage logpeck process.We highly recommend to install logpeck-kibana-plugin into Kibana. With this plugin, we can control all machines and collection tasks conveniently. At the same time, we can take advantage of powerful searching and visualization features of Kibana.
We can also control collection tasks with RESTful API. See more
Shopify/sarama: kafka client
Saulte to all these excellent projects.
Any suggestions or questions, please create an issue to feedback.