A while back I shared Telescope - a lightweight web UI for exploring logs stored in ClickHouse using a custom query language (FlyQL). Since then, it's come a long way.
Recent releases (including the latest v0.0.19) added:
- Docker sources: browse logs from your running containers — straight from the Docker API
- Saved views: preserve filters, layout, and other UI settings across sessions
- Raw SQL mode: write plain WHERE clauses directly (access to raw mode is permission-controlled)
- ClickHouse JSON support: including quoted paths and nested field access
- FlyQL is now easier to read and write: supports spaces and quoted JSON paths
- And a bunch of small improvements and bugfixes… that I hope you won’t notice :)
It's self-hosted and open-source (MIT). Always happy for feedback, feature requests, or a GitHub star!
GitHub: https://github.com/iamtelescope/telescope/
Documentation: https://docs.iamtelescope.net/
Demo: https://demo.iamtelescope.net/
Previous post: https://news.ycombinator.com/item?id=43181862