
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 44s
697 B
697 B
LogClient
Ships Docker container and system logs to LogServer using Filebeat.
Quick Start
-
Get API Key
- Ask LogServer admin to run
./generate-api-key.sh
- They'll provide your API key
- Ask LogServer admin to run
-
Configure Edit
config/service.env
:
LOGSERVER_HOST=<server-ip>
LOGSERVER_PORT=5044
API_KEY=<your-api-key>
- Install
dropshell install logclient
What It Does
- Collects all Docker container logs via API
- Collects system logs (/var/log)
- Ships to central LogServer
- Works with any Docker logging driver
Requirements
- Docker socket access
- Network connection to LogServer port 5044
See DOCUMENTATION.md for full details.