Every service's logs, without a log pipeline
Archynt reads container logs directly from the Docker json-file driver on each host the agent runs on — no log-shipping sidecar to install, no external log store to manage.
How logs work
Zero pipeline
The same read-only agent that discovers your topology reads container logs straight from Docker — nothing extra to deploy or configure.
Time range and level filters
15m, 1h, 6h or 24h windows, plus ERROR/WARN/INFO/DEBUG level toggles — the level is inferred per line from common logger formats.
Search and live tail
Filter lines by substring, or turn on Live to keep tailing new lines as they arrive.
Multi-host aware
A service running on more than one host gets a picker to narrow the view to one, a few, or all instances.
Sampling for high-volume services
Sample INFO-level lines (keep 1 in 10) to cut daily ingest volume — ERROR and WARN are always sent in full regardless of the setting.
