Dkll
Description
Agent, server and client to collect and access logs in dockerized infrastructure
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
DKLL [](https://github.com/umputun/dkll/actions?query=workflow%3Abuild) [](https://goreportcard.com/report/github.com/umputun/dkll) [](https://coveralls.io/github/umputun/dkll?branch=master) [](https://hub.docker.com/r/umputun/dkll/)
Logging server, agent and CLI client for dockerized infrastructure.
- each host runs
dkll agentcontainer collecting logs from all docker containers on the host. - the agent can store logs locally, or/and forward them to remote syslog server.
- server (
dkll server) container installed on another host, acts as syslog server and stores logs. - server also provides http api to access logs.
- client (
dkll client) is a binary command-line utility to read/filter/search and follow logs.
_note: `dkll agent` can be used as a standalone container without server and client. In this case it will be a local collector of all logs and/or forwarder to any (external or internal) syslog server._
Build from the source
- clone this repo -
git clone https://github.com/umputun/dkll.git - build the logger -
cd dkll && docker build -t umputun/dkll .
_alternatively use provided `Makefile`, i.e. `make test lint docker`_
Server
Server mode runs syslog server collecting records sent by dkll agent (see below). All records parsed, analyzed and stored in mongodb (capped collection). Optionally, records can be sent to `/.log` files as well as to merged `dkll.log` file. All files rotated and compressed automatically.
Usage
- copy provided
compose-server.ymltodocker-compose.yml - adjust
docker-compose.ymlif needed. - pull containers -
docker-compose pull - start server - `dock
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps